-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare github actions for test and docs
- Loading branch information
1 parent
25bc876
commit 625f9d6
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
[tool.poetry] | ||
name = "corneto" | ||
version = "1.0.0-alpha.0" | ||
description = "CORNETO: A Unified Omics-Driven Framework for Network Inference" | ||
authors = ["Pablo Rordriguez-Mier <[email protected]>"] | ||
description = "CORNETO: A Unified Framework for Omics-Driven Network Inference" | ||
authors = ["Pablo Rodriguez-Mier <[email protected]>"] | ||
classifiers = [ | ||
"Development Status :: 3 - Alpha", | ||
"Intended Audience :: Developers", | ||
|
@@ -66,6 +66,7 @@ myst-nb = "^0.17.2" | |
sphinx-autodoc-typehints = "^1.21.8" | ||
sphinx-hoverxref = "^1.3.0" | ||
pytest = "^8.1.1" | ||
flake8 = "^7.0.0" | ||
|
||
|
||
[tool.poetry.extras] | ||
|