forked from awendt/pyrelacs
adding toml file for repro
This commit is contained in:
parent
281640e80c
commit
25cd1c0585
13
poetry.lock
generated
13
poetry.lock
generated
@ -726,6 +726,17 @@ files = [
|
||||
{file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tomli"
|
||||
version = "2.0.1"
|
||||
description = "A lil' TOML parser"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"},
|
||||
{file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "typer"
|
||||
version = "0.12.5"
|
||||
@ -768,4 +779,4 @@ files = [
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.12"
|
||||
content-hash = "3095576f87f3ef0a0e8fea79a5d076d7bc2b655d0eb6ed28ac5b325ac233497a"
|
||||
content-hash = "6b680c385942c0a2c0eef934f3fb37fdc3d2e1dc058a7f2d891d4f2f0607d9c6"
|
||||
|
@ -12,6 +12,7 @@ typer = "^0.12.5"
|
||||
matplotlib = "^3.9.2"
|
||||
numpy = "^2.1.1"
|
||||
pyqt6 = "^6.7.1"
|
||||
tomli = "^2.0.1"
|
||||
|
||||
|
||||
[build-system]
|
||||
|
6
pyrelacs/repro.toml
Normal file
6
pyrelacs/repro.toml
Normal file
@ -0,0 +1,6 @@
|
||||
[Sinus]
|
||||
duration = 10
|
||||
fs = 30000.0
|
||||
amplitude = 1
|
||||
freq = 10
|
||||
|
Loading…
Reference in New Issue
Block a user