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

Consider packaging and distribution on conda-forge #82

Open
matthewfeickert opened this issue Dec 4, 2024 · 1 comment
Open

Consider packaging and distribution on conda-forge #82

matthewfeickert opened this issue Dec 4, 2024 · 1 comment

Comments

@matthewfeickert
Copy link

matthewfeickert commented Dec 4, 2024

In addition to publishing distributions on PyPI, it would be very nice to also distribute on conda-forge and as nflows is a pure-Python package that would be technically easy.

However, given the required dependencies

nflows/setup.py

Lines 20 to 27 in 3b122e5

install_requires=[
"matplotlib",
"numpy",
"tensorboard",
"torch",
"tqdm",
"umnn"
],

umnn is not yet on conda-forge and would be required to be distributed there first.


Related issues:

@matthewfeickert
Copy link
Author

Ah, seems that https://github.com/AWehenkel/UMNN is unmaintained research software so getting https://pypi.org/project/UMNN/ on conda-forge might take some additional work. There might be hope though given that there were releases on PyPI as new as a year ago (December, 2023). Ping @AWehenkel in the event they can offer help (also hello again!).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant