Skip to content

Commit e3cf719

Browse files
authored
Merge pull request #12 from divnori/install-required-packages
Added install_requires to setup.py
2 parents a55059e + 20ffb43 commit e3cf719

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

setup.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,21 @@
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
url="https://github.com/microsoft/foldingdiff",
15+
install_requires=[
16+
"pandas",
17+
"numpy",
18+
"torch",
19+
"scipy",
20+
"transformers",
21+
"pytorch-lightning",
22+
"huggingface-hub",
23+
"seaborn",
24+
"mpl-scatter-density",
25+
"astropy",
26+
"gitpython",
27+
"biotite",
28+
"requests"
29+
],
1530
classifiers=[
1631
"Programming Language :: Python :: 3",
1732
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)