environment.yml 166 B

12345678910
  1. name: protobuf
  2. channels:
  3. - defaults
  4. dependencies:
  5. - libprotobuf=3.11.4
  6. - make=4.2.1
  7. - pip=19.3.1
  8. - python=3.7.6
  9. - sphinx=2.4.0
  10. - sphinx_rtd_theme=0.4.3