Skip to content

Commit 01fc9af

Browse files
committed
Update plotly and kaleido versions so they are compatible.
1 parent 9bb73a4 commit 01fc9af

7 files changed

Lines changed: 13 additions & 13 deletions

File tree

.tools/envs/testenv-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
- joblib # run, tests
1919
- numpy >= 2 # run, tests
2020
- pandas # run, tests
21-
- plotly<6.0.0 # run, tests
21+
- plotly>=6.2 # run, tests
2222
- pybaum>=0.1.2 # run, tests
2323
- scipy>=1.2.1 # run, tests
2424
- sqlalchemy # run, tests
@@ -33,7 +33,7 @@ dependencies:
3333
- DFO-LS>=1.5.3 # dev, tests
3434
- Py-BOBYQA # dev, tests
3535
- fides==0.7.4 # dev, tests
36-
- kaleido # dev, tests
36+
- kaleido>=1.0 # dev, tests
3737
- pandas-stubs # dev, tests
3838
- types-cffi # dev, tests
3939
- types-openpyxl # dev, tests

.tools/envs/testenv-numpy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
- statsmodels # dev, tests
1717
- cloudpickle # run, tests
1818
- joblib # run, tests
19-
- plotly<6.0.0 # run, tests
19+
- plotly>=6.2 # run, tests
2020
- pybaum>=0.1.2 # run, tests
2121
- scipy>=1.2.1 # run, tests
2222
- sqlalchemy # run, tests
@@ -31,7 +31,7 @@ dependencies:
3131
- DFO-LS>=1.5.3 # dev, tests
3232
- Py-BOBYQA # dev, tests
3333
- fides==0.7.4 # dev, tests
34-
- kaleido # dev, tests
34+
- kaleido>=1.0 # dev, tests
3535
- types-cffi # dev, tests
3636
- types-openpyxl # dev, tests
3737
- types-jinja2 # dev, tests

.tools/envs/testenv-others.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
- joblib # run, tests
1717
- numpy >= 2 # run, tests
1818
- pandas # run, tests
19-
- plotly<6.0.0 # run, tests
19+
- plotly>=6.2 # run, tests
2020
- pybaum>=0.1.2 # run, tests
2121
- scipy>=1.2.1 # run, tests
2222
- sqlalchemy # run, tests
@@ -31,7 +31,7 @@ dependencies:
3131
- DFO-LS>=1.5.3 # dev, tests
3232
- Py-BOBYQA # dev, tests
3333
- fides==0.7.4 # dev, tests
34-
- kaleido # dev, tests
34+
- kaleido>=1.0 # dev, tests
3535
- pandas-stubs # dev, tests
3636
- types-cffi # dev, tests
3737
- types-openpyxl # dev, tests

.tools/envs/testenv-pandas.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
- statsmodels # dev, tests
1717
- cloudpickle # run, tests
1818
- joblib # run, tests
19-
- plotly<6.0.0 # run, tests
19+
- plotly>=6.2 # run, tests
2020
- pybaum>=0.1.2 # run, tests
2121
- scipy>=1.2.1 # run, tests
2222
- sqlalchemy # run, tests
@@ -31,7 +31,7 @@ dependencies:
3131
- DFO-LS>=1.5.3 # dev, tests
3232
- Py-BOBYQA # dev, tests
3333
- fides==0.7.4 # dev, tests
34-
- kaleido # dev, tests
34+
- kaleido>=1.0 # dev, tests
3535
- types-cffi # dev, tests
3636
- types-openpyxl # dev, tests
3737
- types-jinja2 # dev, tests

docs/rtd_environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ dependencies:
2626
- scipy
2727
- patsy
2828
- joblib
29-
- plotly
29+
- plotly>=6.2
3030
- nlopt
3131
- annotated-types
3232
- pygmo>=2.19.0
3333
- pip:
3434
- ../
35-
- kaleido
35+
- kaleido>=1.0
3636
- Py-BOBYQA
3737
- DFO-LS
3838
- pandas-stubs # dev, tests

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
- joblib # run, tests
2121
- numpy >= 2 # run, tests
2222
- pandas # run, tests
23-
- plotly<6.0.0 # run, tests
23+
- plotly>=6.2 # run, tests
2424
- pybaum>=0.1.2 # run, tests
2525
- scipy>=1.2.1 # run, tests
2626
- sqlalchemy # run, tests
@@ -43,7 +43,7 @@ dependencies:
4343
- DFO-LS>=1.5.3 # dev, tests
4444
- Py-BOBYQA # dev, tests
4545
- fides==0.7.4 # dev, tests
46-
- kaleido # dev, tests
46+
- kaleido>=1.0 # dev, tests
4747
- pre-commit>=4 # dev
4848
- -e . # dev
4949
# type stubs

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = [
1010
"joblib",
1111
"numpy",
1212
"pandas",
13-
"plotly<6.0.0",
13+
"plotly>=6.2",
1414
"pybaum>=0.1.2",
1515
"scipy>=1.2.1",
1616
"sqlalchemy>=1.3",

0 commit comments

Comments
 (0)