Skip to content

Commit 16c4160

Browse files
committed
Add conda environment file, update dependencies
1 parent 4b7f9d9 commit 16c4160

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed

automation/interactive.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import json
2-
from dash_core_components.Graph import Graph
32

43
import luigi
54
import dash
6-
import dash_core_components as dcc
7-
import dash_html_components as html
5+
from dash import dcc
6+
from dash import html
87
from dash.dependencies import Input
98
from dash.dependencies import Output
109
import plotly.express as px

environment.yml

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: recodiv
2+
channels:
3+
- defaults
4+
- conda-forge
5+
- plotly
6+
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
21+
- lenskit=0.13.1
22+
- pip:
23+
- luigi==3.0.2
24+
- click==8.0.3
25+
- dash==2.0.0

0 commit comments

Comments
 (0)