Skip to content

Commit

Permalink
Update to upgrade rather than downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
claytonparnell committed Feb 29, 2024
1 parent cdbc310 commit 0e91bf8
Show file tree
Hide file tree
Showing 6 changed files with 91 additions and 85 deletions.
6 changes: 4 additions & 2 deletions build_artifacts/v1/v1.5/v1.5.2/CHANGELOG-cpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@

Package | Previous Version | Current Version
---|---|---
jupyterlab|4.1.1|4.0.12
jupyter-lsp|2.2.2|2.2.3
jupyterlab|4.1.1|4.1.2
jupyter-scheduler|2.5.0|2.5.1
scikit-learn|1.4.0|1.4.1.post1
langchain|0.1.6|0.1.8
notebook|7.0.7|7.1.1
langchain|0.1.6|0.1.9
matplotlib|3.8.2|3.8.3
5 changes: 3 additions & 2 deletions build_artifacts/v1/v1.5/v1.5.2/CHANGELOG-gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@

Package | Previous Version | Current Version
---|---|---
jupyterlab|4.1.1|4.0.12
jupyter-lsp|2.2.2|2.2.3
jupyterlab|4.1.1|4.0.13
jupyter-scheduler|2.5.0|2.5.1
scikit-learn|1.4.0|1.4.1.post1
langchain|0.1.6|0.1.8
langchain|0.1.6|0.1.9
matplotlib|3.8.2|3.8.3
8 changes: 4 additions & 4 deletions build_artifacts/v1/v1.5/v1.5.2/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ pandas|2.1.4|2.1.4
altair|5.2.0|5.2.0
boto3|1.28.64|1.28.64
ipython|8.21.0|8.21.0
jupyter-lsp|2.2.2|2.2.2
jupyterlab|4.0.12|4.0.12
jupyter-lsp|2.2.3|2.2.3
jupyterlab|4.0.13|4.1.2
amazon-codewhisperer-jupyterlab-ext|2.0.1|2.0.1
jupyter-scheduler|2.5.1|2.5.1
amazon-sagemaker-jupyter-scheduler|3.0.7|3.0.7
Expand All @@ -20,11 +20,11 @@ pip|23.3.2|23.3.2
torchvision|0.15.2|0.15.2
autogluon|0.8.2|0.8.2
ipywidgets|8.1.2|8.1.2
notebook|7.0.7|7.0.7
notebook|7.0.7|7.1.1
aws-glue-sessions|1.0.4|1.0.4
conda|23.11.0|23.11.0
fastapi|0.103.2|0.103.2
langchain|0.1.8|0.1.8
langchain|0.1.9|0.1.9
jupyter-ai|2.9.1|2.9.1
jupyter-dash|0.4.2|0.4.2
jupyter-server-proxy|4.1.0|4.1.0
Expand Down
4 changes: 2 additions & 2 deletions build_artifacts/v1/v1.5/v1.5.2/cpu.env.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ conda-forge::ipython[version='>=8.21.0,<8.22.0']
conda-forge::scipy[version='>=1.11.4,<1.12.0']
conda-forge::keras[version='>=2.12.0,<2.13.0']
conda-forge::py-xgboost-cpu[version='>=1.7.6,<1.8.0']
conda-forge::jupyterlab[version='>=4.0.7,<4.1.0a0']
conda-forge::jupyterlab[version='>=4.1.1,<4.2.0']
conda-forge::ipywidgets[version='>=8.1.2,<8.2.0']
conda-forge::conda[version='>=23.11.0,<23.12.0']
conda-forge::boto3[version='>=1.28.64,<1.29.0']
Expand All @@ -32,7 +32,7 @@ conda-forge::nodejs[version='>=18.18.2,<18.19.0']
conda-forge::jupyter-lsp[version='>=2.2.2,<2.3.0']
conda-forge::jupyterlab-lsp[version='>=5.0.3,<5.1.0']
conda-forge::python-lsp-server[version='>=1.10.0,<1.11.0']
conda-forge::notebook[version='==7.0.7']
conda-forge::notebook[version='>=7.0.7,<7.2.0']
conda-forge::altair[version='>=5.2.0,<5.3.0']
conda-forge::sagemaker-studio-analytics-extension[version='>=0.0.21,<0.1.0']
conda-forge::jupyter-dash[version='>=0.4.2,<0.5.0']
Expand Down
Loading

0 comments on commit 0e91bf8

Please sign in to comment.