environment.yml 549 B

12345678910111213141516171819202122232425
  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. - cmake
  12. - opencv-python
  13. - cython
  14. - paddlepaddle
  15. - paddleocr
  16. - paddlehub
  17. - fastapi
  18. - uvicorn
  19. - jinja2
  20. - aiofiles
  21. - python-multipart
  22. - requests
  23. - cpca
  24. - -i https://mirror.baidu.com/pypi/simple
  25. prefix: /opt/conda/envs/py38