Skip to content

Commit

Permalink
Merge pull request #41 from khaledkah/khaledkah-patch-1
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
khaledkah authored Oct 28, 2024
2 parents a324b3f + d795aab commit f2e9e65
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 @@ -32,7 +32,7 @@ def read(
python_requires=">=3.8",
include_package_data=True,
package_data={"": ["configs/**/*.yaml"]},
install_requires=["schnetpack>=2.0.3", "progressbar"],
install_requires=["schnetpack==2.0.3", "progressbar"],
license="MIT",
description="MoreRed - Molecular Relaxation with Reverse Diffusion.",
long_description="""
Expand Down

0 comments on commit f2e9e65

Please sign in to comment.