Skip to content

Commit 03b785d

Browse files
committed
Fix impossible version constraint
Signed-off-by: Claudio Spiess <[email protected]>
1 parent dab96d9 commit 03b785d

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
@@ -51,7 +51,7 @@ examples = [
5151
"sympy~=1.0",
5252
"scikit-learn>=1.6.1,<1.8.0",
5353
"faiss-cpu>=1.10,<1.12",
54-
"funcy>2",
54+
"funcy>=2",
5555
]
5656
docs = [
5757
"mkdocs~=1.0",

0 commit comments

Comments
 (0)