Skip to content

Commit

Permalink
drop numpy requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mberr committed Aug 12, 2024
1 parent 3fcdf6d commit 23565db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies = [
]

[project.optional-dependencies]
tests = ["numpy", "numpy<2; platform_system=='Windows'", "pytest", "coverage"]
tests = ["pytest", "coverage"]
docs = [
# Sphinx >= 8.0 not supported by rtd theme, cf. https://github.com/readthedocs/sphinx_rtd_theme/issues/1582
"sphinx<8",
Expand Down

0 comments on commit 23565db

Please sign in to comment.