Created
June 27, 2021 11:27
-
-
Save alexmalins/0df7ceeafb3c456b5dd9b78a2d701d71 to your computer and use it in GitHub Desktop.
Example construct.yaml to create custom installer for use with CondaColab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PyNE-CondaColab | |
version: 4.9.2 | |
installer_type: all | |
channels: | |
- conda-forge | |
specs: | |
- python 3.7.* | |
- conda 4.9.2 | |
- pyne |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment