Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please confirm dependences #204

Open
blshkv opened this issue Feb 21, 2024 · 1 comment
Open

please confirm dependences #204

blshkv opened this issue Feb 21, 2024 · 1 comment

Comments

@blshkv
Copy link

blshkv commented Feb 21, 2024

Could you clarify the statement:

It is developed in Cython, but requires no dependecies other than CPython and a C compiler.

However, it seems uses toolz:
https://github.com/pytoolz/cytoolz/blob/master/cytoolz/_signatures.py#L1-L2

from toolz._signatures import *
@eriknw
Copy link
Member

eriknw commented Feb 21, 2024

I see, the README does need updated to mention toolz. Yes, toolz is required and is in the install_requires metadata:

install_requires=['toolz >= 0.8.0'],

Good catch, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants