Skip to content

Commit

Permalink
explicit dependency in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alchem0x2A committed Jan 17, 2024
1 parent 3a7c15c commit 3a6fd7f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@
author_email="[email protected], [email protected]",
url="https://github.com/SPARC-X/SPARC-X-API",
packages=find_packages(),
install_requires=["ase>=3.22.0"],
install_requires=[
"ase>=3.22.0",
"numpy>=1.22",
"packaging>=20.0"
],
entry_points={
"ase.io": [
"sparc = sparc.io",
Expand Down

0 comments on commit 3a6fd7f

Please sign in to comment.