Newer
Older
[tool.poetry]
name = "omniplate"
version = "0.9.42"
description = "For analysing and meta-analysing plate-reader data"
authors = ["Peter Swain <peter.swain@ed.ac.uk>"]
license = "MIT"
readme = "README.md"
homepage = "https://swainlab.bio.ed.ac.uk/software/omniplate"
repository = "https://git.ecdf.ed.ac.uk/pswain/omniplate"
documentation = "https://swainlab.bio.ed.ac.uk/software/omniplate"
keywords = ["omniplate", "systems biology", "bioinformatics", "plate readers"]
classifiers= [
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Operating System :: OS Independent",
"Intended Audience :: Science/Research",
]
packages = [
{ include = "omniplate" },
{ include = "om_code" },
]
[tool.poetry.dependencies]
python = ">=3.7.1, <3.11"
pandas = "^1.3.5"
numpy = "^1.21.4"
scipy = "^1.7.3"
matplotlib = "^3.5.1"
seaborn = "^0.11.2"
statsmodels = "^0.13.1"
openpyxl = "^3.0.9"
gaussianprocessderivatives = "^0.1.2"
[tool.poetry.dev-dependencies]