Skip to content

Commit 6718d32

Browse files
authored
Loosen toolz dependency
1 parent 1290952 commit 6718d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ numpy>=1.16,<2.2
22
pandas>=1.0,<3
33
pydantic>=1.7,<3
44
tqdm~=4.23
5-
toolz~=0.10
5+
toolz>=0.10,<2
66

77
# used for Protocol, can be removed once Python 3.8 is required
88
typing-extensions~=4.0

0 commit comments

Comments
 (0)