Skip to content

Commit c1ccf2b

Browse files
committed
update dependencies
1 parent 127c485 commit c1ccf2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "mip_matching"
33
version = "1.0.0"
44
description = "Project for matching meetings using Mixed Integer Linear Programming"
55
dependencies = [
6-
"cffi==1.15.0",
6+
"cffi>=1.15.0",
77
"Faker==24.11.0",
88
"mip==1.14.2",
99
"pycparser==2.21",
@@ -17,4 +17,4 @@ requires = ["hatchling"]
1717
build-backend = "hatchling.build"
1818

1919
[tool.hatch.build.targets.wheel]
20-
packages = ["src/mip_matching"]
20+
packages = ["src/mip_matching"]

0 commit comments

Comments
 (0)