Skip to content

Commit

Permalink
Merge pull request #187 from pyiron/dependabot/pip/matplotlib-3.9.1
Browse files Browse the repository at this point in the history
Bump matplotlib from 3.8.4 to 3.9.1
  • Loading branch information
jan-janssen authored Aug 14, 2024
2 parents 8b5ee5f + 7729c1e commit 992f9b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- coverage
- codacy-coverage
- pyiron_base=0.9.11
- matplotlib=3.8.4
- matplotlib=3.9.1
- pystem=0.0.26
- match-series
- hyperspy=2.1.1
Expand Down
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ channels:
- conda-forge
dependencies:
- pyiron_base=0.6.16
- matplotlib=3.8.4
- matplotlib=3.9.1
- pystem =0.0.26
- match-series
- hyperspy=2.1.1
Expand Down
2 changes: 1 addition & 1 deletion pyiron_experimental/image_proc.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def extents(self, extents):
self.draw_shape(extents)
# Update displayed handles
self._corner_handles.set_data([extents[0], extents[1]], y=[extents[2], extents[3]])
self._center_handle.set_data(*self.center)
self._center_handle.set_data([[self.center[0]], [self.center[1]]])
self.set_visible(self.visible)
self.update()

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
packages=find_packages(exclude=["*tests*"]),
install_requires=[
'pyiron_base==0.9.11',
'matplotlib==3.8.4',
'matplotlib==3.9.1',
'pystem==0.0.26',
'hyperspy==2.1.1',
'scanf==1.5.2',
Expand Down

0 comments on commit 992f9b8

Please sign in to comment.