nerf icon indicating copy to clipboard operation
nerf copied to clipboard

exact version of python packages

Open lsorgi opened this issue 2 years ago • 1 comments

I have some issue with imageio please can you provide the exact version for each dependency?

lsorgi avatar Jun 02 '23 15:06 lsorgi

This is my "environment.yml":

name: nerf
channels:
    - conda-forge
dependencies:
    - python=3.7
    - pip
    - cudatoolkit=10.0.130
    - tensorflow-gpu==1.15
    - numpy=1.19.5
    - matplotlib=3.5.2
    - imageio=2.19.0
    - imageio-ffmpeg=0.4.7
    - configargparse=1.5.3
    - imagemagick=7.1.0_32

My GPU is 1080Ti and the cuda version is 10.2

zichen34 avatar Aug 24 '23 15:08 zichen34