Skip to content

Commit

Permalink
Restrict numpy due to deprecated aliases (#1376)
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
Co-authored-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
  • Loading branch information
eapolinario and eapolinario authored Dec 19, 2022
1 parent db94773 commit 315956f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@
"cloudpickle>=2.0.0",
"cookiecutter>=1.7.3",
"numpy<1.22.0; python_version < '3.8.0'",
# TODO: We should remove mentions to the deprecated numpy
# aliases. More details in https://github.com/flyteorg/flyte/issues/3166
"numpy<1.24.0",
],
extras_require=extras_require,
scripts=[
Expand Down

0 comments on commit 315956f

Please sign in to comment.