Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit 41f5eae

Browse files
authored
Merge pull request #205 from pyiron/dependabot/pip/pyiron-base-0.10.9
Bump pyiron-base from 0.10.8 to 0.10.9
2 parents 16e0d44 + ebf59e3 commit 41f5eae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies:
44
- coveralls
55
- coverage
66
- codacy-coverage
7-
- pyiron_base=0.10.8
7+
- pyiron_base=0.10.9
88
- matplotlib=3.9.2
99
- pystem=0.0.26
1010
- match-series

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
keywords='pyiron',
3232
packages=find_packages(exclude=["*tests*"]),
3333
install_requires=[
34-
'pyiron_base==0.10.8',
34+
'pyiron_base==0.10.9',
3535
'matplotlib==3.9.2',
3636
'pystem==0.0.26',
3737
'hyperspy==2.2.0',

0 commit comments

Comments
 (0)