Skip to content

Commit 48743b6

Browse files
authored
Update environment.yml
1 parent c7f2aae commit 48743b6

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

environment.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ channels:
22
- anaconda
33
- conda-forge
44
dependencies:
5-
- numpy
6-
- scipy==1.7.3
7-
- h5py==3.6.0
8-
- scikit-image==0.19.1
9-
- scikit-learn==1.0.2
10-
- appdirs==1.4.4
11-
- bs4==4.10.0
12-
- pandas==1.3.5
13-
- xarray==0.20.1
14-
- bottleneck==1.3.2
15-
- cvxpy==1.1.18
5+
- numpy==1.26.*
6+
- scipy==1.7.*
7+
- h5py==3.6.*
8+
- scikit-image==0.19.*
9+
- scikit-learn==1.0.*
10+
- appdirs==1.4.*
11+
- bs4==4.10.*
12+
- pandas==1.3.*
13+
- xarray==0.20.*
14+
- bottleneck==1.3.*
15+
- cvxpy==1.1.*
1616
- pip
1717
- pip:
1818
- madrigalWeb==3.2

0 commit comments

Comments
 (0)