Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
niklassiemer committed Jul 15, 2024
1 parent ffed679 commit 7516f23
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:
- coverage
- codacy-coverage
- pyiron_base=0.9.6
- matplotlib=3.8.4
- matplotlib=3.9.1
- pystem=0.0.26
- match-series
- hyperspy=2.1.0
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.6',
'matplotlib==3.8.4',
'matplotlib==3.9.1',
'pystem==0.0.26',
'hyperspy==2.1.0',
'scanf==1.5.2',
Expand Down

0 comments on commit 7516f23

Please sign in to comment.