Skip to content

Commit 8e41337

Browse files
authored
Merge pull request #152 from IamShubhamGupto/fix/environment
Adjust environment yaml for windows
2 parents d207068 + 2393621 commit 8e41337

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To install all these dependencies in a virtual environment, run
3333
$ conda env create -f environment.yaml
3434
$ conda activate L96M2lines
3535
$ python -m pip install -r requirements.txt
36-
$ python -c 'import pysr; pysr.install()'
36+
$ python -c "import pysr; pysr.install()"
3737
```
3838

3939
To speed up the continuous integration, we also generated a

environment.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ channels:
55
- conda-forge
66
- defaults
77
- anaconda
8+
- numba/label/dev
89
dependencies:
910
- python=3.9
1011
- matplotlib
@@ -24,5 +25,5 @@ dependencies:
2425
- pip
2526
- xarray
2627
- pysr
27-
- nomkl
28+
# - nomkl
2829
- graphviz

0 commit comments

Comments
 (0)