Skip to content

Commit

Permalink
Reorganized env file into content and development sections.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Jan 23, 2025
1 parent 0b13147 commit 44b07b2
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions multibody-book-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,23 @@ name: multibody-book
channels:
- conda-forge
dependencies:
- ghp-import
# content (should match exam computer install:
# https://gitlab.ewi.tudelft.nl/bhmgerritsen/anaconda-dee-config/-/releases)
- 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.14.*
- sympy ==1.12.*
# development (can be latest versions)
- ghp-import
- imagemagick
- jupyter-sphinx # >=0.4.0 required for new directive names jupyter-download-script/notebook
- sphinx
- sphinx-autobuild # dev
- sphinx-autobuild
- sphinx-material
- sphinx-togglebutton
- sympy ==1.12.*

0 comments on commit 44b07b2

Please sign in to comment.