From f47b8e98a7d5c5521a51493dd19a702aa440c110 Mon Sep 17 00:00:00 2001 From: Eli Holmes - NOAA Date: Fri, 11 Oct 2024 10:41:12 -0700 Subject: [PATCH] Update environment.yml --- environment.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 4c0b246..6b978e0 100644 --- a/environment.yml +++ b/environment.yml @@ -1,4 +1,4 @@ -name: cryocloud +name: py-rocket-base channels: - conda-forge @@ -26,6 +26,9 @@ dependencies: # More git tools from github-cli - gh~=2.32.1 + # R/RStudio Support + - jupyter-rsession-proxy + # VS Code support - jupyter-vscode-proxy~=0.5 - code-server~=4.23