summaryrefslogtreecommitdiff
path: root/devel/py-pyquil/files/patch-packaging
blob: 8909dfc9fbd29cd17c7e69669f81c7f9f7e4f0da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2024-02-06 00:30:08 UTC
+++ pyproject.toml
@@ -31,7 +31,7 @@ types-retry = "^0.9.9"
 tenacity = "^8.2.2"
 types-python-dateutil = "^2.8.19"
 types-retry = "^0.9.9"
-packaging = "^23.1"
+packaging = ">=23.1,<25"
 
 # latex extra
 ipython = { version = "^7.21.0", optional = true }