Skip to content

Commit

Permalink
Bump minimal version of matplotlib to 3.1.0 to have matplotlib/matplo…
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Jan 16, 2024
1 parent 52ecb4d commit cf2b417
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fabio >= 0.9
pyopencl; platform_machine in "i386, x86_64, AMD64" # For silx.opencl
Mako # For pyopencl reduction
qtconsole # For silx.gui.console
matplotlib >= 1.2.0 # For silx.gui.plot
matplotlib >= 3.1.0 # For silx.gui.plot
PyOpenGL # For silx.gui.plot3d
python-dateutil # For silx.gui.plot
scipy # For silx.math.fit demo, silx.image.sift demo, silx.image.sift.test
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def get_project_configuration():
"Mako",
# gui
"qtconsole",
"matplotlib>=1.2.0",
"matplotlib>=3.1.0",
"PyOpenGL",
"python-dateutil",
"PyQt5",
Expand Down

0 comments on commit cf2b417

Please sign in to comment.