Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. name: null # env was made with --prefix
  2. channels:
  3. - conda-forge # added a third party channel
  4. - defaults
  5. dependencies:
  6. - numpy=1.16.3=py37h926163e_0
  7. - opencv=3.4.2=py37h6fd60c2_1
  8. - pandas=0.24.2=py37h0a44026_0
  9. - pip=19.1.1=py37_0
  10. - pip: # Packages installed from PyPI
  11. - requests==2.21.0
  12. prefix: /Users/user-name/experiments/project-name/envs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement