From 3fb4a91bd1a6cc30e6b7b071f5a108ae197a0cf6 Mon Sep 17 00:00:00 2001 From: shane knapp Date: Wed, 2 Oct 2024 11:27:04 -0700 Subject: [PATCH 1/2] adding LLM packages --- environment.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index edf33ca..b6e473b 100644 --- a/environment.yml +++ b/environment.yml @@ -22,6 +22,16 @@ dependencies: - code-server==4.23.1 - jupyter-vscode-proxy==0.6 +# llm packages +- pystac-client==0.8.3 +- odc-stac==0.3.10 +- rioxarray==0.17.0 +- rasterstats==0.20.0 +- leafmap[mablibregl] +- streamlit==1.39.0 +- langchain-core==0.2.41 +- langchain-openai==0.2.1 + # other packages - altair==5.4.1 - earthaccess==0.10.0 @@ -29,9 +39,11 @@ dependencies: - jupyterlab-myst==2.4.2 - leafmap==0.36.10 - seaborn==0.13.2 -- streamlit==1.38.0 # pip installed packages, conda is prefered - pip==24.2 - pip: + - jupyter-ai==2.24.0 - nbconvert[webpdf]==7.16.4 + - git+https://github.com/eodaGmbH/py-maplibregl@feature/color-utils + - git+https://gitlab.nrp-nautilus.io/prp/jupyter-ai-nrp From 5337744d11fbbae97213498b3b7d28075ce39b09 Mon Sep 17 00:00:00 2001 From: shane knapp Date: Wed, 2 Oct 2024 11:34:50 -0700 Subject: [PATCH 2/2] fixing package version --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index b6e473b..b178d53 100644 --- a/environment.yml +++ b/environment.yml @@ -29,7 +29,7 @@ dependencies: - rasterstats==0.20.0 - leafmap[mablibregl] - streamlit==1.39.0 -- langchain-core==0.2.41 +- langchain-core==0.3.7 - langchain-openai==0.2.1 # other packages