Skip to content

Commit 169da70

Browse files
authored
Update pyproject.toml
1 parent ee479ac commit 169da70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ name = "chordspy"
33
version = "0.1.0"
44
description = "An open source bag of tools for recording and visualizing Bio-potential signals like EEG, ECG, EMG, or EOG."
55
authors = ["Upside Down Labs <[email protected]>"]
6-
python = ">=3.8,<3.14"
76
readme = "README.md"
87
license = "MIT"
98
homepage = "https://github.com/upsidedownlabs/Chords-Python"
109
packages = [{include = "chordspy"}]
1110
include = ["chordspy/config/*.yaml", "chordspy/static/*", "chordspy/templates/*", "chordspy/apps/*.py"]
1211

1312
[tool.poetry.dependencies]
13+
python = ">=3.8,<3.14"
1414
numpy="2.1.3"
1515
pylsl="1.16.2"
1616
pyserial="3.5"

0 commit comments

Comments
 (0)