Skip to content

Commit

Permalink
Merge pull request #43 from FranzDiebold/feat/update-versions
Browse files Browse the repository at this point in the history
Update versions.
  • Loading branch information
FranzDiebold authored Sep 5, 2024
2 parents 25900c0 + bcfd39b commit b9c1782
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions datascience-ultimate-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ A customized [Jupyter Server](https://jupyter.org/) [Spark](https://spark.apache
- [Scala v2.12](https://www.scala-lang.org/) (via `spylon-kernel`)
- [R v4.3](https://www.r-project.org/)
- [Spark v3.5](https://spark.apache.org/docs/latest/api/python/)
- [JupyterLab v4.1](https://jupyter.org/)
- [JupyterLab v4.2](https://jupyter.org/)
- [Pandas v2.0](https://pandas.pydata.org/)
- [Numpy v1.26](https://numpy.org/)
- [scikit-learn v1.4](https://scikit-learn.org/)
- [SciPy v1.12](https://scipy.org/)
- [Seaborn v0.13](https://seaborn.pydata.org/)
- More packages:
- [XGBoost v2.1](https://xgboost.ai/)
- [Plotly v5.22](https://plotly.com/python/)
- [Polars v0.20](https://www.pola.rs/)
- [Plotly v5.24](https://plotly.com/python/)
- [Polars v1.6](https://www.pola.rs/)
- [Graphviz v0.20](https://github.com/xflr6/graphviz)
- [JAWSume v0.1](https://github.com/FranzDiebold/jawsume)

Expand Down
8 changes: 4 additions & 4 deletions datascience-ultimate-server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Packages
polars==0.20.31
xgboost==2.1.0
plotly==5.22.0
polars==1.6.0
xgboost==2.1.1
plotly==5.24.0
graphviz==0.20.3
jawsume==0.1.0
s3fs==2024.6.0
s3fs==2024.9.0
6 changes: 3 additions & 3 deletions datascience-ultimate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ A customized [JupyterLab](https://jupyter.org/) [Spark](https://spark.apache.org
- [Scala v2.12](https://www.scala-lang.org/) (via `spylon-kernel`)
- [R v4.3](https://www.r-project.org/)
- [Spark v3.5](https://spark.apache.org/docs/latest/api/python/)
- [JupyterLab v4.1](https://jupyter.org/)
- [JupyterLab v4.2](https://jupyter.org/)
- [Pandas v2.0](https://pandas.pydata.org/)
- [Numpy v1.26](https://numpy.org/)
- [scikit-learn v1.4](https://scikit-learn.org/)
- [SciPy v1.12](https://scipy.org/)
- [Seaborn v0.13](https://seaborn.pydata.org/)
- More packages:
- [XGBoost v2.1](https://xgboost.ai/)
- [Plotly v5.22](https://plotly.com/python/)
- [Polars v0.20](https://www.pola.rs/)
- [Plotly v5.24](https://plotly.com/python/)
- [Polars v1.6](https://www.pola.rs/)
- [Graphviz v0.20](https://github.com/xflr6/graphviz)
- [JAWSume v0.1](https://github.com/FranzDiebold/jawsume)
- [Git](https://git-scm.com/) support
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.4.0
black[jupyter]==24.8.0
isort==5.13.2
jupyterlab-code-formatter

Expand Down

0 comments on commit b9c1782

Please sign in to comment.