Skip to content

Commit

Permalink
Update package versions in pyproject.toml (#75)
Browse files Browse the repository at this point in the history
The project's dependencies have been updated. The version of "numba" was upgraded from 0.59.0 to 0.59.1, and "typer" from 0.11.1 to 0.12.0. Additionally, the version of "ruff" in dev dependencies was bumped from 0.3.4 to 0.3.5. "click-params" was removed from the list of dependencies.

Co-authored-by: Altay Sansal <altay.sansal@tgs.com>
  • Loading branch information
tasansal and Altay Sansal authored Apr 3, 2024
1 parent e3fa1c2 commit e0a8e9c
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 69 deletions.
102 changes: 38 additions & 64 deletions poetry.lock

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

9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,17 @@ fsspec = ">=2024.2.0"
numpy = "^1.26.4"
pydantic = "^2.6.4"
pydantic-settings = "^2.2.1"
numba = "^0.59.0"
numba = "^0.59.1"
pandas = "^2.2.1"
typer = {version = "^0.11.1", extras = ["all"]}
bidict = "^0.23.1"
typer = {version = "^0.12.0", extras = ["all"]}
gcsfs = {version = ">=2024.2.0", optional = true}
s3fs = {version = ">=2024.2.0", optional = true}
adlfs = {version = ">=2024.2.0", optional = true}
eval-type-backport = {version = "^0.1.3", python = "<3.10"}
click-params = "^0.5.0"
bidict = "^0.23.1"

[tool.poetry.group.dev.dependencies]
ruff = "^0.3.4"
ruff = "^0.3.5"
coverage = {version = "^7.4.4", extras = ["toml"]}
mypy = "^1.9.0"
pytest = "^8.1.1"
Expand Down

0 comments on commit e0a8e9c

Please sign in to comment.