Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -31,7 +31,7 @@ classifiers = [
dependencies = [
"networkx",
"numpy",
"pulser==1.5.3",
"pulser~=1.5",
"rdkit",
"scikit-learn",
"torch",
Expand Down
Loading