Skip to content

Commit 35afd43

Browse files
authored
Merge pull request Azure#372 from rogerhe/master
adding macOS specific yml. Install nomkl to workaround openmp issue
2 parents 2d68535 + 22597ac commit 35afd43

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: azure_automl
2+
dependencies:
3+
# The python interpreter version.
4+
# Currently Azure ML only supports 3.5.2 and later.
5+
- nomkl
6+
- python>=3.5.2,<3.6.8
7+
- nb_conda
8+
- matplotlib==2.1.0
9+
- numpy>=1.11.0,<=1.16.2
10+
- cython
11+
- urllib3<1.24
12+
- scipy>=1.0.0,<=1.1.0
13+
- scikit-learn>=0.19.0,<=0.20.3
14+
- pandas>=0.22.0,<0.23.0
15+
- py-xgboost<=0.80
16+
17+
- pip:
18+
# Required packages for AzureML execution, history, and data preparation.
19+
- azureml-sdk[automl,explain]
20+
- azureml-widgets
21+
- pandas_ml
22+

how-to-use-azureml/automated-machine-learning/automl_setup_mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fi
1212

1313
if [ "$AUTOML_ENV_FILE" == "" ]
1414
then
15-
AUTOML_ENV_FILE="automl_env.yml"
15+
AUTOML_ENV_FILE="automl_env_mac.yml"
1616
fi
1717

1818
if [ ! -f $AUTOML_ENV_FILE ]; then

0 commit comments

Comments
 (0)