mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Bump minimum PyTorch version to 1.11
This commit is contained in:
parent
081c8efaa0
commit
8448b3ba4e
@ -17,7 +17,7 @@ lightgbm>=2,<4
|
||||
|
||||
# PyTorch doesn't support Python 3.10 yet (pytorch/pytorch#66424)
|
||||
sentence-transformers>=2.1.0,<3; python_version<'3.10'
|
||||
torch>=1.9.0,<2; python_version<'3.10'
|
||||
torch>=1.11.0,<2; python_version<'3.10'
|
||||
transformers[torch]>=4.12.0,<5; python_version<'3.10'
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user