diff --git a/setup.cfg b/setup.cfg index 9ed45b08..dd1b4718 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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: @@ -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: