Skip to content

Commit

Permalink
Merge pull request #79 from pyiron/dependabot/pip/matplotlib-3.8.0
Browse files Browse the repository at this point in the history
Bump matplotlib from 3.7.2 to 3.8.0
  • Loading branch information
jan-janssen authored Sep 19, 2023
2 parents 40f1b37 + acad777 commit fd1e778
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 @@ -6,7 +6,7 @@ dependencies:
- coveralls
- coverage
- codacy-coverage
- matplotlib-base =3.7.2
- matplotlib-base =3.8.0
- nglview =3.0.6
- numpy =1.23.5
- phonopy =2.20.0
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 @@
packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]),
install_requires=[
'ase==3.22.1',
'matplotlib==3.7.2', # ase already requires matplotlib
'matplotlib==3.8.0', # ase already requires matplotlib
'numpy==1.23.5', # ase already requires numpy
'scipy==1.11.2', # ase already requires scipy
],
Expand Down

0 comments on commit fd1e778

Please sign in to comment.