From fcdc078fdb3f9d9277634c6cf0a4ebdef046e6e8 Mon Sep 17 00:00:00 2001 From: liamhuber Date: Thu, 9 May 2024 12:33:15 -0700 Subject: [PATCH 1/3] Bump versions --- .ci_support/environment-pyiron_atomistics.yml | 4 ++-- .ci_support/environment.yml | 4 ++-- setup.py | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.ci_support/environment-pyiron_atomistics.yml b/.ci_support/environment-pyiron_atomistics.yml index ea46211..971d173 100644 --- a/.ci_support/environment-pyiron_atomistics.yml +++ b/.ci_support/environment-pyiron_atomistics.yml @@ -3,5 +3,5 @@ channels: dependencies: - python >= 3.9 - mp-api >= 0.39.4 - - pyiron_atomistics >= 0.4.7 - - pyiron-data >= 0.0.27 + - pyiron_atomistics >= 0.5.4 + - pyiron-data >= 0.0.29 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index e4bae2b..82304cc 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -1,8 +1,8 @@ channels: - conda-forge dependencies: -- numpy =1.26.3 +- numpy =1.26.4 - openjdk - owlready2 =0.46 -- pandas =2.1.4 +- pandas =2.2.2 - pint =0.23 diff --git a/setup.py b/setup.py index 34a4b99..d2b0112 100644 --- a/setup.py +++ b/setup.py @@ -29,9 +29,9 @@ keywords='pyiron', packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]), install_requires=[ - 'numpy==1.26.3', + 'numpy==1.26.4', 'owlready2==0.46', - 'pandas==2.1.4', + 'pandas==2.2.2', 'pint==0.23', ], extras_require={ From 60ca88e62e41d1116afbf9e7b8bd61a69087b181 Mon Sep 17 00:00:00 2001 From: liamhuber Date: Thu, 9 May 2024 12:33:44 -0700 Subject: [PATCH 2/3] Remove explicit mp-api pin --- .ci_support/environment-pyiron_atomistics.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.ci_support/environment-pyiron_atomistics.yml b/.ci_support/environment-pyiron_atomistics.yml index 971d173..0ca47b3 100644 --- a/.ci_support/environment-pyiron_atomistics.yml +++ b/.ci_support/environment-pyiron_atomistics.yml @@ -2,6 +2,5 @@ channels: - conda-forge dependencies: - python >= 3.9 - - mp-api >= 0.39.4 - pyiron_atomistics >= 0.5.4 - pyiron-data >= 0.0.29 From aad4e3e65ea203a6c690660f188014ab7ee15298 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Thu, 9 May 2024 19:34:37 +0000 Subject: [PATCH 3/3] [dependabot skip] Update env file --- .binder/environment.yml | 9 ++++----- docs/environment.yml | 4 ++-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.binder/environment.yml b/.binder/environment.yml index 8565913..914ef20 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -1,13 +1,12 @@ channels: - conda-forge dependencies: -- numpy =1.26.3 +- numpy =1.26.4 - openjdk - owlready2 =0.46 -- pandas =2.1.4 +- pandas =2.2.2 - pint =0.23 - python >= 3.9 -- mp-api >= 0.39.4 -- pyiron_atomistics >= 0.4.7 -- pyiron-data >= 0.0.27 +- pyiron_atomistics >= 0.5.4 +- pyiron-data >= 0.0.29 - lammps diff --git a/docs/environment.yml b/docs/environment.yml index 53d9c7c..2d09f7c 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -6,9 +6,9 @@ dependencies: - nbsphinx - sphinx-gallery - sphinx-rtd-theme -- numpy =1.26.3 +- numpy =1.26.4 - openjdk - owlready2 =0.46 -- pandas =2.1.4 +- pandas =2.2.2 - pint =0.23 - sphinxcontrib-mermaid