We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 127c485 commit c1ccf2bCopy full SHA for c1ccf2b
1 file changed
pyproject.toml
@@ -3,7 +3,7 @@ name = "mip_matching"
3
version = "1.0.0"
4
description = "Project for matching meetings using Mixed Integer Linear Programming"
5
dependencies = [
6
- "cffi==1.15.0",
+ "cffi>=1.15.0",
7
"Faker==24.11.0",
8
"mip==1.14.2",
9
"pycparser==2.21",
@@ -17,4 +17,4 @@ requires = ["hatchling"]
17
build-backend = "hatchling.build"
18
19
[tool.hatch.build.targets.wheel]
20
-packages = ["src/mip_matching"]
+packages = ["src/mip_matching"]
0 commit comments