binder for packages with binary extensions
p123123 opened this issue · 1 comments
p123123 commented
How can one use binder for packages with binary extensions? For example https://github.com/eendebakpt/oapackage uses binary extensions with swig (which is not avaible for binder I believe). Can binder use one of the pre-build wheel packages? If so, then which wheel packages should be available for binder.
minrk commented
You can use wheels or conda packages, then express those as dependencies via requirements.txt or environment.yml.