PabloVD commited on
Commit
edb1388
1 Parent(s): b9a2e69

Downgrade python version

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. requirements.txt +0 -1
README.md CHANGED
@@ -9,6 +9,7 @@ app_file: app.py
9
  pinned: false
10
  license: mit
11
  short_description: Chatbot assistant for the CAMELS simulations documentation
 
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
9
  pinned: false
10
  license: mit
11
  short_description: Chatbot assistant for the CAMELS simulations documentation
12
+ python_version: 3.8
13
  ---
14
 
15
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
requirements.txt CHANGED
@@ -3,4 +3,3 @@ langchain-community
3
  langchain-huggingface
4
  chromadb
5
  InstructorEmbedding
6
- huggingface_hub==0.25
 
3
  langchain-huggingface
4
  chromadb
5
  InstructorEmbedding