Skip to content

Provide source code on PyPI #58

Open
@asdf8601

Description

@asdf8601

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):

Links

Activity

gdubicki

gdubicki commented on Apr 25, 2024

@gdubicki

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:

$ lynx --dump  https://pypi.org/simple/mkl-fft/ | grep "1.3.8"
   [73]mkl_fft-1.3.8-70-cp310-cp310-manylinux2014_x86_64.whl
   [74]mkl_fft-1.3.8-70-cp310-cp310-win_amd64.whl
   [75]mkl_fft-1.3.8-70-cp39-cp39-manylinux2014_x86_64.whl
   [76]mkl_fft-1.3.8-70-cp39-cp39-win_amd64.whl
  73. https://files.pythonhosted.org/packages/f5/20/6eef8c59d63043da6a8339be7afb60f9b9ead43470efe28e29b38ff9e38b/mkl_fft-1.3.8-70-cp310-cp310-manylinux2014_x86_64.whl#sha256=1640b75a5d47bb99c944815f0e349e9f27d9a107ae1c83a4ea3a7726f118a085
  74. https://files.pythonhosted.org/packages/e8/39/caa373695ed95a9f78e99f53c4a4fbff86784f56161b0a4b0abc93e31b79/mkl_fft-1.3.8-70-cp310-cp310-win_amd64.whl#sha256=32260b4f802fc5185ead67a032e844809638cfd44c1b4b76e908cd74d2f84926
  75. https://files.pythonhosted.org/packages/e1/84/d5da4cbaea6e9961ac81e84e769213e84af105d5c5a04061c232ee0d577b/mkl_fft-1.3.8-70-cp39-cp39-manylinux2014_x86_64.whl#sha256=2b77d42a808d7e789eae0f5a5436c37e7979c24ffe83a559c8c62c591d00b7a5
  76. https://files.pythonhosted.org/packages/6e/71/23a25b0bddef29eb84a7e948d1092618894e4211ef937f61f4a7444153f2/mkl_fft-1.3.8-70-cp39-cp39-win_amd64.whl#sha256=01bc0c9df42c18d8e25f633497b9ecf81088d8dadd39c7917fe105d3e219c124
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @gdubicki@asdf8601

        Issue actions

          Provide source code on PyPI · Issue #58 · IntelPython/mkl_fft