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 #39

Closed
matthewfeickert opened this issue Dec 4, 2024 · 1 comment · Fixed by conda-forge/staged-recipes#28651
Closed

Comments

@matthewfeickert
Copy link

Related to sbi-dev/sbi#1322 (which makes sense as this is the same GitHub org), in addition to publishing distributions on PyPI, it would be very nice to also distribute on conda-forge and as pyknos is a pure-Python package that would be technically easy.

However, given the required dependencies

pyknos/pyproject.toml

Lines 38 to 45 in 93ca684

dependencies = [
"matplotlib",
"nflows==0.14",
"numpy",
"tensorboard",
"torch",
"tqdm",
]

nflows needs a distribution on conda-forge first.

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

Successfully merging a pull request may close this issue.

1 participant