addaweathers commited on
Commit
1b0b3bb
·
verified ·
1 Parent(s): 021ccc0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -2
requirements.txt CHANGED
@@ -1,7 +1,11 @@
1
- python-dotenv
2
- gradio>=5.0.0
3
  aiofiles>=24.1.0
4
  unstructured-client==0.42.6
 
 
 
 
5
  langchain-huggingface
6
  langchain-community
7
  sentence-transformers
 
 
1
+ # Force the specific versions at the top to prevent downgrades
 
2
  aiofiles>=24.1.0
3
  unstructured-client==0.42.6
4
+ gradio>=5.0.0
5
+
6
+ # Remaining dependencies
7
+ python-dotenv
8
  langchain-huggingface
9
  langchain-community
10
  sentence-transformers
11
+ torch