Skip to content

Commit

Permalink
Merge branch 'main' into pympipool
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Sep 15, 2023
2 parents f6a8621 + 20c137f commit d4b717c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dependencies:
- mpi4py =3.1.4
- pympipool =0.7.0
- ase =3.22.1
- scipy =1.11.1
- scipy =1.11.2
2 changes: 1 addition & 1 deletion .ci_support/environment-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dependencies:
- mpi4py =3.1.4
- pympipool =0.7.0
- ase =3.22.1
- scipy =1.11.1
- scipy =1.11.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"mpi4py==3.1.4", "pympipool==0.7.0", "numpy==1.23.5"
],
extras_require={
"ase": ["ase==3.22.1", "scipy==1.11.1"],
"ase": ["ase==3.22.1", "scipy==1.11.2"],
},
cmdclass=versioneer.get_cmdclass(),
)

0 comments on commit d4b717c

Please sign in to comment.