Spaces:
Running
Running
manpreet88 commited on
Commit ·
8abb5ec
1
Parent(s): ae6752b
Update requirements.txt
Browse files- requirements.txt +17 -0
requirements.txt
CHANGED
|
@@ -2,7 +2,24 @@ torch>=2.0
|
|
| 2 |
torch-geometric>=2.5.0
|
| 3 |
numpy>=1.24
|
| 4 |
pandas>=2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
openai>=1.6.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
rdkit-pypi>=2022.9.5
|
| 7 |
matplotlib>=3.7
|
| 8 |
plotly>=5.18
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
torch-geometric>=2.5.0
|
| 3 |
numpy>=1.24
|
| 4 |
pandas>=2.0
|
| 5 |
+
scikit-learn>=1.3
|
| 6 |
+
transformers>=4.39
|
| 7 |
+
datasets>=2.18
|
| 8 |
+
sentencepiece>=0.1.99
|
| 9 |
+
tiktoken>=0.6.0
|
| 10 |
openai>=1.6.0
|
| 11 |
+
langchain>=0.2.0
|
| 12 |
+
langchain-community>=0.2.0
|
| 13 |
+
langchain-openai>=0.1.0
|
| 14 |
+
langchain-text-splitters>=0.2.0
|
| 15 |
+
chromadb>=0.5.0
|
| 16 |
+
requests>=2.31
|
| 17 |
+
beautifulsoup4>=4.12
|
| 18 |
+
tqdm>=4.66
|
| 19 |
rdkit-pypi>=2022.9.5
|
| 20 |
matplotlib>=3.7
|
| 21 |
plotly>=5.18
|
| 22 |
+
gradio>=4.0
|
| 23 |
+
joblib>=1.3
|
| 24 |
+
selfies>=2.1
|
| 25 |
+
networkx>=3.2
|