Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #232 from pyiron/dependabot/pip/matplotlib-3.8.2
Browse files Browse the repository at this point in the history
Bump matplotlib from 3.8.1 to 3.8.2
  • Loading branch information
jan-janssen authored Nov 23, 2023
2 parents c757409 + c2f629d commit 1d2c3e0
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 @@ -4,7 +4,7 @@ dependencies:
- coveralls
- coverage
- codacy-coverage
- matplotlib =3.8.1
- matplotlib =3.8.2
- numpy =1.26.0
- pyiron_base =0.6.9
- scipy =1.11.3
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 @@
keywords='pyiron',
packages=find_packages(exclude=["*tests*"]),
install_requires=[
'matplotlib==3.8.1',
'matplotlib==3.8.2',
'numpy==1.26.0',
'pyiron_base==0.6.9',
'scipy==1.11.3',
Expand Down

0 comments on commit 1d2c3e0

Please sign in to comment.