Skip to content

Commit

Permalink
address m2lines#150
Browse files Browse the repository at this point in the history
  • Loading branch information
IamShubhamGupto committed May 7, 2024
1 parent d207068 commit 0377b35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions environment.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -24,5 +25,5 @@ dependencies:
- pip
- xarray
- pysr
- nomkl
# - nomkl
- graphviz

0 comments on commit 0377b35

Please sign in to comment.