Skip to content

Commit 9519747

Browse files
authored
Merge pull request #167 from anderso/master
Upgrade plotly from 4.x to 5.x
2 parents 4f524c2 + 3d3c789 commit 9519747

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
python-version: "${{ matrix.python-version }}"
3636
- name: install dependencies
3737
run: |
38-
pip install --upgrade pip wheel flit
38+
python -m pip install -U pip
39+
pip install wheel flit
3940
flit install --extras=all
4041
- name: lint and test
4142
run: make ci

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ requires = [
2626
"nbformat>=5.1.3,<6.0.0",
2727
"colorlog>=4.0.0,<5.0.0",
2828
"tabulate>=0.8.2,<1.0.0",
29-
"plotly>=4.0.0,<5.0.0",
29+
"plotly>=4.0.0,<6.0.0",
3030
"progress>=1.4,<2.0",
3131
"dataclasses; python_version == '3.6'",
3232
]

0 commit comments

Comments
 (0)