Created
February 11, 2021 11:54
-
-
Save csiebler/144357bb2daa5c090f021678ca024585 to your computer and use it in GitHub Desktop.
Conda Environment examples
This file contains hidden or 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: conda-env | |
dependencies: | |
- pip | |
- pip: | |
- --index-url https://xxxxx | |
- --extra-index-url https://xxxxxx | |
- xxxxxx==x.x.x | |
- -e git+https://github.com/xxxxxxxxxxx | |
- -e ./xxxxxxx | |
- -r file:requirements.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment