diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..ae9dde3 --- /dev/null +++ b/environment.yml @@ -0,0 +1,21 @@ +name: nerf +channels: + - pytorch + - conda-forge + - defaults +dependencies: + - python>=3.7 + - pip + - pytorch>=1.3 + - cuda100 + - cudatoolkit>=10.1 + - cudatoolkit-dev + - imageio + - numpy + - pyyaml + - tensorboard + - torchvision + - tqdm + - pip: + - opencv-python-headless + - "git+https://github.com/aliutkus/torchsearchsorted#egg=torchsearchsorted"