Spaces:
Sleeping
Sleeping
Fanwang Meng
commited on
Commit
•
ede4819
1
Parent(s):
e32f178
Add requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy>=1.21.4
|
2 |
+
scipy>=1.7.2
|
3 |
+
scikit-learn==0.24.2
|
4 |
+
joblib>=1.1.0
|
5 |
+
pandas>=1.3.4
|
6 |
+
openpyxl>=3.0.9
|
7 |
+
# rdkit-pypi>=2020.09.1.0
|
8 |
+
xgboost==1.4.2
|
9 |
+
padelpy>=0.1.11
|