-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhyperenv.yml
42 lines (38 loc) · 1.05 KB
/
hyperenv.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
# Conda environment specification. The dependencies defined in this file will
# be automatically provisioned for runs with userManagedDependencies=False.
# Details about the Conda environment file format:
# https://conda.io/docs/user-guide/tasks/manage-environments.html#create-env-file-manually
name: hyperenv
dependencies:
# The python interpreter version.
# Currently Azure ML only supports 3.5.2 and later.
#python=3.7
- python=3.6.2
- pip=20.2.4
- pip:
- azureml-core==1.19.0
- azureml-pipeline-core==1.19.0
- azureml-telemetry==1.19.0
- azureml-defaults==1.19.0
- azureml-interpret==1.19.0
- azureml-automl-core==1.19.0
- azureml-automl-runtime==1.19.0
- azureml-train-automl-client==1.19.0
- azureml-train-automl-runtime==1.19.0
- azureml-dataset-runtime==1.19.0
- inference-schema
- py-cpuinfo==5.0.0
- boto3==1.15.18
- botocore==1.18.18
- numpy~=1.18.0
- scikit-learn==0.22.1
- pandas~=0.25.0
- py-xgboost<=0.90
- fbprophet==0.5
- holidays==0.9.11
- setuptools-git
- psutil>5.0.0,<6.0.0
channels:
- anaconda
- conda-forge
- pytorch