dependencies:
- ca-certificates=2019.1.23=0
- certifi=2019.3.9=py36_0
- click=7.0=py36_0
- flask=1.0.2=py36_1
- itsdangerous=1.1.0=py36_0
- jinja2=2.10=py36_0
- libedit=3.1.20181209=hc058e9b_0
- libffi=3.2.1=hd88cf55_4
- ffmpeg=3.4=h7985aa0_0
The above .yml file is generated from conda env export
What does the number py36_0
and hc058e9b_0
mean?
I imagine the first type is python 3.6.0 version?
What about the second type?