Skip to content

Commit

Permalink
bump version and dependencies
Browse files Browse the repository at this point in the history
theAeon committed Jan 31, 2024
1 parent 9b82aeb commit ddfb7ed
Showing 2 changed files with 1,289 additions and 1,278 deletions.
2,561 changes: 1,286 additions & 1,275 deletions pdm.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ dependencies = [
"matplotlib",
"mygene",
"numexpr",
"numba >= 0.57.0rc1",
"numba @ git+https://github.com/numba/numba.git#59adb07109d75745a93591fb77513d5f5c44c8ae",
"numpy",
"pandas",
"plotnine",
@@ -62,8 +62,8 @@ maintainers = [
]
name = "pyliger"
readme = "README.md"
requires-python = "<3.12, >=3.8"
version = "0.2.0"
requires-python = "<3.13, >=3.9"
version = "0.2.1rc1"

[project.license]
text = "MIT"

0 comments on commit ddfb7ed

Please sign in to comment.