bmild / nerf

Code release for NeRF (Neural Radiance Fields)
http://tancik.com/nerf
MIT License
9.83k stars 1.37k forks source link

exact version of python packages #189

Open lsorgi opened 1 year ago

lsorgi commented 1 year ago

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

zichen34 commented 1 year ago

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