diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index b935b0e..28db667 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -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 diff --git a/setup.py b/setup.py index 07e74e0..1b7b557 100644 --- a/setup.py +++ b/setup.py @@ -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',