environment.yml 766 B

12345678910111213141516171819202122232425262728293031323334
  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. - cython
  14. - fastapi
  15. - uvicorn
  16. - pytest
  17. - jinja2
  18. - aiofiles
  19. - python-multipart
  20. - requests
  21. - gunicorn
  22. - fastapi-pagination==0.9.3
  23. - pymysql==1.0.2
  24. - PyHive==0.6.5
  25. - pure-sasl==0.6.2
  26. # - sasl==0.3.1
  27. - thrift==0.16.0
  28. - thrift-sasl==0.4.3
  29. - mysql-connector==2.2.9
  30. - SQLAlchemy==1.4.9
  31. - numpy
  32. - pandas
  33. - -i https://mirror.baidu.com/pypi/simple
  34. prefix: /opt/conda/envs/py38