Closed jakirkham closed 4 months ago
Yeah, it's weird. That line in setup.py
was changed 9 years ago, and requirements.txt
8 years ago, so I don't really remember how it came to be. I suspect anything >= 0.3 would work. Does it cause any problems?
I'm reluctant to fix this since I'm working on switching the backend to grunnur
which will obsolete this requirement anyway.
This would be my guess as well.
Sadly I'm not sure. Was noticing this when updating the conda-forge package recently. Suspect users are picking up latest funcsigs
, which is 1.0.2
. So haven't heard any complaints.
Yeah that seems fair.
Noticed there are 2 different
funcsigs
version minimums in the project. Wasn't sure which should be used or whether they should matchhttps://github.com/fjarri/reikna/blob/e2bc3eac698ac7e0218544dd49a25ab292312e69/setup.py#L132
https://github.com/fjarri/reikna/blob/e2bc3eac698ac7e0218544dd49a25ab292312e69/requirements.txt#L2