Skip to content

Commit

Permalink
updated requirements to use 2.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Arceo <[email protected]>
  • Loading branch information
franciscojavierarceo committed Dec 23, 2024
1 parent 7f53290 commit 34893c4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.10-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ toolz==0.12.1
# dask
# ibis-framework
# partd
torch==2.4.0
torch==2.3.0
# via feast (setup.py)
tornado==6.4.2
# via
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.11-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ toolz==0.12.1
# dask
# ibis-framework
# partd
torch==2.4.0
torch==2.3.0
# via feast (setup.py)
tornado==6.4.2
# via
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.9-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ toolz==0.12.1
# dask
# ibis-framework
# partd
torch==2.4.0
torch==2.3.0
# via feast (setup.py)
tornado==6.4.2
# via
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@

MILVUS_REQUIRED = ["pymilvus"]

PYTORCH_REQUIRED = ["torch<=2.4.0"]
PYTORCH_REQUIRED = ["torch==2.3.0"]

CI_REQUIRED = (
[
Expand Down

0 comments on commit 34893c4

Please sign in to comment.