Skip to content

Commit

Permalink
chore: Bump numpy and joblib (#2750)
Browse files Browse the repository at this point in the history
* chore: numpy 1.21.2 -> 1.22

* chore: joblib 1.0.1 -> 1.2.0
  • Loading branch information
kdestin authored Oct 20, 2023
1 parent 4f44ad2 commit e5978d3
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions cli/assets/environment/conda-yamls/pydata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- python=3.8
- pip=21.2.4
- pip:
- numpy==1.21.2
- numpy==1.22
- scipy==1.7.1
- pandas==1.3.0
- scikit-learn==0.24.2
Expand All @@ -17,7 +17,7 @@ dependencies:
- azureml-mlflow==1.34.0
- matplotlib==3.4.3
- tqdm==4.62.2
- joblib==1.0.1
- joblib==1.2.0
- jupyter==1.0.0
- ipykernel==6.4.1
- papermill==2.3.3
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pydata
numpy==1.21.2
numpy==1.22
scipy==1.7.1
pandas==1.3.0
scikit-learn==0.24.2
Expand All @@ -19,7 +19,7 @@ matplotlib==3.4.3

# python tools
tqdm==4.62.2
joblib==1.0.1
joblib==1.2.0
jupyter==1.0.0
ipykernel==6.4.1
papermill==2.3.3
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ dependencies:
- scipy=1.10.1
- pip:
- azureml-defaults==1.49.0
- joblib==1.0.1
- joblib==1.2.0
- azureml-inference-server-http
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ dependencies:
- scipy=1.7.1
- pip:
- azureml-defaults==1.38.0
- joblib==1.0.1
- joblib==1.2.0
- azure-storage-blob==12.11
- azure-identity==1.7
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pydata
numpy==1.21.2
numpy==1.22
scipy==1.7.1
pandas==1.3.0
scikit-learn==0.24.2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pydata
numpy==1.21.2
numpy==1.22
scipy==1.7.1
pandas==1.3.0
scikit-learn==0.24.2
Expand Down
4 changes: 2 additions & 2 deletions sdk/python/assets/environment/conda-yamls/pydata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- python=3.8
- pip=21.2.4
- pip:
- numpy==1.21.2
- numpy==1.22
- scipy==1.7.1
- pandas==1.3.0
- scikit-learn==0.24.2
Expand All @@ -17,7 +17,7 @@ dependencies:
- azureml-mlflow==1.34.0
- matplotlib==3.4.3
- tqdm==4.62.2
- joblib==1.0.1
- joblib==1.2.0
- jupyter==1.0.0
- ipykernel==6.4.1
- papermill==2.3.3
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pydata
numpy==1.21.2
numpy==1.22
scipy==1.7.1
pandas==1.3.0
scikit-learn==0.24.2
Expand All @@ -19,7 +19,7 @@ matplotlib==3.4.3

# python tools
tqdm==4.62.2
joblib==1.0.1
joblib==1.2.0
jupyter==1.0.0
ipykernel==6.4.1
papermill==2.3.3
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ dependencies:
- scipy=1.7.1
- pip:
- azureml-defaults==1.38.0
- joblib==1.0.1
- joblib==1.2.0
- azure-storage-blob==12.11
- azure-identity==1.7
2 changes: 1 addition & 1 deletion sdk/python/endpoints/online/model-1/environment/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dependencies:
- pip:
- azureml-defaults==1.47.0
- inference-schema[numpy-support]==1.5
- joblib==1.0.1
- joblib==1.2.0
2 changes: 1 addition & 1 deletion sdk/python/endpoints/online/model-2/environment/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dependencies:
- pip:
- azureml-defaults==1.47.0
- inference-schema[numpy-support]==1.5
- joblib==1.0.1
- joblib==1.2.0
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dependencies:
- pip:
- azureml-defaults==1.33.0
- inference-schema[numpy-support]==1.3.0
- joblib==1.0.1
- joblib==1.2.0
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dependencies:
- pip:
- azureml-defaults==1.33.0
- inference-schema[numpy-support]==1.3.0
- joblib==1.0.1
- joblib==1.2.0
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
" - pip=21.2.4\n",
" - pip:\n",
" - protobuf~=3.20\n",
" - numpy==1.21.2\n",
" - numpy==1.22\n",
" - tensorflow-gpu==2.2.0\n",
" - keras<=2.3.1\n",
" - matplotlib\n",
Expand Down

0 comments on commit e5978d3

Please sign in to comment.