Skip to content

Commit

Permalink
Merge pull request #197 from pyiron/dependabot/pip/pyiron-base-0.10.2
Browse files Browse the repository at this point in the history
Bump pyiron-base from 0.10.0 to 0.10.2
  • Loading branch information
jan-janssen authored Sep 30, 2024
2 parents 9a9bbb2 + 9e29b22 commit 3b943fc
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.10.0
- pyiron_base=0.10.2
- matplotlib=3.9.2
- pystem=0.0.26
- match-series
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11"]

steps:
- uses: actions/checkout@v2
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 @@
keywords='pyiron',
packages=find_packages(exclude=["*tests*"]),
install_requires=[
'pyiron_base==0.10.0',
'pyiron_base==0.10.2',
'matplotlib==3.9.2',
'pystem==0.0.26',
'hyperspy==2.1.1',
Expand Down

0 comments on commit 3b943fc

Please sign in to comment.