Spaces:
Runtime error
Runtime error
Topallaj Denis commited on
Commit ·
1e706d4
1
Parent(s): b9b612c
add requirements
Browse files- requirements.txt +10 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,12 @@
|
|
| 1 |
fastapi==0.110.0
|
| 2 |
uvicorn==0.29.0
|
| 3 |
-
requests==2.31.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
fastapi==0.110.0
|
| 2 |
uvicorn==0.29.0
|
| 3 |
+
requests==2.31.0
|
| 4 |
+
numpy==1.26.4
|
| 5 |
+
pandas==2.2.1
|
| 6 |
+
tqdm==4.66.2
|
| 7 |
+
rdkit==2023.9.5
|
| 8 |
+
transformers==4.38.2
|
| 9 |
+
SentencePiece==0.2.0
|
| 10 |
+
scikit-learn==1.2.2
|
| 11 |
+
openpyxl==3.1.2
|
| 12 |
+
torch==2.2.1
|