environment.yml 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. - pip:
  25. - numpy=1.19.2
  26. - pandas=1.3.4
  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. - ensemble-boxes==1.0.9
  43. - scipy==1.4.1
  44. - numba==0.54.0
  45. - -i https://mirror.baidu.com/pypi/simple
  46. #prefix: /opt/conda/
  47. # prefix: /opt/conda/envs/py38