Update to latest version (#2402615)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
From 416cea131ba808a8f92362e472df2861a284f527 Mon Sep 17 00:00:00 2001
|
||||
From a05766154a8aa81691f3318b706d286bb87fb1c6 Mon Sep 17 00:00:00 2001
|
||||
From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
|
||||
Date: Fri, 13 Dec 2024 02:03:33 -0500
|
||||
Subject: [PATCH 3/6] Unpin meson-python build requirement
|
||||
Subject: [PATCH 3/5] Unpin meson-python build requirement
|
||||
|
||||
This is pinned to fix sdists, but we already have one and are building a
|
||||
wheel, which should be fine.
|
||||
@@ -12,10 +12,10 @@ Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/pyproject.toml b/pyproject.toml
|
||||
index e6d1abaf53..76755eec25 100644
|
||||
index 23c441b52c..f762c85d98 100644
|
||||
--- a/pyproject.toml
|
||||
+++ b/pyproject.toml
|
||||
@@ -47,7 +47,7 @@ requires-python = ">=3.10"
|
||||
@@ -48,7 +48,7 @@ requires-python = ">=3.10"
|
||||
[project.optional-dependencies]
|
||||
# Should be a copy of the build dependencies below.
|
||||
dev = [
|
||||
@@ -24,7 +24,7 @@ index e6d1abaf53..76755eec25 100644
|
||||
"pybind11>=2.13.2,!=2.13.3",
|
||||
"setuptools_scm>=7",
|
||||
# Not required by us but setuptools_scm without a version, cso _if_
|
||||
@@ -71,7 +71,7 @@ dev = [
|
||||
@@ -72,7 +72,7 @@ dev = [
|
||||
build-backend = "mesonpy"
|
||||
# Also keep in sync with optional dependencies above.
|
||||
requires = [
|
||||
@@ -34,5 +34,5 @@ index e6d1abaf53..76755eec25 100644
|
||||
"setuptools_scm>=7",
|
||||
]
|
||||
--
|
||||
2.50.0
|
||||
2.52.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user