Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions public_dropin_environments/java_codegen/env_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "This template can be used as an environment for DataRobot generated scoring code or models that implement the either the IClassificationPredictor or IRegressionPredictor interface from the datarobot-prediction package and for H2O models exported as POJO or MOJO.",
"programmingLanguage": "java",
"label": "",
"environmentVersionId": "692d91f20045234c1a000350",
"environmentVersionId": "69304ece46d12c1616eaaeed",
"environmentVersionDescription": "",
"isPublic": true,
"isDownloadable": true,
Expand All @@ -14,8 +14,8 @@
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/java_codegen",
"imageRepository": "env-java-codegen",
"tags": [
"v11.4.0-692d91f20045234c1a000350",
"692d91f20045234c1a000350",
"v11.4.0-69304ece46d12c1616eaaeed",
"69304ece46d12c1616eaaeed",
"v11.4.0-latest"
]
}
2 changes: 1 addition & 1 deletion public_dropin_environments/java_codegen/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ typing-extensions==4.15.0
typing-inspection==0.4.2
tzdata==2025.2
urllib3==2.5.0
werkzeug==3.1.3
werkzeug==3.1.4
wrapt==1.17.3
zipp==3.23.0
zope-event==6.1
Expand Down