Skip to content

Commit

Permalink
updating requirements
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 1c9880f commit 2037c2c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions sdk/python/requirements/py3.10-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ starlette==0.41.3
# via fastapi
substrait==0.23.0
# via ibis-substrait
sympy==1.13.1
sympy==1.13.3
# via torch
tabulate==0.9.0
# via feast (setup.py)
Expand Down Expand Up @@ -953,7 +953,7 @@ toolz==0.12.1
# dask
# ibis-framework
# partd
torch==2.5.1
torch==2.4.1
# via feast (setup.py)
tornado==6.4.2
# via
Expand Down
4 changes: 2 additions & 2 deletions sdk/python/requirements/py3.11-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ starlette==0.41.3
# via fastapi
substrait==0.23.0
# via ibis-substrait
sympy==1.13.1
sympy==1.13.3
# via torch
tabulate==0.9.0
# via feast (setup.py)
Expand All @@ -934,7 +934,7 @@ toolz==0.12.1
# dask
# ibis-framework
# partd
torch==2.5.1
torch==2.4.1
# via feast (setup.py)
tornado==6.4.2
# via
Expand Down
4 changes: 2 additions & 2 deletions sdk/python/requirements/py3.9-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ starlette==0.41.3
# via fastapi
substrait==0.23.0
# via ibis-substrait
sympy==1.13.1
sympy==1.13.3
# via torch
tabulate==0.9.0
# via feast (setup.py)
Expand Down Expand Up @@ -961,7 +961,7 @@ toolz==0.12.1
# dask
# ibis-framework
# partd
torch==2.5.1
torch==2.4.1
# 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.5.0"]
PYTORCH_REQUIRED = ["torch>=2.4.0", "torch<2.5.0"]

CI_REQUIRED = (
[
Expand Down

0 comments on commit 2037c2c

Please sign in to comment.