File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ These can be installed by running:
20
20
conda create -n pytorch3d python=3.6
21
21
conda activate pytorch3d
22
22
conda install -c pytorch pytorch torchvision cudatoolkit=10.0
23
- conda install -c conda-forge -c takatosp1 fvcore
23
+ conda install -c conda-forge -c fvcore fvcore
24
24
```
25
25
26
26
### Tests/Linting and Demos
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ setup_conda_pytorch_constraint
12
12
setup_conda_cudatoolkit_constraint
13
13
setup_visual_studio_constraint
14
14
# shellcheck disable=SC2086
15
- conda build $CONDA_CHANNEL_FLAGS ${TEST_FLAG:- } -c defaults -c conda-forge --no-anaconda-upload -c takatosp1 --python " $PYTHON_VERSION " packaging/pytorch3d
15
+ conda build $CONDA_CHANNEL_FLAGS ${TEST_FLAG:- } -c defaults -c conda-forge --no-anaconda-upload -c fvcore --python " $PYTHON_VERSION " packaging/pytorch3d
You can’t perform that action at this time.
0 commit comments