From fd9df7423d870adb9da865a4b0855f84fc75f1a6 Mon Sep 17 00:00:00 2001 From: Nikhila Ravi Date: Thu, 23 Jan 2020 17:29:23 -0800 Subject: [PATCH] update requirements.txt for readthedocs (#6) Summary: We need to install pytorch3d in RTD. Update requirements.txt accordingly. Pull Request resolved: https://github.com/facebookresearch/pytorch3d/pull/6 Reviewed By: gkioxari Differential Revision: D19549348 Pulled By: nikhilaravi fbshipit-source-id: d8d6efe0af9c0d4c7cc6f7662d392f5b3bc16a8c --- README.md | 6 +++--- docs/requirements.txt | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 67b712ce..5ecdd559 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - + [![CircleCI](https://circleci.com/gh/facebookresearch/pytorch3d.svg?style=svg)](https://circleci.com/gh/facebookresearch/pytorch3d) [![Anaconda-Server Badge](https://anaconda.org/pytorch3d/pytorch3d/badges/version.svg)](https://anaconda.org/pytorch3d/pytorch3d) @@ -35,11 +35,11 @@ PyTorch3d is released under the [BSD-3-Clause License](LICENSE). Get started with PyTorch3d by trying one of the tutorial notebooks. -||| +||| |:-----------------------------------------------------------------------------------------------------------:|:--------------------------------------------------:| | [Deform a sphere mesh to dolphin](https://github.com/fairinternal/pytorch3d/blob/master/docs/tutorials/deform_source_mesh_to_target_mesh.ipynb)| [Bundle adjustment](https://github.com/fairinternal/pytorch3d/blob/master/docs/tutorials/bundle_adjustment.ipynb) | -| | +| | |:------------------------------------------------------------:|:--------------------------------------------------:| | [Render textured meshes](https://github.com/fairinternal/pytorch3d/blob/master/docs/tutorials/render_textured_meshes.ipynb)| [Camera position optimization](https://github.com/fairinternal/pytorch3d/blob/master/docs/tutorials/camera_position_optimization_with_differentiable_rendering.ipynb)| diff --git a/docs/requirements.txt b/docs/requirements.txt index 90a6e21b..ade12c51 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -4,3 +4,7 @@ recommonmark==0.4.0 sphinx_rtd_theme sphinx_markdown_tables mock +numpy +git+git://github.com/facebookresearch/fvcore.git +https://download.pytorch.org/whl/nightly/cpu/torch-1.3.0.dev20191010%2Bcpu-cp37-cp37m-linux_x86_64.whl +https://download.pytorch.org/whl/nightly/cpu/torchvision-0.5.0.dev20191008%2Bcpu-cp37-cp37m-linux_x86_64.whl