-
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.
- Loading branch information
Showing
2 changed files
with
20 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,32 +5,40 @@ requires = ["hatchling"] | |
[project] | ||
name = "flowsom" | ||
version = "0.0.1" | ||
description = "The complete FlowSOM package known from R, now available in Python" | ||
description = "The complete FlowSOM package known from R, now available in Python!" | ||
readme = "README.md" | ||
requires-python = ">=3.9" | ||
license = { file = "LICENSE" } | ||
authors = [{ name = "Artuur Couckuyt" }] | ||
maintainers = [{ name = "Artuur Couckuyt", email = "[email protected]" }] | ||
urls.Documentation = "https://FlowSOM.readthedocs.io/" | ||
urls.Source = "https://github.com/artuurC/FlowSOM" | ||
urls.Home-page = "https://github.com/artuurC/FlowSOM" | ||
authors = [ | ||
{ name = "Artuur Couckuyt", email = "[email protected]" }, | ||
{ name = "Benjamin Rombaut", email = "[email protected]" }, | ||
{ name = "Yvan Saeys", email = "[email protected]" }, | ||
{ name = "Sofie Van Gassen", email = "[email protected]" }, | ||
] | ||
maintainers = [ | ||
{ name = "Artuur Couckuyt", email = "[email protected]" }, | ||
{ name = "Benjamin Rombaut", email = "[email protected]" }, | ||
{ name = "Yvan Saeys", email = "[email protected]" }, | ||
{ name = "Sofie Van Gassen", email = "[email protected]" }, | ||
] | ||
urls.Documentation = "https://flowsom.readthedocs.io/en/latest/" | ||
urls.Source = "https://github.com/saeyslab/FlowSOM_Python" | ||
urls.Home-page = "https://github.com/saeyslab/FlowSOM_Python" | ||
dependencies = [ | ||
"mudata", | ||
"numpy", | ||
"matplotlib", | ||
"pandas", | ||
"scipy", | ||
"pytometry", | ||
"readfcs", | ||
"scikit-learn", | ||
"python-igraph", | ||
"pytest", | ||
"session-info", | ||
"numba", | ||
"scanpy", | ||
"seaborn", | ||
"readfcs", | ||
"anndata", | ||
"dask[dataframe]", | ||
"loguru", | ||
] | ||
|
||
|
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