Skip to content

Commit

Permalink
release: version 1.0.7 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jkobject committed Sep 4, 2024
1 parent 450b0d8 commit db2fdfd
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 47 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ Changelog
=========


(unreleased)
------------
- Release: version 1.0.6 🚀 [jkobject]


1.0.6 (2024-09-04)
------------------
- Release: version 1.0.6 🚀 [jkobject]
Expand Down
2 changes: 1 addition & 1 deletion bengrn/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.6
1.0.7
77 changes: 31 additions & 46 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "bengrn"
version = "1.0.6"
version = "1.0.7"
license = "MIT"
description = "benchmarking gene regulatory networks"
authors = [ "jkobject",]
authors = [ "jeremie kalfon"]
readme = "README.md"
repository = "https://github.com/jkobject/benGRN"
keywords = [ "scRNAseq", "GRN", "gene regulatory networks", "benchmark", "comp bio", "scPRINT",]

[tool.poetry.dependencies]
Expand All @@ -25,49 +27,32 @@ pandas = ">=2.0.0"
grnndata = "*"
omnipath = "*"
dask-expr = "*"
pytorch-fast-transformers = { version = "*", optional = true }
pytest = { version = "^7.4.3", optional = true }
coverage = { version = "^7.3.2", optional = true }
flake8 = { version = "^6.1.0", optional = true }
black = { version = "^23.10.1", optional = true }
isort = { version = "^5.12.0", optional = true }
pytest-cov = { version = "^4.1.0", optional = true }
mypy = { version = "^1.6.1", optional = true }
gitchangelog = { version = "^3.0.4", optional = true }
mkdocs = { version = "^1.5.3", optional = true }

[tool.poetry.extras]
dev = [ "pytest", "coverage", "flake8", "black", "toml", "isort", "pytest-cov", "mypy", "gitchangelog", "mkdocs", "mkdocs-git-revision-date-localized-plugin", "mkdocstrings", "mkdocs-git-authors-plugin", "mkdocs-jupyter", "mkdocstrings-python",]

[tool.poetry.scripts]
bengrn = "bengrn.__main__:main"

[tool.poetry.dependencies.pytest]
version = "1.0.6"
optional = true

[tool.poetry.dependencies.coverage]
version = "1.0.6"
optional = true

[tool.poetry.dependencies.flake8]
version = "1.0.6"
optional = true

[tool.poetry.dependencies.black]
version = "1.0.6"
optional = true

[tool.poetry.dependencies.isort]
version = "1.0.6"
optional = true

[tool.poetry.dependencies.pytest-cov]
version = "1.0.6"
optional = true

[tool.poetry.dependencies.mypy]
version = "1.0.6"
optional = true

[tool.poetry.dependencies.gitchangelog]
version = "1.0.6"
optional = true

[tool.poetry.dependencies.mkdocs]
version = "1.0.6"
optional = true

[tool.poetry.dependencies.toml]
version = "1.0.6"
optional = true
dev = [
"pytest",
"coverage",
"flake8",
"black",
"toml",
"isort",
"pytest-cov",
"mypy",
"gitchangelog",
"mkdocs",
"mkdocs-git-revision-date-localized-plugin",
"mkdocstrings",
"mkdocs-git-authors-plugin",
"mkdocs-jupyter",
"mkdocstrings-python",
]

0 comments on commit db2fdfd

Please sign in to comment.