File tree Expand file tree Collapse file tree 3 files changed +33
-4
lines changed Expand file tree Collapse file tree 3 files changed +33
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ commands:
19
19
python -m venv venv
20
20
. venv/bin/activate
21
21
pip install -e .
22
- pip install -r ./test_requirements/requirements_<<parameters.py>>_core .txt
22
+ pip install -r ./test_requirements/requirements_core .txt
23
23
- run :
24
24
name : Test core
25
25
command : |
@@ -42,7 +42,7 @@ commands:
42
42
python -m venv venv
43
43
. venv/bin/activate
44
44
pip install -e .
45
- pip install -r ./test_requirements/requirements_<<parameters.py>>_optional .txt
45
+ pip install -r ./test_requirements/requirements_optional .txt
46
46
cd js
47
47
npm ci
48
48
npm run build
@@ -99,7 +99,7 @@ commands:
99
99
command : |
100
100
python -m venv venv
101
101
. venv/bin/activate
102
- pip install -r ./test_requirements/requirements_<<parameters.py>>_optional .txt
102
+ pip install -r ./test_requirements/requirements_optional .txt
103
103
- run :
104
104
name : Install plotly-geo
105
105
command : |
@@ -310,7 +310,7 @@ jobs:
310
310
python -m venv venv
311
311
. venv/bin/activate
312
312
pip install -e .
313
- pip install -r ./test_requirements/requirements_311_core .txt black inflect
313
+ pip install -r ./test_requirements/requirements_core .txt black inflect
314
314
pip install jupyterlab
315
315
- run :
316
316
name : Update plotly.js to dev
Original file line number Diff line number Diff line change
1
+ requests
2
+ pytest
3
+ narwhals
Original file line number Diff line number Diff line change
1
+ requests
2
+ pandas
3
+ numpy
4
+ xarray
5
+ statsmodels
6
+ Pillow
7
+ pytest
8
+ pytz
9
+ ipython[all]
10
+ ipykernel
11
+ jupyter
12
+ scipy
13
+ Shapely
14
+ geopandas
15
+ pyshp
16
+ matplotlib
17
+ scikit-image
18
+ psutil
19
+ kaleido
20
+ orjson
21
+ polars[timezone]
22
+ pyarrow
23
+ narwhals
24
+ anywidget
25
+ jupyter-console
26
+ plotly-geo
You can’t perform that action at this time.
0 commit comments