Skip to content

Commit

Permalink
Switch CI to use matplotlib-base (#2612)
Browse files Browse the repository at this point in the history
Continuation of #2611 

Matplotlib on conda-forge is now released with pyside6 instead of qt5.
~We either need to switch our default environment to pyside6, drop
matplotlib as a dependency (no testing matplotlib features... 😨
), or do some other splitting of testing environments.~

~This PR does the first option, but this means Qt5-based backends are
not tested at all in our CI anymore.~

This PR switches to matplotlib-base to not include the pyside6
dependency.

Thoughts?
  • Loading branch information
djhoese authored Aug 7, 2024
1 parent 80ae6c2 commit e70bb9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/requirements/linux_full_deps_conda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ freetype-py
glfw!=3.3.1
imageio
jupyter
matplotlib
matplotlib-base
meshio
networkx
numpy
Expand Down
2 changes: 1 addition & 1 deletion vispy/visuals/tests/test_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def test_image_interpolation():
assert np.allclose(render[center_left], black)
assert np.allclose(render[center_right], white)

image.interpolation = 'bilinear'
image.interpolation = 'linear'
render = c.render()
assert np.allclose(render[left], black)
assert np.allclose(render[right], white)
Expand Down

0 comments on commit e70bb9e

Please sign in to comment.
  NODES
COMMUNITY 1
Note 1
Project 3
USERS 1