Skip to content

Commit

Permalink
Merge pull request #177 from pyiron/dependabot/pip/matplotlib-3.8.4
Browse files Browse the repository at this point in the history
Bump matplotlib from 3.8.3 to 3.8.4
  • Loading branch information
jan-janssen authored Apr 15, 2024
2 parents 6d9dd1e + 3642c9e commit bed1a2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.8.1
- matplotlib=3.8.3
- matplotlib=3.8.4
- pystem=0.0.26
- match-series
- hyperspy=2.0.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.3
- matplotlib=3.8.4
- pystem =0.0.26
- match-series
- hyperspy=2.0.1
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.8.1',
'matplotlib==3.8.3',
'matplotlib==3.8.4',
'pystem==0.0.26',
'hyperspy==2.0.1',
'scanf==1.5.2',
Expand Down

0 comments on commit bed1a2d

Please sign in to comment.