diff --git a/.binder/environment.yml b/.binder/environment.yml index 6af7a622..87f11210 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -8,7 +8,7 @@ dependencies: - graphviz =9.0.0 - hatchling =1.28.0 - hatch-vcs =0.5.0 -- pandas =3.0.0 +- pandas =3.0.1 - pint =0.25 - pyiron_snippets =1.2.0 - python >=3.11,<3.14 diff --git a/.ci_support/environment-cluster.yml b/.ci_support/environment-cluster.yml index 08bcdbf8..0d4e1399 100644 --- a/.ci_support/environment-cluster.yml +++ b/.ci_support/environment-cluster.yml @@ -1,5 +1,5 @@ channels: - conda-forge dependencies: -- pysqa =0.3.4 +- pysqa =0.3.5 - h5py =3.14.0 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 6af7a622..87f11210 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -8,7 +8,7 @@ dependencies: - graphviz =9.0.0 - hatchling =1.28.0 - hatch-vcs =0.5.0 -- pandas =3.0.0 +- pandas =3.0.1 - pint =0.25 - pyiron_snippets =1.2.0 - python >=3.11,<3.14 diff --git a/docs/environment.yml b/docs/environment.yml index e00ce2d2..2aa6afd5 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -14,7 +14,7 @@ dependencies: - graphviz =9.0.0 - hatchling =1.28.0 - hatch-vcs =0.5.0 -- pandas =3.0.0 +- pandas =3.0.1 - pint =0.25 - pyiron_snippets =1.2.0 - python >=3.11,<3.14 diff --git a/pyproject.toml b/pyproject.toml index 569d3704..80f12072 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "cloudpickle==3.1.2", "executorlib==1.9.1", "graphviz==0.21", - "pandas==3.0.0", + "pandas==3.0.1", "pint==0.25", "pyiron_snippets==1.2.0", "rdflib==7.1.4",