Skip to content

Commit 509493a

Browse files
Reconcile dependencies, updated IDs, tags
1 parent 777851c commit 509493a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

public_dropin_environments/python3_sklearn/env_info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "This template environment can be used to create artifact-only scikit-learn custom models. This environment contains scikit-learn and only requires your model artifact as a .pkl file and optionally a custom.py file.",
55
"programmingLanguage": "python",
66
"label": "",
7-
"environmentVersionId": "68b7031b007044329700420c",
7+
"environmentVersionId": "68c863e2a251d21239a707a9",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"isDownloadable": true,
@@ -14,8 +14,8 @@
1414
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/python3_sklearn",
1515
"imageRepository": "env-python-sklearn",
1616
"tags": [
17-
"v11.2.0-68b7031b007044329700420c",
18-
"68b7031b007044329700420c",
17+
"v11.2.0-68c863e2a251d21239a707a9",
18+
"68c863e2a251d21239a707a9",
1919
"v11.2.0-latest"
2020
]
2121
}

public_dropin_environments/python3_sklearn/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
55
# pip-compile --index-url=https://pypi.org/simple --no-annotate --no-emit-index-url --no-emit-trusted-host --output-file=requirements.txt requirements.in
@@ -48,7 +48,7 @@ memory-profiler==0.61.0
4848
msal==1.33.0
4949
msal-extensions==1.3.1
5050
mypy-extensions==1.1.0
51-
numpy==2.3.3
51+
numpy==2.2.6
5252
opentelemetry-api==1.37.0
5353
opentelemetry-exporter-otlp-proto-common==1.37.0
5454
opentelemetry-exporter-otlp-proto-http==1.37.0
@@ -83,7 +83,7 @@ rsa==4.9.1
8383
ruamel-yaml==0.17.4
8484
s3transfer==0.14.0
8585
scikit-learn==1.7.2
86-
scipy==1.16.2
86+
scipy==1.15.3
8787
six==1.17.0
8888
strenum==0.4.15
8989
strictyaml==1.4.2

0 commit comments

Comments
 (0)