Skip to content

Commit

Permalink
Stop requiring cffi
Browse files Browse the repository at this point in the history
It is a subdependeny. We needed to require a minimal version because
python-mip pinned it.
  • Loading branch information
nhuet committed Oct 4, 2024
1 parent a46039a commit 0cd0f16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ dependencies = [
"scipy",
"numpy>=1.21",
"clingo>=5.6",
"cffi>=1.17",
"setuptools"
]
dynamic = ["version"]
Expand Down

0 comments on commit 0cd0f16

Please sign in to comment.