pyproject.toml 774 B
[tool.poetry]
name = "psimpy"
version = "0.1.2"
description = "Predictive and probabilistic simulation tools."
authors = ["Hu Zhao"]
license = "MIT"
readme = "README.md"
homepage = "https://git-ce.rwth-aachen.de/mbd/psimpy"
keywords = ["emulator","simulator","inference", "sensitivity","uncertainty"]
[tool.poetry.dependencies]
python = ">=3.9,<3.11"
numpy = "^1.22.3"
scipy = "^1.8.0"
SALib = "^1.4.5"
rpy2 = "^3.5.1"
beartype = "^0.11.0"
[tool.poetry.dev-dependencies]
pytest = "^7.1.1"
pytest-cov = "^3.0.0"
pytest-order = "^1.0.1"
matplotlib = "^3.6.1"
sphinx-rtd-theme = "^1.1.1"
sphinx-autodoc-typehints = "^1.19.5"
sphinx-gallery = "^0.11.1"
sphinxcontrib-bibtex = "^2.5.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"