-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3c99771
commit 6316618
Showing
2 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
diff --git a/pyproject.toml b/pyproject.toml | ||
index 9a64507..fc48c98 100644 | ||
index e0afcde..d902670 100644 | ||
--- a/pyproject.toml | ||
+++ b/pyproject.toml | ||
@@ -382,7 +382,7 @@ furo = ">=2022.12.7,<2025.0.0" | ||
@@ -370,7 +370,7 @@ tomli = ">=1.2.3" | ||
# runtime errors caused by build system changes. | ||
# We are happy to raise these upper bounds upon request, | ||
# provided we check that it's safe to do so (i.e. that CI passes). | ||
-requires = ["poetry-core>=1.1.0,<=1.9.0", "setuptools_rust>=1.3,<=1.8.1"] | ||
+requires = ["poetry-core>=1.1.0,<=1.9.0", "setuptools_rust>=1.3"] | ||
-requires = ["poetry-core>=1.1.0,<=1.9.1", "setuptools_rust>=1.3,<=1.8.1"] | ||
+requires = ["poetry-core>=1.1.0,<=1.9.1", "setuptools_rust>=1.3"] | ||
build-backend = "poetry.core.masonry.api" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters