Skip to content

Commit e5978d3

Browse files
authored
chore: Bump numpy and joblib (#2750)
* chore: numpy 1.21.2 -> 1.22 * chore: joblib 1.0.1 -> 1.2.0
1 parent 4f44ad2 commit e5978d3

File tree

14 files changed

+18
-18
lines changed

14 files changed

+18
-18
lines changed

Diff for: cli/assets/environment/conda-yamls/pydata.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- python=3.8
66
- pip=21.2.4
77
- pip:
8-
- numpy==1.21.2
8+
- numpy==1.22
99
- scipy==1.7.1
1010
- pandas==1.3.0
1111
- scikit-learn==0.24.2
@@ -17,7 +17,7 @@ dependencies:
1717
- azureml-mlflow==1.34.0
1818
- matplotlib==3.4.3
1919
- tqdm==4.62.2
20-
- joblib==1.0.1
20+
- joblib==1.2.0
2121
- jupyter==1.0.0
2222
- ipykernel==6.4.1
2323
- papermill==2.3.3

Diff for: cli/assets/environment/docker-contexts/python-and-pip/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pydata
2-
numpy==1.21.2
2+
numpy==1.22
33
scipy==1.7.1
44
pandas==1.3.0
55
scikit-learn==0.24.2
@@ -19,7 +19,7 @@ matplotlib==3.4.3
1919

2020
# python tools
2121
tqdm==4.62.2
22-
joblib==1.0.1
22+
joblib==1.2.0
2323
jupyter==1.0.0
2424
ipykernel==6.4.1
2525
papermill==2.3.3

Diff for: cli/endpoints/online/managed/minimal/single-model-registered/env.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ dependencies:
99
- scipy=1.10.1
1010
- pip:
1111
- azureml-defaults==1.49.0
12-
- joblib==1.0.1
12+
- joblib==1.2.0
1313
- azureml-inference-server-http

Diff for: cli/endpoints/online/model-1/environment/conda-managedidentity.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ dependencies:
99
- scipy=1.7.1
1010
- pip:
1111
- azureml-defaults==1.38.0
12-
- joblib==1.0.1
12+
- joblib==1.2.0
1313
- azure-storage-blob==12.11
1414
- azure-identity==1.7

Diff for: cli/jobs/single-step/scikit-learn/iris-notebook/docker-context/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pydata
2-
numpy==1.21.2
2+
numpy==1.22
33
scipy==1.7.1
44
pandas==1.3.0
55
scikit-learn==0.24.2

Diff for: cli/jobs/single-step/scikit-learn/iris/docker-context/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pydata
2-
numpy==1.21.2
2+
numpy==1.22
33
scipy==1.7.1
44
pandas==1.3.0
55
scikit-learn==0.24.2

Diff for: sdk/python/assets/environment/conda-yamls/pydata.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- python=3.8
66
- pip=21.2.4
77
- pip:
8-
- numpy==1.21.2
8+
- numpy==1.22
99
- scipy==1.7.1
1010
- pandas==1.3.0
1111
- scikit-learn==0.24.2
@@ -17,7 +17,7 @@ dependencies:
1717
- azureml-mlflow==1.34.0
1818
- matplotlib==3.4.3
1919
- tqdm==4.62.2
20-
- joblib==1.0.1
20+
- joblib==1.2.0
2121
- jupyter==1.0.0
2222
- ipykernel==6.4.1
2323
- papermill==2.3.3

Diff for: sdk/python/assets/environment/docker-contexts/python-and-pip/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pydata
2-
numpy==1.21.2
2+
numpy==1.22
33
scipy==1.7.1
44
pandas==1.3.0
55
scikit-learn==0.24.2
@@ -19,7 +19,7 @@ matplotlib==3.4.3
1919

2020
# python tools
2121
tqdm==4.62.2
22-
joblib==1.0.1
22+
joblib==1.2.0
2323
jupyter==1.0.0
2424
ipykernel==6.4.1
2525
papermill==2.3.3

Diff for: sdk/python/endpoints/online/model-1/environment/conda-managedidentity.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ dependencies:
99
- scipy=1.7.1
1010
- pip:
1111
- azureml-defaults==1.38.0
12-
- joblib==1.0.1
12+
- joblib==1.2.0
1313
- azure-storage-blob==12.11
1414
- azure-identity==1.7

Diff for: sdk/python/endpoints/online/model-1/environment/conda.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ dependencies:
1010
- pip:
1111
- azureml-defaults==1.47.0
1212
- inference-schema[numpy-support]==1.5
13-
- joblib==1.0.1
13+
- joblib==1.2.0

Diff for: sdk/python/endpoints/online/model-2/environment/conda.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ dependencies:
1010
- pip:
1111
- azureml-defaults==1.47.0
1212
- inference-schema[numpy-support]==1.5
13-
- joblib==1.0.1
13+
- joblib==1.2.0

Diff for: sdk/python/endpoints/online/sample/model-1/environment/conda.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ dependencies:
1010
- pip:
1111
- azureml-defaults==1.33.0
1212
- inference-schema[numpy-support]==1.3.0
13-
- joblib==1.0.1
13+
- joblib==1.2.0

Diff for: sdk/python/endpoints/online/sample/model-2/environment/conda.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ dependencies:
1010
- pip:
1111
- azureml-defaults==1.33.0
1212
- inference-schema[numpy-support]==1.3.0
13-
- joblib==1.0.1
13+
- joblib==1.2.0

Diff for: sdk/python/jobs/single-step/tensorflow/train-hyperparameter-tune-deploy-with-keras/train-hyperparameter-tune-deploy-with-keras.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
" - pip=21.2.4\n",
235235
" - pip:\n",
236236
" - protobuf~=3.20\n",
237-
" - numpy==1.21.2\n",
237+
" - numpy==1.22\n",
238238
" - tensorflow-gpu==2.2.0\n",
239239
" - keras<=2.3.1\n",
240240
" - matplotlib\n",

0 commit comments

Comments
 (0)