Skip to content

Commit

Permalink
dependencies and usd 24.11 build conda recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
chrizzFTD committed Oct 26, 2024
1 parent 9e34f4f commit 03b6d99
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ classifiers =
Programming Language :: Python :: 3.12

[options]
install_requires = grill-names>=2.6.0; networkx @ git+https://github.com/networkx/networkx.git; pydot>=3.0.1; numpy; printree
install_requires = grill-names>=2.6.0; networkx>=3.4; pydot>=3.0.1; numpy; printree
include_package_data = True
packages = find_namespace:

Expand All @@ -23,21 +23,21 @@ include = grill.*

[options.extras_require]
# USD build:
# conda create -n py312usd2408build python=3.12
# conda activate py312usd2408build
# conda create -n py313usd2411build python=3.13
# conda activate py313usd2411build
# conda install -c conda-forge cmake=3.27
# python -m pip install PySide6 PyOpenGL jinja2
# conda install -c rdonnelly vs2019_win-64
# python "A:\write\code\git\OpenUSD\build_scripts\build_usd.py" -v "A:\write\builds\py312usd2408build"
# python "A:\write\code\git\OpenUSD\build_scripts\build_usd.py" -v "A:\write\builds\py313usd2411build"
#
# --- dev env ---:
# conda create -n py312usd2408 python=3.12
# conda activate py312usd2408
# conda create -n py313usd2411 python=3.13
# conda activate py313usd2411
# runtime dependencies:
# conda install conda-forge::graphviz
# python -m pip install grill-names>=2.6.0 networkx numpy printree PyOpenGL pyside6
# python -m pip install grill-names>=2.6.0 networkx>=3.4 pydot>=3.0.1 numpy printree PyOpenGL pyside6
# docs dependencies:
# python -m pip install sphinx myst-parser sphinx-toggleprompt sphinx-copybutton sphinx-togglebutton sphinx-hoverxref sphinx_autodoc_typehints sphinx-inline-tabs shibuya
# python -m pip install sphinx myst-parser sphinx-toggleprompt sphinx-copybutton sphinx-togglebutton sphinx-hoverxref>=1.4.1 sphinx_autodoc_typehints sphinx-inline-tabs shibuya
# For EDGEDB (coming up)
# python -m pip install edgedb
# To install packages in editable mode, cd to desired package repo, then:
Expand Down

0 comments on commit 03b6d99

Please sign in to comment.