Skip to content

Instantly share code, notes, and snippets.

@raeidsaqur
Created September 25, 2019 23:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raeidsaqur/72cc9b4cfff22081ccb34dc8292e3c91 to your computer and use it in GitHub Desktop.
Save raeidsaqur/72cc9b4cfff22081ccb34dc8292e3c91 to your computer and use it in GitHub Desktop.
Conda environment.yml template for project specific conda environment creation.
name: null # env was made with --prefix
channels:
- conda-forge # added a third party channel
- defaults
dependencies:
- numpy=1.16.3=py37h926163e_0
- opencv=3.4.2=py37h6fd60c2_1
- pandas=0.24.2=py37h0a44026_0
- pip=19.1.1=py37_0
- pip: # Packages installed from PyPI
- requests==2.21.0
prefix: /Users/user-name/experiments/project-name/envs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment