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
I'm wondering if it's possible to include the source code on PyPI. I could check that this project deals with python=>3.5 (which may cause problems with lastest numpy versions), and I think that it would be nice to have the source code available on PyPI for those cases where aren't python==3.7 (for example, the specific case when I need mkl-ffi==1.2.0 on python==3.6):
If I am reading this issue right, it is still valid, although the wheel versions have changed. For example, the current latest v1.3.8 is only available as wheels for Python 3.9 and 3.10 on Linux and Windows:
I'm wondering if it's possible to include the source code on PyPI. I could check that this project deals with
python=>3.5
(which may cause problems with lastest numpy versions), and I think that it would be nice to have the source code available on PyPI for those cases where aren'tpython==3.7
(for example, the specific case when I needmkl-ffi==1.2.0
onpython==3.6
):Links
The text was updated successfully, but these errors were encountered: