From 6dd567f2ad16400dfb1ff9eb348f8c3edff0f4e7 Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Mon, 22 Jul 2024 13:07:56 -0400 Subject: [PATCH 1/3] Update conda command syntax --- preamble/how-to-use.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preamble/how-to-use.md b/preamble/how-to-use.md index e4e887102..c404989e2 100644 --- a/preamble/how-to-use.md +++ b/preamble/how-to-use.md @@ -96,7 +96,7 @@ can be done with two commands from the terminal, one to create the environment and one to activate it: ``` -conda env create --force -f https://raw.githubusercontent.com/ProjectPythia/pythia-foundations/main/environment.yml +conda env create --yes -f https://raw.githubusercontent.com/ProjectPythia/pythia-foundations/main/environment.yml conda activate pythia-book-dev ``` From fb0414d11fbb25a81c77dde8ab7a336f850af2f2 Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Mon, 22 Jul 2024 13:09:47 -0400 Subject: [PATCH 2/3] Pin to Python<3.12 --- environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index d84da15af..157efb585 100644 --- a/environment.yml +++ b/environment.yml @@ -13,11 +13,11 @@ dependencies: - dask - pyproj - pythia-datasets - - python + - python<3.12 # Waiting on https://github.com/jupyter/jupyter_events/issues/99 - scipy - ffmpeg - xarray - python-graphviz - graphviz - - setuptools>=69.0.3 + - setuptools - sphinx-pythia-theme From 34090a4f8552186de93d01d8acf15ea0ce11a262 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 17:11:25 +0000 Subject: [PATCH 3/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 157efb585..b0cf4723e 100644 --- a/environment.yml +++ b/environment.yml @@ -13,7 +13,7 @@ dependencies: - dask - pyproj - pythia-datasets - - python<3.12 # Waiting on https://github.com/jupyter/jupyter_events/issues/99 + - python<3.12 # Waiting on https://github.com/jupyter/jupyter_events/issues/99 - scipy - ffmpeg - xarray