File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
packages/python/plotly/test_requirements Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -234,6 +234,14 @@ jobs:
234234 - test_optional :
235235 py : " 39_pandas_2"
236236
237+ # No numpy
238+ python_312_no_numpy :
239+ docker :
240+ - image : cimg/python:3.12-browsers
241+ steps :
242+ - test_optional :
243+ py : " 312_no_numpy"
244+
237245 # Orca
238246 python_38_orca :
239247 docker :
@@ -598,5 +606,6 @@ workflows:
598606 - python_39_pandas_2_optional
599607 - python_38_orca
600608 - python_39_percy
609+ - python_312_no_numpy
601610 - build-doc
602611
Original file line number Diff line number Diff line change 1+ requests==2.31.0
2+ tenacity==8.2.3
3+ pandas
4+ xarray==2023.12.0
5+ statsmodels
6+ Pillow==10.2.0
7+ pytest==7.4.4
8+ pytz==2023.3.post1
9+ ipython[all]==7.22.0
10+ ipywidgets<8
11+ ipykernel==5.5.3
12+ jupyter==1.0.0
13+ scipy==1.11.4
14+ Shapely==2.0.2
15+ geopandas==0.14.2
16+ pyshp==2.3.1
17+ matplotlib==3.8.2
18+ scikit-image==0.22.0
19+ psutil==5.9.7
20+ kaleido
21+ orjson==3.9.10
You can’t perform that action at this time.
0 commit comments