2
0
forked from awendt/pyrelacs
minipyrelacs/pyproject.toml
2024-09-26 11:23:08 +02:00

22 lines
479 B
TOML

[tool.poetry]
name = "pyrelacs"
version = "0.1.0"
description = "Relaxed ELectrophysiology Acquisition, Control, and Stimulation in python"
authors = ["wendtalexander <wendtalexander@protonmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
uldaq = "^1.2.3"
typer = "^0.12.5"
matplotlib = "^3.9.2"
numpy = "^2.1.1"
pyqt6 = "^6.7.1"
tomli = "^2.0.1"
scipy = "^1.14.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"