Skip to content

Commit

Permalink
slightly adjust version in doc and setup.py (#438)
Browse files Browse the repository at this point in the history
Signed-off-by: Clement Fuji Tsang <[email protected]>
  • Loading branch information
Caenorst authored Sep 1, 2021
1 parent 15872a6 commit a9b007a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/notes/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Requirements
------------

* Linux, macOS or Windows
* Python >= 3.6 (3.6 or 3.7 recommended)
* Python >= 3.6 (3.6 and 3.7 recommended for Windows)
* CUDA >= 10.0 (with 'nvcc' installed)

Dependencies
Expand All @@ -21,7 +21,7 @@ Dependencies
* cython == 0.29.20
* scipy >= 1.2.0
* Pillow >= 8.0.0
* usd-core == 20.11 (optional, required for USD related features such as visualization and importer / exporter)
* usd-core >= 20.11 (optional, required for USD related features such as visualization and importer / exporter)

Installation from source
------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def get_requirements():
warnings.warn("usd-core is not compatible with python_version >= 3.10 "
"and won't be installed, please use supported python_version "
"to use USD related features")
requirements.append('usd-core==21.8; python_version < "3.10"')
requirements.append('usd-core>=20.11; python_version < "3.10"')
if INCLUDE_EXPERIMENTAL:
requirements.append('tornado==6.0.4')
requirements.append('flask==1.1.2')
Expand Down

0 comments on commit a9b007a

Please sign in to comment.