We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"requires_dist":null
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.
requires_dist
pymc
setup.py
aesara
aeppl
Could you please add this, it would make the install and adoption process a lot easier especially in companies with private pip repo's.
python -c "import aesara; print(aesara.config)"
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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 insetup.py
butaesara
andaeppl
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
python -c "import aesara; print(aesara.config)"
)The text was updated successfully, but these errors were encountered: