Skip to content

Commit

Permalink
Merge pull request #159 from pyiron/dependabot/pip/pyiron-base-0.6.15
Browse files Browse the repository at this point in the history
Bump pyiron-base from 0.6.12 to 0.6.15
  • Loading branch information
jan-janssen authored Dec 25, 2023
2 parents 0bbd934 + 932fb74 commit 9b8fa99
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 @@ -4,7 +4,7 @@ dependencies:
- coveralls
- coverage
- codacy-coverage
- pyiron_base=0.6.12
- pyiron_base=0.6.15
- matplotlib=3.8.2
- pystem=0.0.26
- match-series
Expand Down
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
channels:
- conda-forge
dependencies:
- pyiron_base=0.6.12
- pyiron_base=0.6.15
- matplotlib=3.8.2
- pystem =0.0.26
- match-series
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
keywords='pyiron',
packages=find_packages(exclude=["*tests*"]),
install_requires=[
'pyiron_base==0.6.12',
'pyiron_base==0.6.15',
'matplotlib==3.8.2',
'pystem==0.0.26',
'hyperspy==1.7.6',
Expand Down

0 comments on commit 9b8fa99

Please sign in to comment.