Skip to content

Commit

Permalink
Upgrade datasets and pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
Darwinkel committed May 14, 2024
1 parent 50f9bf7 commit 8fa7081
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 48 deletions.
120 changes: 74 additions & 46 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ build-backend = "poetry_dynamic_versioning.backend"
# Poetry dependency configuration
[tool.poetry.dependencies]
python = "^3.11,<3.13"
pandas = "1.5.3"
pandas = "2.2.2"
numpy = "1.26.4"
coqui-tts = "0.23.1" # Py3.12 fork
clean-text = "0.6.0"
Expand Down Expand Up @@ -61,7 +61,7 @@ pytest-cov = "5.0.0"
[tool.poetry.group.train.dependencies]
coqui-tts-trainer = "0.1.0" # Py3.12 fork
openpyxl = "3.1.2"
datasets = "2.18.0"
datasets = "2.19.1"
soundfile = "0.12.1"
accelerate = "0.30.1"

Expand Down

0 comments on commit 8fa7081

Please sign in to comment.