Skip to content

Commit

Permalink
Remove unnecessary setup_requires in setup.py
Browse files Browse the repository at this point in the history
Replaced by pyproject.toml
  • Loading branch information
djhoese committed Sep 22, 2023
1 parent e434335 commit 7dc809c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@
'xarray_bilinear': ['xarray', 'dask', 'zarr'],
'tests': test_requires}

setup_requires = ['numpy>=1.10.0', 'cython']

if sys.platform.startswith("win"):
extra_compile_args = []
else:
Expand Down Expand Up @@ -88,7 +86,6 @@
packages=find_packages(),
package_data={'pyresample.test': ['test_files/*']},
python_requires='>=3.9',
setup_requires=setup_requires,
install_requires=requirements,
extras_require=extras_require,
ext_modules=cythonize(extensions),
Expand Down

0 comments on commit 7dc809c

Please sign in to comment.