Skip to content

Commit

Permalink
Merge pull request #359 from pyiron/dependabot/pip/pyiron-atomistics-…
Browse files Browse the repository at this point in the history
…0.6.11

Bump pyiron-atomistics from 0.6.10 to 0.6.11
  • Loading branch information
jan-janssen authored Aug 27, 2024
2 parents 5d01c55 + 241491a commit 2a4a44b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ dependencies:
- coverage
- codacy-coverage
- ipywidgets =8.1.3
- pyiron_base =0.9.11
- pyiron_atomistics =0.6.10
- pyiron_base =0.9.12
- pyiron_atomistics =0.6.11
- maggma =0.60.2
- numpy =1.26.4
- pandas =2.2.2
Expand Down
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
'Intended Audience :: Science/Research',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10'
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12'
],

keywords='pyiron',
packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]),
install_requires=[
'pyiron_base==0.9.11',
'pyiron_atomistics==0.6.10',
'pyiron_base==0.9.12',
'pyiron_atomistics==0.6.11',
'ipywidgets==8.1.3',
'matplotlib==3.9.1',
'nbconvert==7.16.4',
Expand Down

0 comments on commit 2a4a44b

Please sign in to comment.