From ac79de24d938691a1f710b6c14041b20d44c9010 Mon Sep 17 00:00:00 2001 From: Christopher Mayes <31023527+ChristopherMayes@users.noreply.github.com> Date: Wed, 19 Jun 2024 10:57:02 -0700 Subject: [PATCH] Pin mkdocs --- environment.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index 09b335b..6f383c2 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ name: pmd_beamphysics-dev channels: - conda-forge dependencies: - - python=3.9 + - python>=3.9 - numpy - scipy>=1.0.0 - matplotlib @@ -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