Skip to content

Commit

Permalink
Disable Python 3.8 - update pyiron_base 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Jun 7, 2023
1 parent dbd2053 commit c376bfa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- pandas =2.0.2
- phonopy =2.19.1
- pint =0.21
- pyiron_base =0.5.42
- 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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
'pandas==2.0.2',
'phonopy==2.19.1',
'pint==0.21',
'pyiron_base==0.5.42',
'pyiron_base==0.6.0',
'pymatgen==2023.5.31',
'scipy==1.10.1',
'seekpath==2.1.0',
Expand Down

0 comments on commit c376bfa

Please sign in to comment.