Skip to content

Commit 0fdcc7c

Browse files
h-g-sCopilot
andcommitted
Remove cffi upper version bound (<2)
No reason to restrict cffi to <2; cffi 2.x does not exist yet and pinning an upper bound unnecessarily blocks future upgrades. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 2a116e0 commit 0fdcc7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ classifiers = [
3636
]
3737
dynamic = ["version"]
3838

39-
dependencies = ["cffi>=1.15,<2", "cbcbox>=2.901"]
39+
dependencies = ["cffi>=1.15", "cbcbox>=2.901"]
4040

4141
[project.optional-dependencies]
4242
numpy = [

0 commit comments

Comments
 (0)