From 28e4a35703467ef4d8f143dfd85aaac7157253e2 Mon Sep 17 00:00:00 2001 From: DeborahVolpe Date: Tue, 28 May 2024 12:32:13 +0200 Subject: [PATCH] nox update --- .pre-commit-config.yaml | 3 +-- noxfile.py | 3 +-- pyproject.toml | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 34ee62b..890ef24 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -98,8 +98,7 @@ repos: - scikit-learn>=1.3 - dimod>=0.12.0 - docplex>=2.22 - - dwave-preprocessing>=0.6.3 - - dwave-samplers==1.2 + - dwave-samplers>=1.2 - dwave-system>=1.20 - pandas>=2.1 - qubovert>=1.0 diff --git a/noxfile.py b/noxfile.py index c178e8b..5200a7c 100644 --- a/noxfile.py +++ b/noxfile.py @@ -30,8 +30,7 @@ "scikit-learn>=1.3", "dimod>=0.12.0", "docplex>=2.22", - "dwave-preprocessing>=0.6.3 ", - "dwave-samplers==1.2", + "dwave-samplers>=1.2", "dwave-system>=1.20", "pandas>=2.1", "qubovert>=1.0", diff --git a/pyproject.toml b/pyproject.toml index 7371168..5f9a129 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,8 +28,7 @@ dependencies = [ "scikit-learn>=1.3", "dimod>=0.12.0", "docplex>=2.22", - "dwave-preprocessing>=0.6.3 ", - "dwave-samplers==1.2", + "dwave-samplers>=1.2", "dwave-system>=1.20", "pandas>=2.1", "qubovert>=1.0",