Skip to content

Commit

Permalink
wip: pin sentence-transformers
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisborn committed Mar 7, 2024
1 parent 17ae3b4 commit b8b9c60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ channels:
dependencies:
- python>=3.7,<3.9
- pip>=19.1,<20.3
- cudatoolkit=10.2
- pytorch>=1.0,<=1.12.1
- cpuonly
- pytorch-scatter<=2.0.9
- pytorch-scatter<=2.0.9=*cu102*
- pip:
- -r requirements.txt
- -r cpu_requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion conda_gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- python>=3.7,<3.9
- pip>=19.1,<20.3
- pytorch>=1.0,<=1.12.1=*cu*
- pytorch-scatter<=2.0.9,cudatoolkit=10.2
- pytorch-scatter<=2.0.9=*cu102*
- torchvision<=0.13.1=*cu*
- torchaudio<=0.12.1=*cu*
- pip:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ scikit-learn>=1.0.0,<1.3.0
scikit-optimize>=0.8.1
scipy>=1.0.0
sentencepiece>=0.1.95
sentence_transformers>1.0,<=2.2.2
sympy>=1.10.1
tables>=3.7.0
tape-proteins>=0.4
Expand Down

0 comments on commit b8b9c60

Please sign in to comment.