Skip to content

Commit 6b327c1

Browse files
authored
Remove redundant numpy dependency (#17594)
Missed removing ``numpy`` from `setup.cfg` in #17575. It was only added in setup.cfg in https://github.com/apache/airflow/pull/15209/files#diff-380c6a8ebbbce17d55d50ef17d3cf906 numpy already has `python_requires` metadata: https://github.com/numpy/numpy/blob/v1.20.3/setup.py#L473 so we don't need to set `numpy<1.20;python_version<"3.7"`
1 parent 57d60d2 commit 6b327c1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,6 @@ install_requires =
121121
markdown>=2.5.2, <4.0
122122
markupsafe>=1.1.1, <2.0
123123
marshmallow-oneofschema>=2.0.1
124-
# Numpy stopped releasing 3.6 binaries for 1.20.* series.
125-
numpy<1.20;python_version<"3.7"
126-
numpy;python_version>="3.7"
127124
# Required by vendored-in connexion
128125
openapi-spec-validator>=0.2.4
129126
pendulum~=2.0

0 commit comments

Comments
 (0)