Skip to content
Snippets Groups Projects
Commit cf5e941e authored by Alexis GAMELIN's avatar Alexis GAMELIN
Browse files

Add pyproject.toml

parent 4a8889ab
No related branches found
No related tags found
No related merge requests found
[tool.poetry]
name = "mbtrack2"
version = "0.4.1"
description = "A coherent object-oriented framework to work on collective effects in synchrotrons."
authors = ["Alexis Gamelin <alexis.gamelin@synchrotron-soleil.fr>"]
license = "BSD-3-Clause"
readme = "README.md"
repository = "https://gitlab.synchrotron-soleil.fr/PA/collective-effects/mbtrack2"
[tool.poetry.dependencies]
python = ">=3.9"
numpy = "^1.21"
pandas = ">=1.5.3"
scipy = "^1.7"
h5py = "^3.6"
mpi4py = "^3.1"
matplotlib = "^3.5"
mpmath = "^1.2.1"
accelerator-toolbox = ">= 0.3.0"
seaborn = "^0.12"
[tool.poetry.group.dev.dependencies]
black = "^22.1"
pytest = "^7.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment