Skip to content

Commit d0d5497

Browse files
committed
pip deps on toml
1 parent b8ffdb0 commit d0d5497

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,21 @@ classifiers = [
2929
]
3030

3131
dependencies = [
32-
'numpy',
33-
'scipy',
32+
'numpy==2.1.3',
33+
'scipy==1.17.1',
3434
'pyEDFlib==0.1.38',
3535
'click==7.1.2',
36-
'appdirs==1.4.3',
36+
'appdirs==1.4.4',
3737
'sentry_sdk==2.8.0',
3838
'mne',
3939
'eeglabio',
4040
'pandas',
4141
'pyserial',
4242
'pyyaml',
4343
'bleak==0.22.3',
44-
'pylsl',
44+
'pylsl==1.18.2',
4545
'numba',
46-
'eegprep']
46+
'eegprep==0.2.23']
4747

4848
[tool.setuptools]
4949
package-dir = {"" = "src"}

0 commit comments

Comments
 (0)