environment.yml 338 B

12345678910111213
  1. name: py38
  2. channels:
  3. - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ # Anocanda清华镜像
  4. - defaults
  5. - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
  6. dependencies:
  7. - python=3.8
  8. - ipython
  9. - pip
  10. - pip:
  11. - requests
  12. - -i https://mirror.baidu.com/pypi/simple
  13. prefix: /opt/conda/envs/py38