diff --git a/.binder/environment.yml b/.binder/environment.yml index d840e5e8..658ca811 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -1,7 +1,7 @@ channels: - conda-forge dependencies: -- bagofholding =0.1.6 +- bagofholding =0.1.8 - bidict =0.23.1 - cloudpickle =3.1.2 - executorlib =1.7.4 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index d840e5e8..658ca811 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -1,7 +1,7 @@ channels: - conda-forge dependencies: -- bagofholding =0.1.6 +- bagofholding =0.1.8 - bidict =0.23.1 - cloudpickle =3.1.2 - executorlib =1.7.4 diff --git a/docs/environment.yml b/docs/environment.yml index 89c65b14..d4299c16 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -7,7 +7,7 @@ dependencies: - sphinx-gallery - sphinx-rtd-theme - versioneer -- bagofholding =0.1.6 +- bagofholding =0.1.8 - bidict =0.23.1 - cloudpickle =3.1.2 - executorlib =1.7.4 diff --git a/pyproject.toml b/pyproject.toml index dc1190da..298a5580 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ "Programming Language :: Python :: 3.13", ] dependencies = [ - "bagofholding==0.1.6", + "bagofholding==0.1.8", "bidict==0.23.1", "cloudpickle==3.1.2", "executorlib==1.7.4",