Skip to content

Commit

Permalink
Update versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
FranzDiebold committed Jun 24, 2024
1 parent f9b5bfe commit 25900c0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion datascience-ultimate-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ A customized [Jupyter Server](https://jupyter.org/) [Spark](https://spark.apache
- [SciPy v1.12](https://scipy.org/)
- [Seaborn v0.13](https://seaborn.pydata.org/)
- More packages:
- [XGBoost v2.0](https://xgboost.ai/)
- [XGBoost v2.1](https://xgboost.ai/)
- [Plotly v5.22](https://plotly.com/python/)
- [Polars v0.20](https://www.pola.rs/)
- [Graphviz v0.20](https://github.com/xflr6/graphviz)
Expand Down
6 changes: 3 additions & 3 deletions datascience-ultimate-server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Packages
polars==0.20.26
xgboost==2.0.3
polars==0.20.31
xgboost==2.1.0
plotly==5.22.0
graphviz==0.20.3
jawsume==0.1.0
s3fs==2024.3.1
s3fs==2024.6.0
2 changes: 1 addition & 1 deletion datascience-ultimate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ A customized [JupyterLab](https://jupyter.org/) [Spark](https://spark.apache.org
- [SciPy v1.12](https://scipy.org/)
- [Seaborn v0.13](https://seaborn.pydata.org/)
- More packages:
- [XGBoost v2.0](https://xgboost.ai/)
- [XGBoost v2.1](https://xgboost.ai/)
- [Plotly v5.22](https://plotly.com/python/)
- [Polars v0.20](https://www.pola.rs/)
- [Graphviz v0.20](https://github.com/xflr6/graphviz)
Expand Down
2 changes: 1 addition & 1 deletion datascience-ultimate/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
jupyterlab-darkside-ui

# Packages
black[jupyter]==24.3.0
black[jupyter]==24.4.0
isort==5.13.2
jupyterlab-code-formatter

Expand Down

0 comments on commit 25900c0

Please sign in to comment.