Skip to content

Commit

Permalink
remove dependencies from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SCMusson committed Jul 11, 2023
1 parent 1ae2465 commit d1808cd
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 @@ -12,5 +12,9 @@
package_dir={"": "src"},
packages=setuptools.find_packages(where='src',),
package_data={'molearn':['parameters/*']},
install_requires = ["numpy", "pytorch", "biobox", "openmmtorchplugin"],
#install_requires = ["numpy", "torch>=1.7", "biobox"],
#extras_require={
# "gui": ["MDAnalysis", "plotly", "nglview"],
# "geomloss": ["geomloss"],
#}
)

0 comments on commit d1808cd

Please sign in to comment.