Skip to content

Commit

Permalink
fix modin version
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdboom committed Oct 29, 2023
1 parent 1b82bdd commit 6c29404
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs_sources/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ packages are necessary for its correct functioning.
* **[joblib](https://joblib.readthedocs.io/en/latest/)** (>=1.3.1)
* **[matplotlib](https://matplotlib.org/)** (>=3.7.2)
* **[mlflow](https://mlflow.org/)** (>=2.7.1)
* **[modin[ray]](https://modin.readthedocs.io/en/stable/)** (>=0.25.0)
* **[modin[ray]](https://modin.readthedocs.io/en/stable/)** (>=0.23.1)
* **[nltk](https://www.nltk.org/)** (>=3.8.1)
* **[numpy](https://numpy.org/)** (>=1.23.0)
* **[optuna](https://optuna.org/)** (>=3.4.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [
"joblib>=1.3.1",
"matplotlib>=3.7.2",
"mlflow>=2.7.1",
"modin[ray]>=0.25.0",
"modin[ray]>=0.23.1",
"nltk>=3.8.1",
"numpy>=1.23.0",
"optuna>=3.4.0",
Expand Down

0 comments on commit 6c29404

Please sign in to comment.