Skip to content

Commit

Permalink
Enforcing ase version to eliminate failure in openfile from utils IOC…
Browse files Browse the repository at this point in the history
…ontext
  • Loading branch information
ltimmerman3 committed Aug 22, 2024
1 parent 35c1358 commit c419ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author_email="[email protected], [email protected]",
url="https://github.com/SPARC-X/SPARC-X-API",
packages=find_packages(),
install_requires=["ase>=3.22.0", "numpy>=1.23", "packaging>=20.0", "psutil>=5.0.0"],
install_requires=["ase==3.22.0", "numpy>=1.23", "packaging>=20.0", "psutil>=5.0.0"],
entry_points={
"ase.io": [
"sparc = sparc.io",
Expand Down

0 comments on commit c419ce2

Please sign in to comment.