File tree 2 files changed +37
-0
lines changed
packages/python/plotly/test_requirements
2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -234,6 +234,21 @@ jobs:
234
234
- test_optional :
235
235
py : " 39_pandas_2"
236
236
237
+ # No numpy
238
+ python_312_no_numpy :
239
+ docker :
240
+ - image : cimg/python:3.12-browsers
241
+ steps :
242
+ - run :
243
+ name : Check that numpy is not installed
244
+ command : |
245
+ if pip list | grep numpy > /dev/null 2>&1
246
+ then exit 1
247
+ else exit 0
248
+ fi
249
+ - test_optional :
250
+ py : " 312_no_numpy"
251
+
237
252
# Orca
238
253
python_38_orca :
239
254
docker :
@@ -598,5 +613,6 @@ workflows:
598
613
- python_39_pandas_2_optional
599
614
- python_38_orca
600
615
- python_39_percy
616
+ - python_312_no_numpy
601
617
- build-doc
602
618
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