Skip to content

Commit

Permalink
Merge branch 'feature/pandas_upgrade_version_2' into 'main'
Browse files Browse the repository at this point in the history
Upgrade pandas to 2.0

See merge request ai-lab-pmo/mltools/recsys/RePlay!208
  • Loading branch information
OnlyDeniko committed Jul 10, 2024
2 parents dce86d7 + 157c89b commit 1030984
Show file tree
Hide file tree
Showing 7 changed files with 94 additions and 65 deletions.
124 changes: 77 additions & 47 deletions projects/default/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 5 additions & 6 deletions projects/experimental/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions projects/pyproject.toml.template
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ version = "0.0.0"
[tool.poetry.dependencies]
python = ">=3.8.1, <3.11"
numpy = ">=1.20.0"
pandas = "^1.3.5"
pandas = ">=1.3.5,<=2.2.2"
polars = "~0.20.7"
optuna = "~3.2.0"
scipy = "~1.8.1"
psutil = "~5.9.5"
pyspark = {version = ">=3.0,<3.3", optional = true}
pyspark = {version = ">=3.0,<3.5", optional = true}
scikit-learn = "^1.0.2"
pyarrow = ">=12.0.1"
{% if project == "default" %}
Expand Down
Loading

0 comments on commit 1030984

Please sign in to comment.