Skip to content

Commit

Permalink
Merge pull request #459 from pyiron/dependabot/pip/ase-3.22.1
Browse files Browse the repository at this point in the history
Bump ase from 3.22.0 to 3.22.1
  • Loading branch information
jan-janssen committed Dec 6, 2021
2 parents d266469 + 5eae375 commit 437f71c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ channels:
- conda-forge
dependencies:
- aimsgb =0.1.0
- ase =3.22.0
- ase =3.22.1
- coveralls
- coverage
- codacy-coverage
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]),
install_requires=[
'aimsgb==0.1.0',
'ase==3.22.0',
'ase==3.22.1',
'defusedxml==0.7.1',
'future==0.18.2',
'h5py==3.6.0',
Expand Down

0 comments on commit 437f71c

Please sign in to comment.