Skip to content

Commit

Permalink
Updated project dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
antas-marcin committed Aug 3, 2024
1 parent 9b84e55 commit fe2ed31
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
18 changes: 9 additions & 9 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
requests==2.31.0
transformers==4.38.2
fastapi==0.110.0
uvicorn==0.27.1
requests==2.32.3
transformers==4.42.4
fastapi==0.112.0
uvicorn==0.30.5
nltk==3.8.1
torch==2.0.1
torch==2.4.0
sentencepiece==0.2.0
sentence-transformers==2.6.1
optimum==1.17.1
onnxruntime==1.17.1
onnx==1.15.0
sentence-transformers==3.0.1
optimum==1.21.2
onnxruntime==1.18.1
onnx==1.16.2
numpy==1.26.4
pytest
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
transformers==4.39.3
fastapi==0.110.0
uvicorn==0.27.1
transformers==4.42.4
fastapi==0.112.0
uvicorn==0.30.5
nltk==3.8.1
torch==2.0.1
torch==2.4.0
sentencepiece==0.2.0
sentence-transformers==2.6.1
optimum==1.17.1
onnxruntime==1.17.1
onnx==1.15.0
sentence-transformers==3.0.1
optimum==1.21.2
onnxruntime==1.18.1
onnx==1.16.2
numpy==1.26.4

0 comments on commit fe2ed31

Please sign in to comment.