proteusr commited on
Commit
9469d3e
·
verified ·
1 Parent(s): c3f351e

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -8
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- cohere
2
- numpy
3
- python-dotenv
4
- chromadb
5
- gradio
6
- gradio-client @ git+https://github.com/gradio-app/gradio@bb454415a608acd862486da46f5bf60a7d3db2a9#subdirectory=client/python
7
- pydantic<2.0
8
- wheel
 
1
+ cohere>=4.0.0
2
+ numpy>=1.21.0
3
+ python-dotenv>=0.19.0
4
+ chromadb>=0.3.21
5
+ gradio>=3.0,<3.35
6
+ gradio-client>=0.2.8,<0.3.0
7
+ pydantic==2.10.6
8
+ wheel