File tree Expand file tree Collapse file tree 1 file changed +27
-25
lines changed Expand file tree Collapse file tree 1 file changed +27
-25
lines changed Original file line number Diff line number Diff line change 1
1
# To use this file:
2
- # conda env create -f conda-environment.yml
2
+ # conda env create -f conda-environment.yml
3
3
name : CMAP-TRIP
4
4
channels :
5
5
- tmip
6
6
- conda-forge
7
- - defaults
8
7
dependencies :
9
- - altair=4.2
8
+ - altair=4.1
10
9
- appdirs=1.4
11
10
- cloudpickle=2.0
12
- - dask=2022.5
13
- - datashader=0.14
14
- - distributed=2022.5
11
+ - dask=2021.12
12
+ - datashader=0.13
13
+ - distributed=2021.12
15
14
- tmip::emat=0.5
15
+ - fiona=1.8
16
16
- geopandas=0.10
17
- - gh=2.10
18
- - git=2.35
19
- - graphviz=3.0
20
- - ipykernel=6.13
21
- - ipyparallel=8.3
22
- - ipywidgets=7.7
17
+ - gh=2.4
18
+ - git=2.34
19
+ - graphviz=2.50
20
+ - ipykernel=6.6
21
+ - ipyparallel=8.1
22
+ - ipywidgets=7.6
23
23
- joblib=1.1
24
24
- jupyter=1.0
25
25
- jupyter_contrib_nbextensions=0.5 # On conda-forge only
26
- - larch=5.5
26
+ - larch=5.5.9
27
27
- matplotlib=3.5
28
28
- nb_conda=2.2
29
29
- notebook=6.4
30
- - numpy=1.22
30
+ - numba=0.53
31
+ - numpy=1.21
32
+ - numexpr=2.7
31
33
- pandas=1.3
32
- - pip=22.1
34
+ - pip=21.3
33
35
- platypus-opt=1.0
34
- - plotly=5.8
35
- - pyarrow=8 .0
36
+ - plotly=5.5
37
+ - pyarrow=6 .0
36
38
- pydot=1.4
37
- - pyscaffold=4.2
38
- - pytest=7.1
39
+ - pyscaffold=4.1
40
+ - pytest=6.2
39
41
- python=3.9
40
42
- python-kaleido=0.2 # Plotly Static Image Export
41
43
- pyzmq=22.3
42
44
- salib=1.4
43
- - scikit-learn=1.1
44
- - scipy=1.8
45
+ - scikit-learn=1.0
46
+ - scipy=1.7
45
47
- seaborn=0.11
46
48
- shortuuid=1.0
47
49
- sqlalchemy=1.4
48
50
- statsmodels=0.13
49
- - tbb=2021.5
50
- - tbb4py=2021.5
51
- - xarray=2022.3
52
- - zarr=2.11
51
+ - tbb=2021.4
52
+ - tbb4py=2021.4
53
+ - xarray=0.20
54
+ - zarr=2.10
53
55
- pip :
54
56
- -e .
55
57
- -e ./sharrow
You can’t perform that action at this time.
0 commit comments