Skip to content

Commit

Permalink
Fix requirements, still waiting for grpcio fix
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Bauer <[email protected]>
  • Loading branch information
bimtauer committed Apr 5, 2022
1 parent c52062a commit 493129b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 10 deletions.
2 changes: 2 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ pyyaml<6
# releases (pandas>=1.4.0 and numpy>=1.22.0). More details in https://github.com/flyteorg/flyte/issues/2115.
pandas<1.4.0
numpy<1.22.0
# This is required by docker-compose and otherwise clashes with docker-py
websocket-client<1.0.0
30 changes: 21 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with python 3.8
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# make requirements.txt
Expand All @@ -22,8 +22,6 @@ chardet==4.0.0
# via binaryornot
charset-normalizer==2.0.12
# via requests
checksumdir==1.2.0
# via flytekit
click==8.1.2
# via
# cookiecutter
Expand All @@ -46,19 +44,25 @@ diskcache==5.4.0
# via flytekit
docker-image-py==0.1.12
# via flytekit
docker-py==1.10.6
# via flytekit
docker-pycreds==0.4.0
# via docker-py
docstring-parser==0.13
# via flytekit
flyteidl==0.24.11
flyteidl==0.24.12
# via flytekit
googleapis-common-protos==1.56.0
# via flyteidl
grpcio==1.45.0
# via flytekit
grpcio==1.44.0
# via
# -r requirements.in
# flytekit
idna==3.3
# via requests
importlib-metadata==4.11.3
# via keyring
jeepney==0.7.1
jeepney==0.8.0
# via
# keyring
# secretstorage
Expand Down Expand Up @@ -100,7 +104,7 @@ pandas==1.3.5
# flytekit
poyo==0.5.0
# via cookiecutter
protobuf==3.19.4
protobuf==3.20.0
# via
# flyteidl
# flytekit
Expand Down Expand Up @@ -143,6 +147,7 @@ regex==2022.3.15
requests==2.27.1
# via
# cookiecutter
# docker-py
# flytekit
# responses
responses==0.20.0
Expand All @@ -154,9 +159,12 @@ secretstorage==3.3.1
six==1.16.0
# via
# cookiecutter
# docker-py
# docker-pycreds
# grpcio
# jsonschema
# python-dateutil
# websocket-client
sortedcontainers==2.4.0
# via flytekit
statsd==3.3.0
Expand All @@ -174,13 +182,17 @@ urllib3==1.26.9
# flytekit
# requests
# responses
websocket-client==0.59.0
# via
# -r requirements.in
# docker-py
wheel==0.37.1
# via flytekit
wrapt==1.14.0
# via
# deprecated
# flytekit
zipp==3.7.0
zipp==3.8.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"click>=6.6,<9.0",
"croniter>=0.3.20,<4.0.0",
"deprecated>=1.0,<2.0",
"docker-py>=1.10.6,<2.0",
"docker-py>=1.10.6,<2.0.0",
"python-dateutil>=2.1",
"grpcio>=1.44.0,<2.0",
"protobuf>=3.6.1,<4",
Expand Down

0 comments on commit 493129b

Please sign in to comment.