environment.yml 958 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. name: base
  2. # name: py38
  3. channels:
  4. - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ # Anocanda清华镜像
  5. - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/
  6. # - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/
  7. - bioconda
  8. - fastai
  9. - defaults
  10. - r
  11. - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
  12. - conda-forge
  13. dependencies:
  14. - python=3.8
  15. - ipython
  16. - ipykernel
  17. - pip
  18. # - pytorch
  19. # - torchvision
  20. # - torchaudio
  21. - cudatoolkit=11.0
  22. - fastai
  23. - nbdev
  24. - numpy=1.19.2
  25. - pandas=1.3.4
  26. - pip:
  27. - cmake
  28. - opencv-python
  29. - cython
  30. - fastapi
  31. - uvicorn
  32. - jinja2
  33. - aiofiles
  34. - python-multipart
  35. - requests
  36. # - PyYAML>=5.3.1
  37. # - pandas>=1.1.4
  38. - seaborn>=0.11.0
  39. - tqdm>=4.41.0
  40. - tensorboard>=2.4.1
  41. - gunicorn
  42. - -i https://pypi.douban.com/simple
  43. prefix: /opt/conda/
  44. # prefix: /opt/conda/envs/py38