Skip to content

Commit ccafb46

Browse files
authored
Use Cython version of toolz
Usage of activitysim within popultionsim fails with missing module cytoolz - i believe that activitysim is using cytoolz internally rather than toolz
1 parent 4b679a0 commit ccafb46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
'pandas >= 1.1.0',
3434
'pyyaml >= 5.1',
3535
'tables >= 3.5.1',
36-
'toolz >= 0.8.1',
36+
'cytoolz >= 0.8.1',
3737
'psutil >= 4.1',
3838
'requests >= 2.7',
3939
'numba >= 0.51.2',

0 commit comments

Comments
 (0)