Skip to content

Commit

Permalink
MAINT Removes sortedcontainers, deprecated, and dateutil dependencies (
Browse files Browse the repository at this point in the history
…flyteorg#1970)

* MAINT Remove sorted-containers, deprecated, and urllib3 dependency

Signed-off-by: Thomas J. Fan <[email protected]>

* Add urllib to see if it fixes the dependency resolution

Signed-off-by: Thomas J. Fan <[email protected]>

* Remove dateutil

Signed-off-by: Thomas J. Fan <[email protected]>

---------

Signed-off-by: Thomas J. Fan <[email protected]>
Signed-off-by: Rafael Raposo <[email protected]>
  • Loading branch information
thomasjpfan authored and RRap0so committed Dec 15, 2023
1 parent 7f89a56 commit 11cd0b5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 18 deletions.
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 @@ -407,7 +405,6 @@ python-dateutil==2.8.2
# arrow
# botocore
# croniter
# flytekit
# google-cloud-bigquery
# kubernetes
# pandas
Expand Down Expand Up @@ -474,7 +471,6 @@ six==1.16.0
# tensorflow
sortedcontainers==2.4.0
# via
# flytekit
# hypothesis
stack-data==0.6.3
# via ipython
Expand Down Expand Up @@ -560,7 +556,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 @@ -950,7 +948,6 @@ python-dateutil==2.8.2
# arrow
# botocore
# croniter
# flytekit
# google-cloud-bigquery
# great-expectations
# jupyter-client
Expand Down Expand Up @@ -1136,7 +1133,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 @@ -1438,7 +1434,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>=4.0.0,<7.0.0",
"docstring-parser>=0.9.0",
Expand All @@ -59,15 +58,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 @@ -257,7 +255,6 @@ python-dateutil==2.8.2
# arrow
# botocore
# croniter
# flytekit
# kubernetes
# matplotlib
# pandas
Expand Down Expand Up @@ -316,8 +313,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

0 comments on commit 11cd0b5

Please sign in to comment.