Skip to content

Commit e3f8c1a

Browse files
authored
Merge pull request #5072 from plotly/update-test-requirements-optional
Remove `[all]` extra from `ipython` to prevent old versions of dependencies from being installed
2 parents 8876fab + bb932b5 commit e3f8c1a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Diff for: test_requirements/requirements_optional.txt

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
requests
22
pandas
33
numpy
4-
fiona<=1.9.6;python_version<="3.8"
54
xarray
65
statsmodels
76
Pillow
87
pytest
98
pytz
10-
ipython[all]
11-
ipykernel
9+
ipython
1210
jupyter
11+
anywidget
1312
scipy
1413
Shapely
1514
geopandas
15+
fiona<=1.9.6;python_version<="3.8" # fiona>1.9.6 is not compatible with geopandas<1; geopandas>=1 is not compatible with python 3.8
1616
pyshp
1717
matplotlib
1818
scikit-image
@@ -21,6 +21,5 @@ kaleido
2121
orjson
2222
polars[timezone]
2323
pyarrow
24-
anywidget
2524
plotly-geo
26-
vaex;python_version<="3.9"
25+
vaex;python_version<="3.9"

0 commit comments

Comments
 (0)