-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
57 lines (57 loc) · 1.08 KB
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
name: venv
channels:
- conda-forge
#- nodefaults # this will fail if packages missing in conda-forge
dependencies:
- python=3.7
- pip=21.0
- wheel=0.35
- psutil=5.7
- shap=0.34
- numpy=1.18
- scipy=1.4
- joblib=0.14
- scikit-learn=0.23
- scikit-image=0.16
- imbalanced-learn=0.7.0
- matplotlib=3.3
- pandas=0.25
- numba=0.51
- pyarrow=1.0.1
- ipywidgets=7.5
- jsonpickle=1.4
- jmespath=0.10
- click=7.1
- statsmodels=0.10
- idna=2.10
- isodate=0.6
- protobuf=3.13
- ruamel.yaml=0.16
- fire=0.3
- flask=1.0
- flask-cors=3.0
- gevent=20.9
- cython=0.29
- pyjwt=1.7
- boto=2.49
- boto3=1.15
- botocore=1.18
- tqdm=4.42
- py-xgboost=0.90
- fbprophet=0.6
- pytest=6.1
- black=20.8b1
- python-json-logger=2.0
- pytest-mock=3.4
- pyopenssl=19.1
- pylint=2.6.0
- pip:
- pylint-exit==1.2.0
- azureml-sdk==1.23.0
- azureml-defaults==1.23.0
- azureml-interpret==1.23.0
- azureml-opendatasets==1.23.0
- azureml-train-automl==1.23.0
- azureml-widgets==1.23.0
- inference-schema==1.1.0
- onnx==1.7.0