We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f239b2 commit 94ad286Copy full SHA for 94ad286
pyproject.toml
@@ -39,7 +39,7 @@ dependencies = [
39
]
40
41
[project.optional-dependencies]
42
-express = ["numpy"]
+express = ["numpy>=1.22"]
43
kaleido = ["kaleido>=1.1.0"]
44
dev_core = [
45
"pytest",
@@ -54,14 +54,14 @@ dev_build = [
54
55
dev_optional = [
56
"plotly[dev_build]",
57
+ "plotly[express]",
58
"plotly[kaleido]",
59
"anywidget",
60
"colorcet",
61
# fiona>1.9.6 is not compatible with geopandas<1; geopandas>=1 is not compatible with python 3.8
62
"fiona<=1.9.6;python_version<='3.8'",
63
"geopandas",
64
"inflect",
- "numpy",
65
"orjson",
66
"pandas",
67
"pdfrw",
0 commit comments