Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-D-Lewis committed Feb 25, 2025
1 parent 5f1c4cd commit 0731ccf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions jupyterlab/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ dependencies:
- jupyterlab-pioneer
- jupyter-ai
- langchain-openai # optional jupyter-ai dependency
- pydantic==2.10.6
- pydantic-core==2.27.2
# - "pydantic=2.10.6"
# - "pydantic-core=2.27.2"
- jupyterlab-favorites >=3.2.1
- jupyter-scheduler >=2.5.2,<2.6.0
# - jupyter-scheduler >=2.5.2,<2.6.0 # problematic

# viz tools
- param
Expand Down Expand Up @@ -72,5 +72,5 @@ dependencies:
- jupyterlab-gallery==0.6.3
- jupyterlab-jhub-apps==0.3.1
# required only to get a consistent solve with conda req's
- pydantic==2.10.6
- pydantic-core==2.27.2
# - pydantic==2.10.6
# - pydantic-core==2.27.2
1 change: 0 additions & 1 deletion scripts/install-conda-environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ mamba env list | grep -v '^#' | awk '{print $1}' | while read -r conda_env_name;
fi
done


# ========== cleanup conda ===========
/opt/conda/bin/mamba clean -afy
# remove unnecissary files (statis, js.maps)
Expand Down

0 comments on commit 0731ccf

Please sign in to comment.