Upload requiements.txt
Browse files- requiements.txt +10 -0
requiements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#Python v3.7.6 (Anaconda installation recommended)
|
2 |
+
PyTorch=1.4.0
|
3 |
+
scikit-learn=0.23.2
|
4 |
+
Biopython=1.78
|
5 |
+
#RDKit=2020.09.1
|
6 |
+
seaborn=0.11.0
|
7 |
+
Matplotlib=3.3.2
|
8 |
+
pandas=1.1.3
|
9 |
+
SciPy=1.5.2
|
10 |
+
NumPy=1.20.2
|