Skip to content

Commit

Permalink
fix: Pin numpy version to avoid spammy deprecation messages
Browse files Browse the repository at this point in the history
Signed-off-by: Danny C <d.chiao@gmail.com>
  • Loading branch information
adchia committed Sep 7, 2023
1 parent 8717e9b commit 774ed33
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 44 deletions.
1 change: 1 addition & 0 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
* [SQLite](reference/online-stores/sqlite.md)
* [Snowflake](reference/online-stores/snowflake.md)
* [Redis](reference/online-stores/redis.md)
* [Dragonfly](reference/online-stores/dragonfly.md)
* [Datastore](reference/online-stores/datastore.md)
* [DynamoDB](reference/online-stores/dynamodb.md)
* [Bigtable](reference/online-stores/bigtable.md)
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/online-stores/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ Please see [Online Store](../../getting-started/architecture-and-components/onli
[redis.md](redis.md)
{% endcontent-ref %}

{% content-ref url="dragonfly.md" %}
[dragonfly.md](dragonfly.md)
{% endcontent-ref %}

{% content-ref url="datastore.md" %}
[datastore.md](datastore.md)
{% endcontent-ref %}
Expand Down
26 changes: 13 additions & 13 deletions sdk/python/requirements/py3.10-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ attrs==23.1.0
# referencing
avro==1.10.0
# via feast (setup.py)
azure-core==1.29.3
azure-core==1.29.4
# via
# adlfs
# azure-identity
Expand Down Expand Up @@ -86,11 +86,11 @@ black==22.12.0
# via feast (setup.py)
bleach==6.0.0
# via nbconvert
boto3==1.28.42
boto3==1.28.43
# via
# feast (setup.py)
# moto
botocore==1.31.42
botocore==1.31.43
# via
# boto3
# moto
Expand Down Expand Up @@ -172,7 +172,7 @@ dask==2023.9.1
# via feast (setup.py)
db-dtypes==1.1.1
# via google-cloud-bigquery
debugpy==1.6.7.post1
debugpy==1.7.0
# via ipykernel
decorator==5.1.1
# via
Expand Down Expand Up @@ -208,7 +208,7 @@ executing==1.2.0
# via stack-data
fastapi==0.99.1
# via feast (setup.py)
fastavro==1.8.2
fastavro==1.8.3
# via
# feast (setup.py)
# pandavro
Expand Down Expand Up @@ -307,7 +307,7 @@ great-expectations==0.15.50
# via feast (setup.py)
grpc-google-iam-v1==0.12.6
# via google-cloud-bigtable
grpcio==1.57.0
grpcio==1.58.0
# via
# feast (setup.py)
# google-api-core
Expand All @@ -319,15 +319,15 @@ grpcio==1.57.0
# grpcio-status
# grpcio-testing
# grpcio-tools
grpcio-health-checking==1.57.0
grpcio-health-checking==1.58.0
# via feast (setup.py)
grpcio-reflection==1.57.0
grpcio-reflection==1.58.0
# via feast (setup.py)
grpcio-status==1.57.0
grpcio-status==1.58.0
# via google-api-core
grpcio-testing==1.57.0
grpcio-testing==1.58.0
# via feast (setup.py)
grpcio-tools==1.57.0
grpcio-tools==1.58.0
# via feast (setup.py)
gunicorn==21.2.0
# via feast (setup.py)
Expand Down Expand Up @@ -545,7 +545,7 @@ notebook-shim==0.2.3
# via
# jupyterlab
# notebook
numpy==1.25.2
numpy==1.24.4
# via
# altair
# db-dtypes
Expand Down Expand Up @@ -723,7 +723,7 @@ pyproject-hooks==1.0.0
# via build
pyspark==3.4.1
# via feast (setup.py)
pytest==7.4.1
pytest==7.4.2
# via
# feast (setup.py)
# pytest-benchmark
Expand Down
12 changes: 6 additions & 6 deletions sdk/python/requirements/py3.10-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,25 +44,25 @@ exceptiongroup==1.1.3
# via anyio
fastapi==0.99.1
# via feast (setup.py)
fastavro==1.8.2
fastavro==1.8.3
# via
# feast (setup.py)
# pandavro
fissix==21.11.13
# via bowler
fsspec==2023.9.0
# via dask
grpcio==1.57.0
grpcio==1.58.0
# via
# feast (setup.py)
# grpcio-health-checking
# grpcio-reflection
# grpcio-tools
grpcio-health-checking==1.57.0
grpcio-health-checking==1.58.0
# via feast (setup.py)
grpcio-reflection==1.57.0
grpcio-reflection==1.58.0
# via feast (setup.py)
grpcio-tools==1.57.0
grpcio-tools==1.58.0
# via feast (setup.py)
gunicorn==21.2.0
# via feast (setup.py)
Expand Down Expand Up @@ -107,7 +107,7 @@ mypy-extensions==1.0.0
# via mypy
mypy-protobuf==3.1
# via feast (setup.py)
numpy==1.25.2
numpy==1.24.4
# via
# feast (setup.py)
# pandas
Expand Down
10 changes: 5 additions & 5 deletions sdk/python/requirements/py3.8-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,25 +44,25 @@ exceptiongroup==1.1.3
# via anyio
fastapi==0.99.1
# via feast (setup.py)
fastavro==1.8.2
fastavro==1.8.3
# via
# feast (setup.py)
# pandavro
fissix==21.11.13
# via bowler
fsspec==2023.9.0
# via dask
grpcio==1.57.0
grpcio==1.58.0
# via
# feast (setup.py)
# grpcio-health-checking
# grpcio-reflection
# grpcio-tools
grpcio-health-checking==1.57.0
grpcio-health-checking==1.58.0
# via feast (setup.py)
grpcio-reflection==1.57.0
grpcio-reflection==1.58.0
# via feast (setup.py)
grpcio-tools==1.57.0
grpcio-tools==1.58.0
# via feast (setup.py)
gunicorn==21.2.0
# via feast (setup.py)
Expand Down
26 changes: 13 additions & 13 deletions sdk/python/requirements/py3.9-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ attrs==23.1.0
# referencing
avro==1.10.0
# via feast (setup.py)
azure-core==1.29.3
azure-core==1.29.4
# via
# adlfs
# azure-identity
Expand Down Expand Up @@ -86,11 +86,11 @@ black==22.12.0
# via feast (setup.py)
bleach==6.0.0
# via nbconvert
boto3==1.28.42
boto3==1.28.43
# via
# feast (setup.py)
# moto
botocore==1.31.42
botocore==1.31.43
# via
# boto3
# moto
Expand Down Expand Up @@ -172,7 +172,7 @@ dask==2023.9.1
# via feast (setup.py)
db-dtypes==1.1.1
# via google-cloud-bigquery
debugpy==1.6.7.post1
debugpy==1.7.0
# via ipykernel
decorator==5.1.1
# via
Expand Down Expand Up @@ -208,7 +208,7 @@ executing==1.2.0
# via stack-data
fastapi==0.99.1
# via feast (setup.py)
fastavro==1.8.2
fastavro==1.8.3
# via
# feast (setup.py)
# pandavro
Expand Down Expand Up @@ -307,7 +307,7 @@ great-expectations==0.15.50
# via feast (setup.py)
grpc-google-iam-v1==0.12.6
# via google-cloud-bigtable
grpcio==1.57.0
grpcio==1.58.0
# via
# feast (setup.py)
# google-api-core
Expand All @@ -319,15 +319,15 @@ grpcio==1.57.0
# grpcio-status
# grpcio-testing
# grpcio-tools
grpcio-health-checking==1.57.0
grpcio-health-checking==1.58.0
# via feast (setup.py)
grpcio-reflection==1.57.0
grpcio-reflection==1.58.0
# via feast (setup.py)
grpcio-status==1.57.0
grpcio-status==1.58.0
# via google-api-core
grpcio-testing==1.57.0
grpcio-testing==1.58.0
# via feast (setup.py)
grpcio-tools==1.57.0
grpcio-tools==1.58.0
# via feast (setup.py)
gunicorn==21.2.0
# via feast (setup.py)
Expand Down Expand Up @@ -552,7 +552,7 @@ notebook-shim==0.2.3
# via
# jupyterlab
# notebook
numpy==1.25.2
numpy==1.24.4
# via
# altair
# db-dtypes
Expand Down Expand Up @@ -730,7 +730,7 @@ pyproject-hooks==1.0.0
# via build
pyspark==3.4.1
# via feast (setup.py)
pytest==7.4.1
pytest==7.4.2
# via
# feast (setup.py)
# pytest-benchmark
Expand Down
12 changes: 6 additions & 6 deletions sdk/python/requirements/py3.9-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,25 +44,25 @@ exceptiongroup==1.1.3
# via anyio
fastapi==0.99.1
# via feast (setup.py)
fastavro==1.8.2
fastavro==1.8.3
# via
# feast (setup.py)
# pandavro
fissix==21.11.13
# via bowler
fsspec==2023.9.0
# via dask
grpcio==1.57.0
grpcio==1.58.0
# via
# feast (setup.py)
# grpcio-health-checking
# grpcio-reflection
# grpcio-tools
grpcio-health-checking==1.57.0
grpcio-health-checking==1.58.0
# via feast (setup.py)
grpcio-reflection==1.57.0
grpcio-reflection==1.58.0
# via feast (setup.py)
grpcio-tools==1.57.0
grpcio-tools==1.58.0
# via feast (setup.py)
gunicorn==21.2.0
# via feast (setup.py)
Expand Down Expand Up @@ -107,7 +107,7 @@ mypy-extensions==1.0.0
# via mypy
mypy-protobuf==3.1.0
# via feast (setup.py)
numpy==1.25.2
numpy==1.24.4
# via
# feast (setup.py)
# pandas
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"Jinja2>=2,<4",
"jsonschema",
"mmh3",
"numpy>=1.22,<3",
"numpy>=1.22,<1.25",
"pandas>=1.4.3,<2",
# For some reason pandavro higher than 1.5.* only support pandas less than 1.3.
"pandavro~=1.5.0",
Expand Down

0 comments on commit 774ed33

Please sign in to comment.