From 177c2fc1cc27aa09ae726aeb649cdac6d9d03975 Mon Sep 17 00:00:00 2001 From: Sam Dotson Date: Mon, 3 Jun 2024 16:35:02 +0200 Subject: [PATCH] changes note to warning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5042d10..5173a56 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A model of the Illinois electricity system built with PyPSA. * git * Either `conda` or `mamba` installed -> [!NOTE] +> [!WARNING] > Running `conda update --all` may downgrade `pypsa` to 0.25.x to accomodate an update to `pyomo`. This will break the code. After running update, run `conda update pypsa` to fix. 1. Clone the repository