Skip to content

Commit

Permalink
revert np2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertDominguez committed Oct 5, 2024
1 parent 95eb7fd commit 1e7ef44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = ["setuptools<=71.0",
"setuptools_scm[toml]>=6.2",
"wheel",
"numpy"]
"oldest_supported_numpy"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install_requires =
dask
lightning
networkx
numpy
numpy<2.0
pandas
Pillow
pydash
Expand Down

0 comments on commit 1e7ef44

Please sign in to comment.