Skip to content

Commit

Permalink
Merge pull request #38 from FranzDiebold/feat/update-dependencies-and…
Browse files Browse the repository at this point in the history
…-versions

Feat/update dependencies and versions
  • Loading branch information
FranzDiebold authored Apr 11, 2024
2 parents b2af888 + 2f3594b commit 2397294
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 18 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"editor.formatOnSave": true
}
10 changes: 5 additions & 5 deletions datascience-ultimate-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ A customized [Jupyter Server](https://jupyter.org/) [Spark](https://spark.apache
- Everything from [jupyter/all-spark-notebook](https://hub.docker.com/r/jupyter/all-spark-notebook)
- [Python v3.11](https://www.python.org/)
- [Scala v2.12](https://www.scala-lang.org/) (via `spylon-kernel`)
- [R v4.2](https://www.r-project.org/)
- [Spark v3.4](https://spark.apache.org/docs/latest/api/python/)
- [R v4.3](https://www.r-project.org/)
- [Spark v3.5](https://spark.apache.org/docs/latest/api/python/)
- [JupyterLab v4.0](https://jupyter.org/)
- [Pandas v2.0](https://pandas.pydata.org/)
- [Numpy v1.24](https://numpy.org/)
- [scikit-learn v1.2](https://scikit-learn.org/)
- [SciPy v1.10](https://scipy.org/)
- [Seaborn v0.12](https://seaborn.pydata.org/)
- More packages:
- [XGBoost v1.7](https://xgboost.ai/)
- [Plotly v5.15](https://plotly.com/python/)
- [Polars v0.18](https://www.pola.rs/)
- [XGBoost v2.0](https://xgboost.ai/)
- [Plotly v5.20](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
10 changes: 5 additions & 5 deletions datascience-ultimate-server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Packages
polars==0.18.7
xgboost==1.7.6
plotly==5.15.0
graphviz==0.20.1
polars==0.20.19
xgboost==2.0.3
plotly==5.20.0
graphviz==0.20.3
jawsume==0.1.0
s3fs==2023.6.0
s3fs==2024.3.1
10 changes: 5 additions & 5 deletions datascience-ultimate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ A customized [JupyterLab](https://jupyter.org/) [Spark](https://spark.apache.org
- Everything from [jupyter/all-spark-notebook](https://hub.docker.com/r/jupyter/all-spark-notebook)
- [Python v3.11](https://www.python.org/)
- [Scala v2.12](https://www.scala-lang.org/) (via `spylon-kernel`)
- [R v4.2](https://www.r-project.org/)
- [Spark v3.4](https://spark.apache.org/docs/latest/api/python/)
- [R v4.3](https://www.r-project.org/)
- [Spark v3.5](https://spark.apache.org/docs/latest/api/python/)
- [JupyterLab v4.0](https://jupyter.org/)
- [Pandas v2.0](https://pandas.pydata.org/)
- [Numpy v1.24](https://numpy.org/)
- [scikit-learn v1.2](https://scikit-learn.org/)
- [SciPy v1.10](https://scipy.org/)
- [Seaborn v0.12](https://seaborn.pydata.org/)
- More packages:
- [XGBoost v1.7](https://xgboost.ai/)
- [Plotly v5.15](https://plotly.com/python/)
- [Polars v0.18](https://www.pola.rs/)
- [XGBoost v2.0](https://xgboost.ai/)
- [Plotly v5.20](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)
- [Git](https://git-scm.com/) support
Expand Down
6 changes: 3 additions & 3 deletions datascience-ultimate/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
jupyterlab-darkside-ui

# Packages
black[jupyter]==23.7.0
isort==5.12.0
jupyterlab-code-formatter==1.6.1
black[jupyter]==24.3.0
isort==5.13.2
jupyterlab-code-formatter==2.2.1

# Utilities
jupyterlab-git

0 comments on commit 2397294

Please sign in to comment.