Skip to content

Commit

Permalink
Merge pull request #67 from Carifio24/matplotlib-39
Browse files Browse the repository at this point in the history
Update versions of packages in test matrix to account for matplotlib 3.9
  • Loading branch information
Carifio24 authored May 17, 2024
2 parents 36603d3 + 6bb7ae1 commit 33e6ec2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ changedir =
extras =
test: test,qt,jupyter
commands =
glue116: pip install glue-core==1.16.* glue-jupyter<=0.19
glue117: pip install glue-core==1.17.* glue-jupyter<=0.20
glue118: pip install glue-core==1.18.* glue-jupyter<=0.20
glue119: pip install glue-core==1.19.* glue-jupyter<=0.20
glue120: pip install glue-core==1.20.* glue-jupyter<=0.20
glue116: pip install glue-core==1.16.* glue-jupyter<=0.19 matplotlib<3.9
glue117: pip install glue-core==1.17.* glue-jupyter<=0.20.1
glue118: pip install glue-core==1.18.* glue-jupyter<=0.20.1
glue119: pip install glue-core==1.19.* glue-jupyter<=0.20.1
glue120: pip install glue-core==1.20.* glue-jupyter<=0.20.1
test: pip freeze
test: pytest --pyargs glue_plotly --cov glue_plotly {posargs}

Expand Down

0 comments on commit 33e6ec2

Please sign in to comment.