Skip to content

Commit 94ad286

Browse files
committed
Add numpy minimum version
1 parent 2f239b2 commit 94ad286

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies = [
3939
]
4040

4141
[project.optional-dependencies]
42-
express = ["numpy"]
42+
express = ["numpy>=1.22"]
4343
kaleido = ["kaleido>=1.1.0"]
4444
dev_core = [
4545
"pytest",
@@ -54,14 +54,14 @@ dev_build = [
5454
]
5555
dev_optional = [
5656
"plotly[dev_build]",
57+
"plotly[express]",
5758
"plotly[kaleido]",
5859
"anywidget",
5960
"colorcet",
6061
# fiona>1.9.6 is not compatible with geopandas<1; geopandas>=1 is not compatible with python 3.8
6162
"fiona<=1.9.6;python_version<='3.8'",
6263
"geopandas",
6364
"inflect",
64-
"numpy",
6565
"orjson",
6666
"pandas",
6767
"pdfrw",

0 commit comments

Comments
 (0)