Skip to content

Commit

Permalink
Merge pull request #7 from shaneknapp/llm-espm157
Browse files Browse the repository at this point in the history
adding LLM packages
  • Loading branch information
shaneknapp authored Oct 2, 2024
2 parents c248c1c + 5337744 commit 954910c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,28 @@ 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.3.7
- langchain-openai==0.2.1

# other packages
- altair==5.4.1
- earthaccess==0.10.0
- ibis-framework[pandas,duckdb]==9.3.0
- 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

0 comments on commit 954910c

Please sign in to comment.