Skip to content

Commit

Permalink
Define requirement versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TilmanGriesel committed Feb 1, 2025
1 parent 96d4653 commit 38620a4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
18 changes: 9 additions & 9 deletions services/api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
haystack-ai
ollama-haystack
elasticsearch-haystack
huggingface_hub
flask
flask_limiter
python-dotenv
gunicorn
requests
haystack-ai==v2.8.1
ollama-haystack==2.1.2
elasticsearch-haystack==1.0.1
huggingface_hub==v0.27.0
flask==3.1.0
flask_limiter==3.10.1
python-dotenv==1.0.1
gunicorn==23.0.0
requests==2.32.3
10 changes: 5 additions & 5 deletions services/web/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
flask
flask_limiter
python-dotenv
requests
gunicorn
flask==3.1.0
flask_limiter==3.10.1
python-dotenv==1.0.1
gunicorn==23.0.0
requests==2.32.3
12 changes: 6 additions & 6 deletions tools/embed/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
haystack-ai
ollama-haystack
elasticsearch-haystack
python-dotenv
huggingface_hub
nltk
haystack-ai==v2.8.1
ollama-haystack==2.1.2
elasticsearch-haystack==1.0.1
huggingface_hub==v0.27.0
python-dotenv==1.0.1
nltk==3.9.1

0 comments on commit 38620a4

Please sign in to comment.