Skip to content

Commit a79ec0a

Browse files
committed
Update conda env file
1 parent bcc3760 commit a79ec0a

File tree

1 file changed

+27
-25
lines changed

1 file changed

+27
-25
lines changed
Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,57 @@
11
# To use this file:
2-
# conda env create -f conda-environment.yml
2+
# conda env create -f conda-environment.yml
33
name: CMAP-TRIP
44
channels:
55
- tmip
66
- conda-forge
7-
- defaults
87
dependencies:
9-
- altair=4.2
8+
- altair=4.1
109
- appdirs=1.4
1110
- 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
1514
- tmip::emat=0.5
15+
- fiona=1.8
1616
- 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
2323
- joblib=1.1
2424
- jupyter=1.0
2525
- jupyter_contrib_nbextensions=0.5 # On conda-forge only
26-
- larch=5.5
26+
- larch=5.5.9
2727
- matplotlib=3.5
2828
- nb_conda=2.2
2929
- notebook=6.4
30-
- numpy=1.22
30+
- numba=0.53
31+
- numpy=1.21
32+
- numexpr=2.7
3133
- pandas=1.3
32-
- pip=22.1
34+
- pip=21.3
3335
- platypus-opt=1.0
34-
- plotly=5.8
35-
- pyarrow=8.0
36+
- plotly=5.5
37+
- pyarrow=6.0
3638
- pydot=1.4
37-
- pyscaffold=4.2
38-
- pytest=7.1
39+
- pyscaffold=4.1
40+
- pytest=6.2
3941
- python=3.9
4042
- python-kaleido=0.2 # Plotly Static Image Export
4143
- pyzmq=22.3
4244
- salib=1.4
43-
- scikit-learn=1.1
44-
- scipy=1.8
45+
- scikit-learn=1.0
46+
- scipy=1.7
4547
- seaborn=0.11
4648
- shortuuid=1.0
4749
- sqlalchemy=1.4
4850
- 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
5355
- pip:
5456
- -e .
5557
- -e ./sharrow

0 commit comments

Comments
 (0)