Skip to content

Commit

Permalink
Pin mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherMayes committed Jun 19, 2024
1 parent b3ce1fc commit ac79de2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: pmd_beamphysics-dev
channels:
- conda-forge
dependencies:
- python=3.9
- python>=3.9
- numpy
- scipy>=1.0.0
- matplotlib
Expand All @@ -12,10 +12,11 @@ dependencies:
- pytest
- jupyterlab>=3
- pygments
- mkdocs
- mkdocs==1.5.2
- mkdocstrings
- mkdocs-material
- mkdocs-jupyter
- mkdocs-jupyter==0.24.6
- mkdocstrings-python
- pip
- pip:
- mkdocstrings-python

0 comments on commit ac79de2

Please sign in to comment.