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

Commit bc48cc3

Browse files
authored
Merge pull request #52 from pyiron/dependabot/pip/pyiron-base-0.3.2
Bump pyiron-base from 0.3.0 to 0.3.2
2 parents 01e0882 + 4d3da0a commit bc48cc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
channels:
22
- conda-forge
33
dependencies:
4-
- pyiron_base=0.3.0
4+
- pyiron_base=0.3.2
55
- matplotlib=3.4.3
66
- temmeta=0.0.6
77
- pystem =0.0.26

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
keywords='pyiron',
3434
packages=find_packages(exclude=["*tests*"]),
3535
install_requires=[
36-
'pyiron_base==0.3.0',
36+
'pyiron_base==0.3.2',
3737
'matplotlib==3.4.3',
3838
'temmeta==0.0.6',
3939
'pystem==0.0.26',

0 commit comments

Comments
 (0)