From ece9099fe0099a05056a18bf3734a8dbec29978a Mon Sep 17 00:00:00 2001 From: David Teller Date: Thu, 4 Sep 2025 11:59:56 +0200 Subject: [PATCH] [Dep] Fix dependencies --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3ac71e7..f34cfde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,15 +6,15 @@ build-backend = "hatchling.build" name = "quantum-evolution-kernel" description = "A Python library designed for the machine learning community to help users design quantum-driven similarity metrics for graphs and to use them inside kernel-based machine learning algorithms for graph data.ide the right environment to explore new ideas - both in terms of methodologies and data domain - while always interacting with a simple and intuitive QPU interface." readme = "README.md" -version = "0.3.3" -requires-python = ">=3.10,<3.13" +version = "0.3.4" +requires-python = ">=3.10,<=3.13" license = { text = "MIT-derived" } keywords = ["quantum"] authors = [ { name = "Shaheen Acheche", email = "shaheen.acheche@pasqal.com" }, { name = "Roland Guichard", email = "roland.guichard@pasqal.com" }, { name = "David Teller", email = "david.teller@pasqal.com" }, - { name = "Manu Lahariya", email = "manu.lahariya@pasqal.com" }, + { name = "Manu Lahariya", email = "manu.lahariya@pasqal.com" }, ] classifiers = [ "Development Status :: 3 - Alpha", @@ -31,7 +31,7 @@ classifiers = [ dependencies = [ "networkx", "numpy", - "pulser==1.5.3", + "pulser~=1.5", "rdkit", "scikit-learn", "torch",