Skip to content

Commit

Permalink
Regenerate requirements files using python 3.8
Browse files Browse the repository at this point in the history
Signed-off-by: eduardo apolinario <[email protected]>
  • Loading branch information
eapolinario committed May 31, 2023
1 parent d14b602 commit 6701bc3
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 11 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pythonbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ jobs:
# See: https://github.com/flyteorg/flytekit/actions/runs/4493746408/jobs/7905368664
- python-version: 3.11
plugin-names: "flytekit-whylogs"


steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
9 changes: 7 additions & 2 deletions plugins/flytekit-kf-mpi/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.9
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements.in
Expand Down Expand Up @@ -151,6 +151,8 @@ importlib-metadata==6.1.0
# via
# flytekit
# keyring
importlib-resources==5.12.0
# via keyring
isodate==0.6.1
# via azure-storage-blob
jaraco-classes==3.2.3
Expand Down Expand Up @@ -321,6 +323,7 @@ typing-extensions==4.5.0
# azure-core
# azure-storage-blob
# flytekit
# rich
# typing-inspect
typing-inspect==0.8.0
# via dataclasses-json
Expand All @@ -347,7 +350,9 @@ wrapt==1.15.0
yarl==1.9.2
# via aiohttp
zipp==3.15.0
# via importlib-metadata
# via
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools
2 changes: 1 addition & 1 deletion plugins/flytekit-kf-mpi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
packages=[f"flytekitplugins.{PLUGIN_NAME}"],
install_requires=plugin_requires,
license="apache2",
python_requires=">=3.9",
python_requires=">=3.8",
classifiers=[
"Intended Audience :: Science/Research",
"Intended Audience :: Developers",
Expand Down
9 changes: 7 additions & 2 deletions plugins/flytekit-kf-pytorch/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.9
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements.in
Expand Down Expand Up @@ -156,6 +156,8 @@ importlib-metadata==6.6.0
# via
# flytekit
# keyring
importlib-resources==5.12.0
# via keyring
isodate==0.6.1
# via azure-storage-blob
jaraco-classes==3.2.3
Expand Down Expand Up @@ -329,6 +331,7 @@ typing-extensions==4.5.0
# azure-core
# azure-storage-blob
# flytekit
# rich
# typing-inspect
typing-inspect==0.8.0
# via dataclasses-json
Expand All @@ -354,7 +357,9 @@ wrapt==1.15.0
yarl==1.9.2
# via aiohttp
zipp==3.15.0
# via importlib-metadata
# via
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools
2 changes: 1 addition & 1 deletion plugins/flytekit-kf-pytorch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"elastic": ["torch>=1.9.0"],
},
license="apache2",
python_requires=">=3.9",
python_requires=">=3.8",
classifiers=[
"Intended Audience :: Science/Research",
"Intended Audience :: Developers",
Expand Down
9 changes: 7 additions & 2 deletions plugins/flytekit-kf-tensorflow/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.9
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements.in
Expand Down Expand Up @@ -151,6 +151,8 @@ importlib-metadata==6.1.0
# via
# flytekit
# keyring
importlib-resources==5.12.0
# via keyring
isodate==0.6.1
# via azure-storage-blob
jaraco-classes==3.2.3
Expand Down Expand Up @@ -321,6 +323,7 @@ typing-extensions==4.5.0
# azure-core
# azure-storage-blob
# flytekit
# rich
# typing-inspect
typing-inspect==0.8.0
# via dataclasses-json
Expand All @@ -347,7 +350,9 @@ wrapt==1.15.0
yarl==1.9.2
# via aiohttp
zipp==3.15.0
# via importlib-metadata
# via
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools
2 changes: 1 addition & 1 deletion plugins/flytekit-kf-tensorflow/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
packages=[f"flytekitplugins.{PLUGIN_NAME}"],
install_requires=plugin_requires,
license="apache2",
python_requires=">=3.9",
python_requires=">=3.8",
classifiers=[
"Intended Audience :: Science/Research",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 6701bc3

Please sign in to comment.