12345678910111213141516171819202122232425262728293031323334353637 |
- name: GeoSys
- channels:
- - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge
- - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
- - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/
- - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/
- dependencies:
- - python=3.8
- - psycopg2=2.9.7
- - uvicorn=0.32.1
- - fastapi=0.115.4
- - geoalchemy2=0.17.1
- - alembic=1.14.0
- - pandas=2.0.3
- - openpyxl=3.1.5
- - shapely=2.0.1
- - cpuonly=2.0
- - pytorch==2.3.1
- - torchaudio=2.3.1
- - torchvision=0.18.1
- - scikit-learn==1.3.0
- - geopandas=0.13.2
- - seaborn=0.13.2
- - fiona=1.9.4
- - pyogrio=0.6.0
- - pip:
- - affine==2.4.0
- - attrs==25.3.0
- - greenlet==3.1.1
- - rasterio==1.3.11
- - snuggs==1.4.7
- - sqlacodegen==2.3.0.post1
- - sqlalchemy==1.4.54
- - typeguard==4.4.0
- - typing-extensions==4.13.2
- - zipp==3.20.2
- prefix: D:\Anaconda\envs\GeoSys
|