elastic / elastic/anonymize-it
Unable to install without changing requirements
Open
- Dominant language
- Python
- Stars
- 128
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
It is currently impossible to install with the current requirements, as:
`thinc 8.0.15` depends on `murmurhash<1.1.0 and >=1.0.2`
and `murmurhash==0.28.0` is explicitely required
Changing the `requirements.txt` record for `thinc` to:
`thinc==8.0.13`
Seems to fix the issue.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.