Spaces:
Runtime error
Runtime error
requirements.txt file added
Browse files- requirements.txt +18 -0
requirements.txt
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
datafit==0.2023.2.12
|
3 |
+
datasets==2.16.0
|
4 |
+
GitPython==3.1.40
|
5 |
+
huggingface==0.0.1
|
6 |
+
huggingface-hub==0.20.1
|
7 |
+
joblib==1.3.2
|
8 |
+
keras==2.15.0
|
9 |
+
numpy==1.26.3
|
10 |
+
openai==1.6.1
|
11 |
+
pandas==2.1.4
|
12 |
+
pytest==7.4.3
|
13 |
+
python-dotenv==1.0.0
|
14 |
+
requests==2.31.0
|
15 |
+
scikit-learn==1.3.2
|
16 |
+
scipy==1.11.4
|
17 |
+
streamlit==1.29.0
|
18 |
+
tensorflow==2.15.0
|