Python 3.5 numpy support
Opened this issue · 2 comments
Deleted user commented
Hi!
There is an update in numpy 1.19 that doesn't provide a support of Python 3.5.
This line leads to an error in Python 3.5 because of trying to install new 1.19 version.
https://github.com/gfairchild/pyxDamerauLevenshtein/blob/master/setup.py#L82
These happens despite the strong equal of 1.16.1 numpy version in requirements.txt
Could you save the support of 3.5?
gfairchild commented
I'll look into this next week, but note that Python 3.5 support ends in just a few months, so I'm not sure if I'll want to actually change anything.
gfairchild commented
In light of 3.5 support ending shortly, I've decided not to change anything in this project at this time.