Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exact version of python packages #189

Open
lsorgi opened this issue Jun 2, 2023 · 1 comment
Open

exact version of python packages #189

lsorgi opened this issue Jun 2, 2023 · 1 comment

Comments

@lsorgi
Copy link

lsorgi commented Jun 2, 2023

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

@zichen34
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants