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
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ mistune==2.0.4
numpy<2.0.0
pandas==1.5.1
setuptools==68.2.2
starlette==0.41.0
starlette==0.47.2
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
"description": "This template environment can be used to create Python 3.9 notebook environments with GPU and RAPIDS.",
"programmingLanguage": "python",
"label": "",
"environmentVersionId": "6848b6672081a81b23f3c50f",
"environmentVersionId": "687fae8412f3b611d928cbe1",
"environmentVersionDescription": "",
"isPublic": true,
"isDownloadable": true,
"useCases": [
"notebook",
"gpu",
Expand All @@ -15,8 +16,8 @@
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_notebook_environments/python39_notebook_gpu_rapids",
"imageRepository": "env-notebook-python39-notebook-gpu-rapids",
"tags": [
"v11.1.0-6848b6672081a81b23f3c50f",
"6848b6672081a81b23f3c50f",
"v11.1.0-latest"
"v11.2.0-687fae8412f3b611d928cbe1",
"687fae8412f3b611d928cbe1",
"v11.2.0-latest"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ shap==0.41.0
snowflake-connector-python[secure-local-storage,pandas]==3.12.2
snowflake-snowpark-python==1.11.1
spacy==3.7.2
starlette==0.41.0
starlette==0.47.2
statsmodels==0.14.1
tqdm==4.66.4
umap-learn==0.5.3
Expand Down