12345678910111213141516171819202122232425 |
- name: py38
- channels:
- - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ # Anocanda清华镜像
- - defaults
- - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
- dependencies:
- - python=3.8
- - ipython
- - pip
- - pip:
- - cmake
- - opencv-python
- - cython
- - paddlepaddle
- - paddleocr
- - paddlehub
- - fastapi
- - uvicorn
- - jinja2
- - aiofiles
- - python-multipart
- - requests
- - cpca
- - -i https://mirror.baidu.com/pypi/simple
- prefix: /opt/conda/envs/py38
|