Skip to content

Commit

Permalink
Remove numpy from build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Apr 19, 2024
1 parent 6a643ca commit 4b0cc02
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
requires = [
"wheel",
"setuptools",
"numpy",
"Cython>=0.29.31"
]
build-backend = "setuptools.build_meta"
Expand Down
8 changes: 0 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,6 @@
from setuptools import Extension
from setuptools.command.build_ext import build_ext

try:
import numpy
except ImportError:
raise ImportError(
"To install this package, you must install numpy first\n"
"(See https://pypi.org/project/numpy)"
)


PROJECT = "silx"
if sys.version_info.major < 3:
Expand Down

0 comments on commit 4b0cc02

Please sign in to comment.