Skip to content

Commit

Permalink
Merge pull request #44 from FranzDiebold/feat/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies.
  • Loading branch information
FranzDiebold authored Dec 4, 2024
2 parents b9c1782 + 181ff37 commit 3975310
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 @@ -12,9 +12,9 @@ A customized [Jupyter Server](https://jupyter.org/) [Spark](https://spark.apache
## What's in?

- Everything from [jupyter/all-spark-notebook](https://quay.io/repository/jupyter/all-spark-notebook)
- [Python v3.11](https://www.python.org/)
- [Python v3.12](https://www.python.org/)
- [Scala v2.12](https://www.scala-lang.org/) (via `spylon-kernel`)
- [R v4.3](https://www.r-project.org/)
- [R v4.4](https://www.r-project.org/)
- [Spark v3.5](https://spark.apache.org/docs/latest/api/python/)
- [JupyterLab v4.2](https://jupyter.org/)
- [Pandas v2.0](https://pandas.pydata.org/)
Expand All @@ -25,7 +25,7 @@ A customized [Jupyter Server](https://jupyter.org/) [Spark](https://spark.apache
- More packages:
- [XGBoost v2.1](https://xgboost.ai/)
- [Plotly v5.24](https://plotly.com/python/)
- [Polars v1.6](https://www.pola.rs/)
- [Polars v1.16](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==1.6.0
xgboost==2.1.1
plotly==5.24.0
polars==1.16.0
xgboost==2.1.3
plotly==5.24.1
graphviz==0.20.3
jawsume==0.1.0
s3fs==2024.9.0
s3fs==2024.10.0
6 changes: 3 additions & 3 deletions datascience-ultimate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ A customized [JupyterLab](https://jupyter.org/) [Spark](https://spark.apache.org
## What's in?

- Everything from [jupyter/all-spark-notebook](https://quay.io/repository/jupyter/all-spark-notebook)
- [Python v3.11](https://www.python.org/)
- [Python v3.12](https://www.python.org/)
- [Scala v2.12](https://www.scala-lang.org/) (via `spylon-kernel`)
- [R v4.3](https://www.r-project.org/)
- [R v4.4](https://www.r-project.org/)
- [Spark v3.5](https://spark.apache.org/docs/latest/api/python/)
- [JupyterLab v4.2](https://jupyter.org/)
- [Pandas v2.0](https://pandas.pydata.org/)
Expand All @@ -25,7 +25,7 @@ A customized [JupyterLab](https://jupyter.org/) [Spark](https://spark.apache.org
- More packages:
- [XGBoost v2.1](https://xgboost.ai/)
- [Plotly v5.24](https://plotly.com/python/)
- [Polars v1.6](https://www.pola.rs/)
- [Polars v1.16](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.8.0
black[jupyter]==24.10.0
isort==5.13.2
jupyterlab-code-formatter

Expand Down

0 comments on commit 3975310

Please sign in to comment.