environment.yml 953 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. - sasl=0.3.1
  10. - pip
  11. - pip:
  12. - cmake
  13. - opencv-python
  14. - cython
  15. - fastapi
  16. - uvicorn
  17. - pytest
  18. - jinja2
  19. - aiofiles
  20. - python-multipart
  21. - requests
  22. - gunicorn
  23. - fastapi-pagination==0.9.3
  24. - pymysql==1.0.2
  25. - pylint==2.5.3
  26. - sqlfluff==1.3.1
  27. - PyHive==0.6.5
  28. - pure-sasl==0.6.2
  29. # - sasl==0.3.1
  30. - thrift==0.16.0
  31. - thrift-sasl==0.4.3
  32. - mysql-connector==2.2.9
  33. - SQLAlchemy==1.4.9
  34. - numpy
  35. - pandas
  36. - minio==5.0.1
  37. - Pillow==9.1.1
  38. - croniter==1.3.7
  39. - uvloop
  40. - kubernetes
  41. - httptools
  42. - -i https://mirror.baidu.com/pypi/simple
  43. prefix: /opt/conda/envs/py38