Skip to content

Commit 3c5a92e

Browse files
committed
Update conda environment
1 parent 07a64ea commit 3c5a92e

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

environment.yml

+15-17
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,22 @@ name: recodiv
22
channels:
33
- defaults
44
- conda-forge
5-
- plotly
65
dependencies:
7-
- matplotlib=3.3.2
8-
- matplotlib-base=3.3.2
9-
- numba=0.51.2
10-
- numpy=1.19.2
11-
- pandas=1.1.3
12-
- pip=20.3.1
13-
- python=3.8.5
14-
- scipy=1.5.2
15-
- setuptools=51.0.0
16-
- tqdm=4.54.1
17-
- plotly=5.4.0
18-
- autopep8==1.6.0
19-
- tikzplotlib==0.9.16
20-
- scikit-learn=1.0.1
6+
- autopep8=1.6.0
217
- lenskit=0.13.1
8+
- matplotlib=3.5.0
9+
- numba=0.54.1
10+
- numpy=1.20.3
11+
- pandas=1.3.4
12+
- pip=21.2.4
13+
- plotly=5.1.0
14+
- python=3.9.7
15+
- scikit-learn=1.0.1
16+
- scipy=1.7.1
17+
- setuptools=58.0.4
18+
- tqdm=4.62.3
19+
- tikzplotlib=0.9.16
2220
- pip:
23-
- luigi==3.0.2
2421
- click==8.0.3
25-
- dash==2.0.0
22+
- dash==2.0.0
23+
- luigi==3.0.3

0 commit comments

Comments
 (0)