1234567891011121314151617181920212223242526272829 |
- name: py38
- channels:
- - http://mirrors.ustc.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==4.6.0.66
- - cython
- - paddleocr==2.5.0.3
- - paddlehub==2.2.0
- - fastapi==0.79.0
- - uvicorn
- - zhon
- - pytest
- - jinja2
- - aiofiles
- - python-multipart
- - requests
- - cpca
- - gunicorn
- - -i https://mirror.baidu.com/pypi/simple
- - paddlepaddle-gpu==2.3.0.post110
- - -f https://www.paddlepaddle.org.cn/whl/linux/mkl/avx/stable.html
- prefix: /opt/conda/envs/py38
|