Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Dec 5, 2023
1 parent 7187970 commit 742d689
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ dependencies:
- pytest
- pytest-cov
- pytorch
- transformers
- scikit-learn
- sentence-transformers
- transformers
- pip:
# We use return_generator option that will be shipped in 1.4
- git+https://github.com/joblib/joblib.git@master
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@ langchain
pytest
pytest-cov
scikit-learn
sentence-transformers
transformers
# We use return_generator option that will be shipped in 1.4
joblib @ git+https://github.com/joblib/joblib.git@master
--index-url https://download.pytorch.org/whl/cpu
torch

0 comments on commit 742d689

Please sign in to comment.