From 422c2d77823b1d4248306186df225c84ea7c13f6 Mon Sep 17 00:00:00 2001 From: "Jason K. Moore" Date: Mon, 12 Aug 2024 11:45:36 +0200 Subject: [PATCH] Bump to versions on 2024 TU Delft computers and let build deps be latest possible. --- conf.py | 2 +- multibody-book-env.yml | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/conf.py b/conf.py index b6acc278..f140aa76 100644 --- a/conf.py +++ b/conf.py @@ -58,7 +58,7 @@ if not ONGITHUB: # Display TODO notes. - todo_include_todos = True + todo_include_todos = False # This configures sphinx to number figures and allow referencing them, if # labeled, using :numref:`my_figure`. diff --git a/multibody-book-env.yml b/multibody-book-env.yml index 34e7ef8b..5be075e7 100644 --- a/multibody-book-env.yml +++ b/multibody-book-env.yml @@ -2,20 +2,20 @@ name: multibody-book channels: - conda-forge dependencies: - - ghp-import ==2.1.0 - - graphviz ==9.0.* - - imagemagick ==7.1.* - - ipython ==8.15.* - - jupyter-sphinx ==0.5.3 # >=0.4.0 required for new directive names jupyter-download-script/notebook - - matplotlib ==3.7.* - - notebook ==7.0.* - - numpy ==1.24.* - - python ==3.10.* + - ghp-import + - graphviz ==11.0.* + - imagemagick + - ipython ==8.25.* + - jupyter-sphinx # >=0.4.0 required for new directive names jupyter-download-script/notebook + - matplotlib ==3.8.* + - notebook ==7.2.* + - numpy ==1.26.* + - python ==3.11.* - pythreejs ==2.4.2 - scikits.odes ==2.7.* - - scipy ==1.11.* - - sphinx ==7.2.* + - scipy ==1.14.* + - sphinx - sphinx-autobuild # dev - - sphinx-material ==0.0.36 - - sphinx-togglebutton ==0.3.* - - sympy ==1.11.* + - sphinx-material + - sphinx-togglebutton + - sympy ==1.12.*