Skip to content

Commit

Permalink
pin in requirements.txt
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
rawwar authored Feb 13, 2024
1 parent e0b1bcf commit ee6a63a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ matplotlib>=3.6.2,<4
numpy>=1.24.0,<2
opensearch-py>=2.2.0
torch==2.0.1
onnx
accelerate
sentence_transformers
tqdm
transformers
deprecated
onnx~=1.15.0
accelerate>=0.27.0,<0.28.0
sentence_transformers~=2.3.1
tqdm>4.66.0
transformers~=4.36.0
deprecated>=1.2.14,<1.3
mdutils

#
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ matplotlib>=3.6.2,<4
numpy>=1.24.0,<2
opensearch-py>=2.2.0
torch==2.0.1
onnx
accelerate
sentence_transformers
tqdm
transformers
deprecated
onnx~=1.15.0
accelerate>=0.27.0,<0.28.0
sentence_transformers~=2.3.1
tqdm>4.66.0
transformers~=4.36.0
deprecated>=1.2.14,<1.3

0 comments on commit ee6a63a

Please sign in to comment.