Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT Removes sortedcontainers, deprecated, and dateutil dependencies #1970

Merged
merged 5 commits into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ decorator==5.1.1
# via
# gcsfs
# ipython
deprecated==1.2.14
# via flytekit
diskcache==5.6.3
# via flytekit
distlib==0.3.7
Expand Down Expand Up @@ -409,7 +407,6 @@ python-dateutil==2.8.2
# arrow
# botocore
# croniter
# flytekit
# google-cloud-bigquery
# kubernetes
# pandas
Expand Down Expand Up @@ -478,7 +475,6 @@ six==1.16.0
# tensorflow
sortedcontainers==2.4.0
# via
# flytekit
# hypothesis
stack-data==0.6.3
# via ipython
Expand Down Expand Up @@ -564,7 +560,6 @@ wheel==0.41.3
wrapt==1.15.0
# via
# aiobotocore
# deprecated
# flytekit
# tensorflow
yarl==1.9.2
Expand Down
5 changes: 0 additions & 5 deletions doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,6 @@ decorator==5.1.1
# retry
defusedxml==0.7.1
# via nbconvert
deprecated==1.2.14
# via flytekit
dill==0.3.7
# via
# datasets
Expand Down Expand Up @@ -952,7 +950,6 @@ python-dateutil==2.8.2
# arrow
# botocore
# croniter
# flytekit
# google-cloud-bigquery
# great-expectations
# jupyter-client
Expand Down Expand Up @@ -1140,7 +1137,6 @@ snowflake-connector-python==3.2.0
sortedcontainers==2.4.0
# via
# distributed
# flytekit
# snowflake-connector-python
soupsieve==2.5
# via beautifulsoup4
Expand Down Expand Up @@ -1442,7 +1438,6 @@ wrapt==1.15.0
# via
# aiobotocore
# astroid
# deprecated
# flytekit
# pandera
# tensorflow
Expand Down
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"cookiecutter>=1.7.3",
"croniter>=0.3.20,<4.0.0",
"dataclasses-json>=0.5.2,<0.5.12", # TODO: remove upper-bound after fixing change in contract
"deprecated>=1.0,<2.0",
"diskcache>=5.2.1",
"docker-image-py>=0.1.10",
"docker>=4.0.0,<7.0.0",
Expand All @@ -60,15 +59,13 @@
# TODO: Remove upper-bound after protobuf community fixes it. https://github.com/flyteorg/flyte/issues/4359
"protobuf<4.25.0",
"pyarrow>=4.0.0,<11.0.0",
"python-dateutil>=2.1",
"python-json-logger>=2.0.0",
"pytimeparse>=1.1.8,<2.0.0",
"pyyaml!=6.0.0,!=5.4.0,!=5.4.1", # pyyaml is broken with cython 3: https://github.com/yaml/pyyaml/issues/601
"requests>=2.18.4,<3.0.0",
"rich",
"rich_click",
"s3fs>=0.6.0",
"sortedcontainers>=1.5.9,<3.0.0",
"statsd>=3.0.0,<4.0.0",
"typing_extensions",
"urllib3>=1.22,<2.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ dataclasses-json==0.5.9
# via flytekit
decorator==5.1.1
# via gcsfs
deprecated==1.2.14
# via flytekit
diskcache==5.6.1
# via flytekit
docker==6.1.3
Expand Down Expand Up @@ -259,7 +257,6 @@ python-dateutil==2.8.2
# arrow
# botocore
# croniter
# flytekit
# kubernetes
# matplotlib
# pandas
Expand Down Expand Up @@ -320,8 +317,6 @@ six==1.16.0
# isodate
# kubernetes
# python-dateutil
sortedcontainers==2.4.0
# via flytekit
statsd==3.3.0
# via flytekit
text-unidecode==1.3
Expand Down