Skip to content

Commit

Permalink
Move numpy version constraint to main dependency list
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalrussell committed Jun 26, 2024
1 parent 98f128c commit c1c8f97
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ requires-python = ">=3.8"
dependencies = [
"geopandas",
"matplotlib",
"numpy<2.0.0",
"openpyxl",
"pandera",
"pyarrow",
Expand All @@ -36,15 +37,7 @@ dependencies = [
]

[project.optional-dependencies]
dev = [
"affine",
"black",
"hilbertcurve",
"nbstripout",
"numpy<2.0.0",
"pytest-cov",
"pytest",
]
dev = ["affine", "black", "hilbertcurve", "nbstripout", "pytest-cov", "pytest"]
docs = ["sphinx", "nbsphinx", "sphinx_gallery", "numpydoc"]
tutorials = [
"contextily",
Expand Down

0 comments on commit c1c8f97

Please sign in to comment.