Skip to content

Commit

Permalink
Merge pull request #101 from weaviate/bump-dependencies
Browse files Browse the repository at this point in the history
Update project dependencies to latest versions
  • Loading branch information
antas-marcin authored Jan 10, 2025
2 parents 11198ed + ef8f907 commit 76ff7f8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
requests==2.32.3
transformers==4.44.2
fastapi==0.115.0
uvicorn==0.31.0
transformers==4.47.1
fastapi==0.115.6
uvicorn==0.34.0
nltk==3.9.1
torch==2.4.1
torch==2.5.1
sentencepiece==0.2.0
sentence-transformers==3.1.1
optimum==1.22.0
onnxruntime==1.19.2
optimum==1.23.3
onnxruntime==1.20.1
onnx==1.17.0
numpy==1.26.4
einops==0.8.0
pytest
requests==2.32.3
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
transformers==4.44.2
fastapi==0.115.0
uvicorn==0.31.0
transformers==4.47.1
fastapi==0.115.6
uvicorn==0.34.0
nltk==3.9.1
torch==2.4.1
torch==2.5.1
sentencepiece==0.2.0
sentence-transformers==3.1.1
optimum==1.22.0
onnxruntime==1.19.2
optimum==1.23.3
onnxruntime==1.20.1
onnx==1.17.0
numpy==1.26.4
einops==0.8.0

0 comments on commit 76ff7f8

Please sign in to comment.