Skip to content

Commit

Permalink
Merge pull request #42 from FranzDiebold/feat/update-versions
Browse files Browse the repository at this point in the history
Update versions.
  • Loading branch information
FranzDiebold authored May 16, 2024
2 parents f15bd7a + ec75744 commit f9b5bfe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions datascience-ultimate-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A customized [Jupyter Server](https://jupyter.org/) [Spark](https://spark.apache

## What's in?

- Everything from [jupyter/all-spark-notebook](https://hub.docker.com/r/jupyter/all-spark-notebook)
- Everything from [jupyter/all-spark-notebook](https://quay.io/repository/jupyter/all-spark-notebook)
- [Python v3.11](https://www.python.org/)
- [Scala v2.12](https://www.scala-lang.org/) (via `spylon-kernel`)
- [R v4.3](https://www.r-project.org/)
Expand All @@ -24,7 +24,7 @@ A customized [Jupyter Server](https://jupyter.org/) [Spark](https://spark.apache
- [Seaborn v0.13](https://seaborn.pydata.org/)
- More packages:
- [XGBoost v2.0](https://xgboost.ai/)
- [Plotly v5.20](https://plotly.com/python/)
- [Plotly v5.22](https://plotly.com/python/)
- [Polars v0.20](https://www.pola.rs/)
- [Graphviz v0.20](https://github.com/xflr6/graphviz)
- [JAWSume v0.1](https://github.com/FranzDiebold/jawsume)
Expand Down
4 changes: 2 additions & 2 deletions datascience-ultimate-server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Packages
polars==0.20.19
polars==0.20.26
xgboost==2.0.3
plotly==5.20.0
plotly==5.22.0
graphviz==0.20.3
jawsume==0.1.0
s3fs==2024.3.1
4 changes: 2 additions & 2 deletions datascience-ultimate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A customized [JupyterLab](https://jupyter.org/) [Spark](https://spark.apache.org

## What's in?

- Everything from [jupyter/all-spark-notebook](https://hub.docker.com/r/jupyter/all-spark-notebook)
- Everything from [jupyter/all-spark-notebook](https://quay.io/repository/jupyter/all-spark-notebook)
- [Python v3.11](https://www.python.org/)
- [Scala v2.12](https://www.scala-lang.org/) (via `spylon-kernel`)
- [R v4.3](https://www.r-project.org/)
Expand All @@ -24,7 +24,7 @@ A customized [JupyterLab](https://jupyter.org/) [Spark](https://spark.apache.org
- [Seaborn v0.13](https://seaborn.pydata.org/)
- More packages:
- [XGBoost v2.0](https://xgboost.ai/)
- [Plotly v5.20](https://plotly.com/python/)
- [Plotly v5.22](https://plotly.com/python/)
- [Polars v0.20](https://www.pola.rs/)
- [Graphviz v0.20](https://github.com/xflr6/graphviz)
- [JAWSume v0.1](https://github.com/FranzDiebold/jawsume)
Expand Down

0 comments on commit f9b5bfe

Please sign in to comment.