Skip to content

Commit

Permalink
Merge pull request #1078 from pyiron/disable_python_38
Browse files Browse the repository at this point in the history
Disable Python 3.8 - update pyiron_base 0.6.0
  • Loading branch information
jan-janssen authored Jun 8, 2023
2 parents dbd2053 + 6d70f60 commit 6ecb3dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ dependencies:
- numpy =1.24.3
- pandas =2.0.2
- phonopy =2.19.1
- pint =0.21
- pyiron_base =0.5.42
- pint =0.22
- pyiron_base =0.6.0
- pymatgen =2023.5.31
- pyscal =2.10.18
- scikit-learn =1.2.2
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ jobs:
label: linux-64-py-3-9
prefix: /usr/share/miniconda3/envs/my-env

- operating-system: ubuntu-latest
python-version: 3.8
label: linux-64-py-3-8
prefix: /usr/share/miniconda3/envs/my-env

steps:
- uses: actions/checkout@v2
- name: Setup environment
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
'numpy==1.24.3',
'pandas==2.0.2',
'phonopy==2.19.1',
'pint==0.21',
'pyiron_base==0.5.42',
'pint==0.22',
'pyiron_base==0.6.0',
'pymatgen==2023.5.31',
'scipy==1.10.1',
'seekpath==2.1.0',
Expand Down

0 comments on commit 6ecb3dc

Please sign in to comment.