From 20ffb43109509499956c14a447aa5e6b91eaf05c Mon Sep 17 00:00:00 2001 From: Divya Date: Tue, 24 Jan 2023 18:26:55 -0500 Subject: [PATCH] Added install_requires to setup.py --- setup.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/setup.py b/setup.py index 75cb75f..a02c90b 100644 --- a/setup.py +++ b/setup.py @@ -12,6 +12,21 @@ long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/microsoft/foldingdiff", + install_requires=[ + "pandas", + "numpy", + "torch", + "scipy", + "transformers", + "pytorch-lightning", + "huggingface-hub", + "seaborn", + "mpl-scatter-density", + "astropy", + "gitpython", + "biotite", + "requests" + ], classifiers=[ "Programming Language :: Python :: 3", "Operating System :: OS Independent",