You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update cythonize in setup
* Set cython language_level=2
* Exclude generated .cpp files
* Relax constraints for blis and numpy in pyproject.toml
Remove python version constraints from blis and numpy pins in
`pyproject.toml`:
* `numpy` build pins for released wheels are now only maintained in
`build-constraints.txt` because it is too difficult to maintain
reasonable/workable constraints across architectures for sdist installs
* `blis` is easier to build from source as of v0.7.4 so there's less
reason to add an unnecessary restriction, which was only intended to
make binary installs for python<3.6 easier
* Update blis pins in requirements and setup
* Update CI to prefer binary for python 2.7/3.5
0 commit comments