From 0377b35d49b4c15ae4cecfd483bf3aa38b0a093f Mon Sep 17 00:00:00 2001 From: Shubham Gupta Date: Tue, 7 May 2024 14:19:55 -0400 Subject: [PATCH 1/2] address #150 --- README.md | 2 +- environment.yaml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ef0d2e10..eab9fc24 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ To install all these dependencies in a virtual environment, run $ conda env create -f environment.yaml $ conda activate L96M2lines $ python -m pip install -r requirements.txt -$ python -c 'import pysr; pysr.install()' +$ python -c "import pysr; pysr.install()" ``` To speed up the continuous integration, we also generated a diff --git a/environment.yaml b/environment.yaml index 2d05b952..399acdb9 100644 --- a/environment.yaml +++ b/environment.yaml @@ -1,10 +1,11 @@ # to turn this into a conda-linux-64.lock file, run: # conda-lock lock --mamba -f environment.yaml -p linux-64 -name: L96M2lines +name: L96M2lines2 channels: - conda-forge - defaults - anaconda + - numba/label/dev dependencies: - python=3.9 - matplotlib @@ -24,5 +25,5 @@ dependencies: - pip - xarray - pysr - - nomkl + # - nomkl - graphviz From 2393621a3f205e2c764137392dadbc35f41b605d Mon Sep 17 00:00:00 2001 From: Shubham Gupta Date: Tue, 7 May 2024 14:22:19 -0400 Subject: [PATCH 2/2] undo dev test changes --- environment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yaml b/environment.yaml index 399acdb9..eb74bd49 100644 --- a/environment.yaml +++ b/environment.yaml @@ -1,6 +1,6 @@ # to turn this into a conda-linux-64.lock file, run: # conda-lock lock --mamba -f environment.yaml -p linux-64 -name: L96M2lines2 +name: L96M2lines channels: - conda-forge - defaults