Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyPI JSON API returns "requires_dist":null #1047

Closed
keesterbrugge opened this issue Jul 11, 2022 · 0 comments · Fixed by #1048
Closed

PyPI JSON API returns "requires_dist":null #1047

keesterbrugge opened this issue Jul 11, 2022 · 0 comments · Fixed by #1048
Labels
CI Involves continuous integration enhancement New feature or request

Comments

@keesterbrugge
Copy link
Contributor

Description of your problem or feature request

I use a self-hosted pypi-mirror that adds the dependencies of added modules by looking at the requires_dist field returned by the pypi json api. pymc nicely returns it's dependencies defined in setup.pybut aesara and aeppl do not.

Could you please add this, it would make the install and adoption process a lot easier especially in companies with private pip repo's.

Versions and main components

  • Aesara version: 2.7.5
  • Aesara config (python -c "import aesara; print(aesara.config)")
  • Python version: 3.8
  • Operating system: macOS Monterey v 12.4
  • How did you install Aesara: pip
@brandonwillard brandonwillard added enhancement New feature or request CI Involves continuous integration labels Jul 11, 2022
@brandonwillard brandonwillard linked a pull request Jul 11, 2022 that will close this issue
@brandonwillard brandonwillard changed the title pypi json api returns "requires_dist":null PyPi JSON API returns "requires_dist":null Jul 11, 2022
@brandonwillard brandonwillard changed the title PyPi JSON API returns "requires_dist":null PyPI JSON API returns "requires_dist":null Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Involves continuous integration enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants