Skip to content

Commit

Permalink
Merge pull request #364 from pyiron/dependabot/pip/pyiron-atomistics-…
Browse files Browse the repository at this point in the history
…0.6.12

Bump pyiron-atomistics from 0.6.11 to 0.6.12
  • Loading branch information
jan-janssen authored Sep 10, 2024
2 parents 62ce85d + bb91835 commit 4de8635
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ dependencies:
- coverage
- codacy-coverage
- ipywidgets =8.1.5
- pyiron_base =0.9.12
- pyiron_atomistics =0.6.11
- pyiron_base =0.10.1
- pyiron_atomistics =0.6.12
- maggma =0.60.2
- numpy =1.26.4
- pandas =2.2.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
keywords='pyiron',
packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]),
install_requires=[
'pyiron_base==0.9.12',
'pyiron_atomistics==0.6.11',
'pyiron_base==0.10.1',
'pyiron_atomistics==0.6.12',
'ipywidgets==8.1.5',
'matplotlib==3.9.2',
'nbconvert==7.16.4',
Expand Down

0 comments on commit 4de8635

Please sign in to comment.