diff --git a/pyproject.toml b/pyproject.toml index 004787c..65d71b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ "wheel>=0.30.0", "Cython~=3.0", 'oldest-supported-numpy', - "dimod==0.12.13", + "dimod==0.12.14", ] build-backend = "setuptools.build_meta" diff --git a/releasenotes/notes/dimod-0.12.13-d81ad924267be261.yaml b/releasenotes/notes/dimod-0.12.13-d81ad924267be261.yaml new file mode 100644 index 0000000..3bee70c --- /dev/null +++ b/releasenotes/notes/dimod-0.12.13-d81ad924267be261.yaml @@ -0,0 +1,5 @@ +--- +features: + - | + Build with `dimod 0.12.14 `_. + This speeds up the removal of small biases in presolve. diff --git a/requirements.txt b/requirements.txt index 8cf8b4b..b0b4b7f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -dimod==0.12.13 +dimod==0.12.14 Cython==3.0.4 oldest-supported-numpy