aboutsummaryrefslogtreecommitdiff
path: root/python/jellyfish/pyproject.toml.patch
diff options
context:
space:
mode:
Diffstat (limited to 'python/jellyfish/pyproject.toml.patch')
-rw-r--r--python/jellyfish/pyproject.toml.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/python/jellyfish/pyproject.toml.patch b/python/jellyfish/pyproject.toml.patch
new file mode 100644
index 000000000000..848fee8feaeb
--- /dev/null
+++ b/python/jellyfish/pyproject.toml.patch
@@ -0,0 +1,11 @@
+diff --git a/pyproject.toml b/pyproject.toml
+index 7723cd8..5efd6ef 100644
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -1,5 +1,5 @@
+ [build-system]
+-requires = ["maturin>=0.14,<0.15"]
++requires = ["maturin>=0.14,<2"]
+ build-backend = "maturin"
+
+ [project]