Skip to content

Commit

Permalink
Bump to versions on 2024 TU Delft computers and let build deps be lat…
Browse files Browse the repository at this point in the history
…est possible.
  • Loading branch information
moorepants committed Aug 12, 2024
1 parent eb644dd commit 422c2d7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
28 changes: 14 additions & 14 deletions multibody-book-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.*

0 comments on commit 422c2d7

Please sign in to comment.