Skip to content

Commit

Permalink
Merge pull request #496 from pyiron/dependabot/pip/matplotlib-3.6.0
Browse files Browse the repository at this point in the history
Bump matplotlib from 3.5.3 to 3.6.0
  • Loading branch information
jan-janssen authored Sep 19, 2022
2 parents be4a39a + 0d7c9b1 commit 8777f9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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:
- coveralls
- coverage
- codacy-coverage
- matplotlib =3.5.3
- matplotlib =3.6.0
- numpy =1.23.3
- pyiron_base =0.5.23
- pyiron_atomistics =0.2.55
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
keywords='pyiron',
packages=find_packages(exclude=["*tests*"]),
install_requires=[
'matplotlib==3.5.3',
'matplotlib==3.6.0',
'numpy==1.23.3',
'pyiron_base==0.5.23',
'scipy==1.9.1',
Expand Down

0 comments on commit 8777f9d

Please sign in to comment.