Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant
numpy
dependency (apache#17594)
Missed removing ``numpy`` from `setup.cfg` in apache#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"`
- Loading branch information