enviroment.yml 936 B

12345678910111213141516171819202122232425262728293031323334353637
  1. name: GeoSys
  2. channels:
  3. - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge
  4. - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
  5. - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/
  6. - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/
  7. dependencies:
  8. - python=3.8
  9. - psycopg2=2.9.7
  10. - uvicorn=0.32.1
  11. - fastapi=0.115.4
  12. - geoalchemy2=0.17.1
  13. - alembic=1.14.0
  14. - pandas=2.0.3
  15. - openpyxl=3.1.5
  16. - shapely=2.0.1
  17. - cpuonly=2.0
  18. - pytorch==2.3.1
  19. - torchaudio=2.3.1
  20. - torchvision=0.18.1
  21. - scikit-learn==1.3.0
  22. - geopandas=0.13.2
  23. - seaborn=0.13.2
  24. - fiona=1.9.4
  25. - pyogrio=0.6.0
  26. - pip:
  27. - affine==2.4.0
  28. - attrs==25.3.0
  29. - greenlet==3.1.1
  30. - rasterio==1.3.11
  31. - snuggs==1.4.7
  32. - sqlacodegen==2.3.0.post1
  33. - sqlalchemy==1.4.54
  34. - typeguard==4.4.0
  35. - typing-extensions==4.13.2
  36. - zipp==3.20.2
  37. prefix: D:\Anaconda\envs\GeoSys