Skip to content

Commit 5ab34d4

Browse files
committed
Fix version specifier
1 parent fe77d91 commit 5ab34d4

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
@@ -14,7 +14,7 @@ readme = "README.md"
1414
requires-python = ">=3.7"
1515
dependencies = [
1616
"backports.zoneinfo >= 0.2.1; python_version < '3.9'",
17-
"clp-ffi-py == 0.0.14",
17+
"clp-ffi-py >= 0.0.14",
1818
"typing-extensions >= 3.7.4",
1919
"tzlocal == 5.1; python_version < '3.8'",
2020
"tzlocal >= 5.2; python_version >= '3.8'",

0 commit comments

Comments
 (0)