Add torch lower bound (#20362)

This commit is contained in:
Przemyslaw Wysocki 2023-10-11 14:22:26 +02:00 committed by GitHub
parent 5894fbe69d
commit 3403e6c028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,4 +23,4 @@ pytest-html==3.2.0
pytest-timeout==2.1.0
jax<=0.4.14
jaxlib<=0.4.14
torch<2.1.0
torch<2.1.0,>=1.13