Revision 621b5d4341b8e2222452139899211eee0d83ae4b authored by rubenwiersma on 27 February 2023, 09:01:48 UTC, committed by rubenwiersma on 27 February 2023, 09:01:48 UTC
1 parent bbfbb67
Raw File
environment.yml
channels:
  - nvidia
  - pytorch
  - pyg
dependencies:
  - pip=21.2.4
  - python=3.9.12
  - setuptools=52.0.0
  - wheel=0.36.2
  - protobuf~=3.19.0
  - conda-forge::cudatoolkit=11.3
  - pytorch::pytorch=1.11.0
  - pytorch::torchvision
  - pytorch::torchaudio
  - pyg::pyg=2.0.4
  - pip:
    - numpy==1.21.5
    - progressbar2==4.0.0
    - tensorboard==2.8.0
    - jupyter==1.0.0
    - openmesh==1.2.1
    - h5py==3.6.0
    - pytest==7.1.2
    - deltaconv==1.0.2
back to top