Skip to content

Commit dcf4b7b

Browse files
Updating the requirements.txt dependencies files for python 3.11 version.
Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com>
1 parent 2b41a9e commit dcf4b7b

File tree

2 files changed

+6
-34
lines changed

2 files changed

+6
-34
lines changed

sdk/python/requirements/py3.11-ci-requirements.txt

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,7 @@ comm==0.2.1
127127
# ipykernel
128128
# ipywidgets
129129
coverage[toml]==7.4.3
130-
# via
131-
# coverage
132-
# pytest-cov
130+
# via pytest-cov
133131
cryptography==42.0.5
134132
# via
135133
# azure-identity
@@ -220,9 +218,7 @@ google-auth==2.28.1
220218
google-auth-httplib2==0.2.0
221219
# via google-api-python-client
222220
google-cloud-bigquery[pandas]==3.12.0
223-
# via
224-
# feast (setup.py)
225-
# google-cloud-bigquery
221+
# via feast (setup.py)
226222
google-cloud-bigquery-storage==2.24.0
227223
# via feast (setup.py)
228224
google-cloud-bigtable==2.23.0
@@ -534,7 +530,7 @@ packaging==23.2
534530
# pytest
535531
# snowflake-connector-python
536532
# sphinx
537-
pandas==1.5.3 ; python_version <= "3.11"
533+
pandas==1.5.3
538534
# via
539535
# altair
540536
# db-dtypes
@@ -822,9 +818,7 @@ sniffio==1.3.1
822818
snowballstemmer==2.2.0
823819
# via sphinx
824820
snowflake-connector-python[pandas]==3.7.1
825-
# via
826-
# feast (setup.py)
827-
# snowflake-connector-python
821+
# via feast (setup.py)
828822
sortedcontainers==2.4.0
829823
# via snowflake-connector-python
830824
soupsieve==2.5
@@ -972,9 +966,7 @@ urllib3==1.26.18
972966
# responses
973967
# rockset
974968
uvicorn[standard]==0.27.1
975-
# via
976-
# feast (setup.py)
977-
# uvicorn
969+
# via feast (setup.py)
978970
uvloop==0.19.0
979971
# via uvicorn
980972
virtualenv==20.23.0

sdk/python/requirements/py3.11-requirements.txt

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,6 @@ fsspec==2024.2.0
5050
# via dask
5151
greenlet==3.0.3
5252
# via sqlalchemy
53-
grpcio==1.62.0
54-
# via
55-
# feast (setup.py)
56-
# grpcio-health-checking
57-
# grpcio-reflection
58-
# grpcio-tools
59-
grpcio-health-checking==1.62.0
60-
# via feast (setup.py)
61-
grpcio-reflection==1.62.0
62-
# via feast (setup.py)
63-
grpcio-tools==1.62.0
64-
# via feast (setup.py)
6553
gunicorn==21.2.0
6654
# via feast (setup.py)
6755
h11==0.14.0
@@ -123,9 +111,6 @@ proto-plus==1.23.0
123111
protobuf==4.23.4
124112
# via
125113
# feast (setup.py)
126-
# grpcio-health-checking
127-
# grpcio-reflection
128-
# grpcio-tools
129114
# mypy-protobuf
130115
# proto-plus
131116
pyarrow==15.0.0
@@ -202,9 +187,7 @@ tzdata==2024.1
202187
urllib3==2.2.1
203188
# via requests
204189
uvicorn[standard]==0.27.1
205-
# via
206-
# feast (setup.py)
207-
# uvicorn
190+
# via feast (setup.py)
208191
uvloop==0.19.0
209192
# via uvicorn
210193
volatile==2.1.0
@@ -215,6 +198,3 @@ websockets==12.0
215198
# via uvicorn
216199
zipp==3.17.0
217200
# via importlib-metadata
218-
219-
# The following packages are considered to be unsafe in a requirements file:
220-
# setuptools

0 commit comments

Comments
 (0)