Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
olgadoronina authored Jun 25, 2024
1 parent 4e0826d commit 3ba0110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# install the package with requirements
pip install -e .
# install extra packages used in examples
pip install matplotlib==3.8.4
pip install matplotlib<=3.8.4
pip install pandas plotly seaborn dash dash_bootstrap_components
# install extra packages to test notebooks
pip install nbmake pytest-xdist
Expand Down

0 comments on commit 3ba0110

Please sign in to comment.