Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
environment
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrankin committed Apr 16, 2020
1 parent 90ddaf2 commit 5478816
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 5478816

Please sign in to comment.