Spaces:
Running
Running
Update requirements.txt with specific package versions
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
gradio
|
2 |
-
deeplake
|
3 |
-
libdeeplake
|
4 |
-
logfire
|
5 |
-
cohere
|
6 |
-
python-dotenv
|
7 |
git+https://github.com/towardsai/buster
|
|
|
1 |
+
gradio==5.20.1
|
2 |
+
deeplake==3.9.23
|
3 |
+
libdeeplake==0.0.158
|
4 |
+
logfire==3.7.1
|
5 |
+
cohere==5.14.0
|
6 |
+
python-dotenv==1.0.1
|
7 |
git+https://github.com/towardsai/buster
|