Skip to content

Commit

Permalink
Removing duplicate dependency ibis which was added by mistake. this s…
Browse files Browse the repository at this point in the history
…hould fix the failure of python unit test cases.

Signed-off-by: Lokesh Rangineni <[email protected]>

Signed-off-by: Lokesh Rangineni <[email protected]>
  • Loading branch information
lokeshrangineni committed Mar 27, 2024
1 parent 228e3b4 commit f0971a8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 32 deletions.
18 changes: 8 additions & 10 deletions sdk/python/requirements/py3.11-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ attrs==23.2.0
# bowler
# jsonschema
# referencing
avro==1.10.0
# via feast (setup.py)
azure-core==1.30.1
# via
# azure-identity
Expand All @@ -63,11 +61,11 @@ black==22.12.0
# via feast (setup.py)
bleach==6.1.0
# via nbconvert
boto3==1.34.71
boto3==1.34.72
# via
# feast (setup.py)
# moto
botocore==1.34.71
botocore==1.34.72
# via
# boto3
# moto
Expand Down Expand Up @@ -288,7 +286,7 @@ hazelcast-python-client==5.3.0
# via feast (setup.py)
hiredis==2.3.2
# via feast (setup.py)
httpcore==1.0.4
httpcore==1.0.5
# via httpx
httplib2==0.22.0
# via
Expand All @@ -300,8 +298,6 @@ httpx==0.27.0
# via
# feast (setup.py)
# jupyterlab
ibis==3.3.0
# via feast (setup.py)
ibis-framework==8.0.0
# via
# feast (setup.py)
Expand Down Expand Up @@ -567,7 +563,6 @@ prompt-toolkit==3.0.43
# via ipython
proto-plus==1.23.0
# via
# feast (setup.py)
# google-api-core
# google-cloud-bigquery
# google-cloud-bigquery-storage
Expand Down Expand Up @@ -620,11 +615,11 @@ pyarrow==15.0.2
# snowflake-connector-python
pyarrow-hotfix==0.6
# via ibis-framework
pyasn1==0.5.1
pyasn1==0.6.0
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.3.0
pyasn1-modules==0.4.0
# via google-auth
pybindgen==0.22.1
# via feast (setup.py)
Expand Down Expand Up @@ -675,6 +670,7 @@ pytest==7.4.4
# feast (setup.py)
# pytest-benchmark
# pytest-cov
# pytest-env
# pytest-lazy-fixture
# pytest-mock
# pytest-ordering
Expand All @@ -684,6 +680,8 @@ pytest-benchmark==3.4.1
# via feast (setup.py)
pytest-cov==5.0.0
# via feast (setup.py)
pytest-env==1.1.3
# via feast (setup.py)
pytest-lazy-fixture==0.6.3
# via feast (setup.py)
pytest-mock==1.10.4
Expand Down
24 changes: 3 additions & 21 deletions sdk/python/requirements/py3.11-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ annotated-types==0.6.0
# via pydantic
anyio==4.3.0
# via
# httpx
# starlette
# watchfiles
appdirs==1.4.4
Expand All @@ -21,10 +20,7 @@ attrs==23.2.0
bowler==0.9.0
# via feast (setup.py)
certifi==2024.2.2
# via
# httpcore
# httpx
# requests
# via requests
charset-normalizer==3.3.2
# via requests
click==8.1.7
Expand Down Expand Up @@ -53,21 +49,12 @@ greenlet==3.0.3
gunicorn==21.2.0
# via feast (setup.py)
h11==0.14.0
# via
# httpcore
# uvicorn
httpcore==1.0.4
# via httpx
# via uvicorn
httptools==0.6.1
# via uvicorn
httpx==0.27.0
# via feast (setup.py)
ibis==3.3.0
# via feast (setup.py)
idna==3.6
# via
# anyio
# httpx
# requests
importlib-metadata==6.11.0
# via
Expand Down Expand Up @@ -108,13 +95,10 @@ pandas==2.2.1
# via feast (setup.py)
partd==1.4.1
# via dask
proto-plus==1.23.0
# via feast (setup.py)
protobuf==4.25.3
# via
# feast (setup.py)
# mypy-protobuf
# proto-plus
pyarrow==15.0.2
# via feast (setup.py)
pydantic==2.6.4
Expand Down Expand Up @@ -149,9 +133,7 @@ rpds-py==0.18.0
six==1.16.0
# via python-dateutil
sniffio==1.3.1
# via
# anyio
# httpx
# via anyio
sqlalchemy[mypy]==1.4.52
# via
# feast (setup.py)
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
"bowler", # Needed for automatic repo upgrades
"importlib-resources>=6.0.0,<7",
"importlib_metadata>=6.8.0,<7",
"ibis~=3.3.0",
]

GCP_REQUIRED = [
Expand Down

0 comments on commit f0971a8

Please sign in to comment.