Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +24 -25
requirements.txt
CHANGED
@@ -1,29 +1,28 @@
|
|
1 |
pip-tools
|
2 |
-
huggingface_hub
|
3 |
-
matplotlib
|
4 |
-
numpy
|
5 |
-
scipy
|
6 |
-
torch
|
7 |
-
torchinfo
|
8 |
-
torch-geometric
|
9 |
-
pandas
|
10 |
-
pyarrow
|
11 |
-
scikit-learn
|
12 |
-
xgboost
|
13 |
-
rdkit
|
14 |
-
networkx
|
15 |
-
datasets
|
16 |
-
evaluate
|
17 |
-
selfies
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
zipp>=3.19.1
|
25 |
umap-learn
|
26 |
torch-optimizer
|
27 |
-
tqdm
|
28 |
-
pandas
|
29 |
mordred
|
|
|
1 |
pip-tools
|
2 |
+
huggingface_hub
|
3 |
+
matplotlib
|
4 |
+
numpy
|
5 |
+
scipy
|
6 |
+
torch
|
7 |
+
torchinfo
|
8 |
+
torch-geometric
|
9 |
+
pandas
|
10 |
+
pyarrow
|
11 |
+
scikit-learn
|
12 |
+
xgboost
|
13 |
+
rdkit
|
14 |
+
networkx
|
15 |
+
datasets
|
16 |
+
evaluate
|
17 |
+
selfies
|
18 |
+
gradio
|
19 |
+
transformers
|
20 |
+
requests
|
21 |
+
urllib3
|
22 |
+
aiohttp
|
23 |
+
zipp
|
|
|
24 |
umap-learn
|
25 |
torch-optimizer
|
26 |
+
tqdm
|
27 |
+
pandas
|
28 |
mordred
|