-
-
Notifications
You must be signed in to change notification settings - Fork 692
Update conda recipe #1443
Copy link
Copy link
Closed
Labels
Description
🚀 Feature
Currently, we are using the following conda recipe for building conda binaries : https://github.com/pytorch/ignite/tree/master/conda.recipe
The idea is to try to build "universal" package (like with pip)
build:
noarch: python
and thus remove https://github.com/pytorch/ignite/blob/master/conda.recipe/conda_build_config.yaml . I'm not sure if this will give the same result as we have, but it worth to check.
For PyDataGlobal contributors, feel free to ask questions for details if any and say that you would like to tackle the issue.
Please, take a look at CONTRIBUTING guide.
Reactions are currently unavailable