liuganghuggingface
commited on
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pyarrow
|
2 |
+
pandas
|
3 |
+
joblib
|
4 |
+
scikit-learn==1.3.1
|
5 |
+
rdkit==2023.9.6
|
6 |
+
torch
|
7 |
+
torch-geometric
|
8 |
+
transformers
|
9 |
+
datasets
|
10 |
+
huggingface_hub
|
11 |
+
gradio
|
12 |
+
imageio
|
13 |
+
spaces
|