Skip to content

Commit

Permalink
Merge pull request #167 from anderso/master
Browse files Browse the repository at this point in the history
Upgrade plotly from 4.x to 5.x
  • Loading branch information
tonybaloney committed Oct 20, 2022
2 parents 4f524c2 + 3d3c789 commit 9519747
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
python-version: "${{ matrix.python-version }}"
- name: install dependencies
run: |
pip install --upgrade pip wheel flit
python -m pip install -U pip
pip install wheel flit
flit install --extras=all
- name: lint and test
run: make ci
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ requires = [
"nbformat>=5.1.3,<6.0.0",
"colorlog>=4.0.0,<5.0.0",
"tabulate>=0.8.2,<1.0.0",
"plotly>=4.0.0,<5.0.0",
"plotly>=4.0.0,<6.0.0",
"progress>=1.4,<2.0",
"dataclasses; python_version == '3.6'",
]
Expand Down

0 comments on commit 9519747

Please sign in to comment.