Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
openai>=1.23.6
|
2 |
+
tenacity>=8.2.3
|
3 |
+
python-dotenv>=1.0.0
|
4 |
+
pandas>=1.5.3
|
5 |
+
platformdirs>=3.11.0
|
6 |
+
datasets>=2.14.6
|
7 |
+
diskcache>=5.6.3
|
8 |
+
graphviz>=0.20.3
|
9 |
+
gdown>=5.2.0
|
10 |
+
textgrad==0.1.3
|