Skip to content

Commit

Permalink
chore (deps): compile py39 pip
Browse files Browse the repository at this point in the history
Signed-off-by: Hai Nguyen <[email protected]>
  • Loading branch information
sudohainguyen committed Sep 23, 2023
1 parent 96a420c commit 99c62e5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
28 changes: 15 additions & 13 deletions sdk/python/requirements/py3.9-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ cloudpickle==2.2.1
# via dask
colorama==0.4.6
# via feast (setup.py)
dask==2023.9.1
dask==2023.9.2
# via feast (setup.py)
dill==0.3.7
# via feast (setup.py)
Expand All @@ -50,8 +50,10 @@ fastavro==1.8.3
# pandavro
fissix==21.11.13
# via bowler
fsspec==2023.9.0
fsspec==2023.9.2
# via dask
greenlet==2.0.2
# via sqlalchemy
grpcio==1.58.0
# via
# feast (setup.py)
Expand All @@ -70,11 +72,11 @@ h11==0.14.0
# via
# httpcore
# uvicorn
httpcore==0.17.3
httpcore==0.18.0
# via httpx
httptools==0.6.0
# via uvicorn
httpx==0.24.1
httpx==0.25.0
# via feast (setup.py)
idna==3.4
# via
Expand All @@ -85,11 +87,11 @@ importlib-metadata==6.8.0
# via
# dask
# feast (setup.py)
importlib-resources==6.0.1
importlib-resources==6.1.0
# via feast (setup.py)
jinja2==3.1.2
# via feast (setup.py)
jsonschema==4.19.0
jsonschema==4.19.1
# via feast (setup.py)
jsonschema-specifications==2023.7.1
# via jsonschema
Expand All @@ -105,7 +107,7 @@ mypy==1.5.1
# via sqlalchemy
mypy-extensions==1.0.0
# via mypy
mypy-protobuf==3.1.0
mypy-protobuf==3.1
# via feast (setup.py)
numpy==1.24.4
# via
Expand All @@ -117,7 +119,7 @@ packaging==23.1
# via
# dask
# gunicorn
pandas==2.1.0
pandas==2.1.1
# via
# feast (setup.py)
# pandavro
Expand Down Expand Up @@ -160,7 +162,7 @@ referencing==0.30.2
# jsonschema-specifications
requests==2.31.0
# via feast (setup.py)
rpds-py==0.10.2
rpds-py==0.10.3
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -195,9 +197,9 @@ tqdm==4.66.1
# via feast (setup.py)
typeguard==2.13.3
# via feast (setup.py)
types-protobuf==4.24.0.1
types-protobuf==4.24.0.2
# via mypy-protobuf
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# fastapi
# mypy
Expand All @@ -207,7 +209,7 @@ typing-extensions==4.7.1
# uvicorn
tzdata==2023.3
# via pandas
urllib3==2.0.4
urllib3==2.0.5
# via requests
uvicorn[standard]==0.23.2
# via feast (setup.py)
Expand All @@ -219,7 +221,7 @@ watchfiles==0.20.0
# via uvicorn
websockets==11.0.3
# via uvicorn
zipp==3.16.2
zipp==3.17.0
# via
# importlib-metadata
# importlib-resources
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"jsonschema",
"mmh3",
"numpy>=1.22,<1.25",
"pandas>=1.4.3,<2",
"pandas>=1.4.3,<3",
# For some reason pandavro higher than 1.5.* only support pandas less than 1.3.
"pandavro~=1.5.0",
# Higher than 4.23.4 seems to cause a seg fault
Expand Down

0 comments on commit 99c62e5

Please sign in to comment.