https://github.com/histocartography/histocartography
Raw File
Tip revision: 7136c2692e3500085e578f33df9470836ddc9622 authored by Guillaume Jaume on 13 July 2022, 18:56:32 UTC
Merge pull request #32 from histocartography/feature/feat_from_layer/kth
Tip revision: 7136c26
environment.yml
name: histocartography
dependencies:
    - python==3.7
    - pip
    - pip:
        - torch==1.3.1
        - tqdm>=4.35.0
        - pandas>=0.24.2
        - matplotlib>=3.1.1
        - h5py>=2.9.0
        - scikit-learn>=0.22
        - seaborn>=0.9.0
        - torchvision==0.4.0
        - pillow>=7.2.0
        - opencv-python>=3.4.8.29
        - scikit-image>=0.17.2
        - dgl==0.4.3.post2
        - PyYAML>=5.1.2
back to top