diff --git a/.binder/environment.yml b/.binder/environment.yml index d82f018a..34d6c271 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -1,7 +1,7 @@ channels: - conda-forge dependencies: -- bagofholding =0.1.3 +- bagofholding =0.1.4 - bidict =0.23.1 - cloudpickle =3.1.1 - executorlib =1.7.1 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index d82f018a..34d6c271 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -1,7 +1,7 @@ channels: - conda-forge dependencies: -- bagofholding =0.1.3 +- bagofholding =0.1.4 - bidict =0.23.1 - cloudpickle =3.1.1 - executorlib =1.7.1 diff --git a/docs/environment.yml b/docs/environment.yml index 2baa09e5..ce2831b6 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -7,7 +7,7 @@ dependencies: - sphinx-gallery - sphinx-rtd-theme - versioneer -- bagofholding =0.1.3 +- bagofholding =0.1.4 - bidict =0.23.1 - cloudpickle =3.1.1 - executorlib =1.7.1 diff --git a/pyproject.toml b/pyproject.toml index 3648ffa3..e74d51e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ classifiers = [ "Programming Language :: Python :: 3.13", ] dependencies = [ - "bagofholding==0.1.3", + "bagofholding==0.1.4", "bidict==0.23.1", "cloudpickle==3.1.1", "executorlib==1.7.1",