Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
chromadb
|
2 |
+
pillow
|
3 |
+
gradio
|
4 |
+
gradio-client
|
5 |
+
pandas
|
6 |
+
PubChemPy==1.0.4
|
7 |
+
rdkit==2023.3.3
|
8 |
+
pysqlite3
|
9 |
+
openai
|
10 |
+
pydantic==2.9.0
|
11 |
+
pydantic-core==2.23.2
|
12 |
+
langfuse
|