11[tool .poetry ]
22name = " moabb"
3- <<<<<<< HEAD
43version = " 1.4.0"
5- =======
6- version = " 1.2.0"
7- >>>>>>> 3075b692 (Release V1.2.0 (#714))
84description = " Mother of All BCI Benchmarks"
95authors = [" Alexandre Barachant" , " Vinay Jayaram" ]
106maintainers = [
" Sylvain Chevallier <[email protected] >" ]
@@ -41,13 +37,6 @@ scikit-learn = "<1.6"
4137codecarbon = { version = " ^2.1.4" , optional = true }
4238
4339# Optional dependencies for deep learning
44- <<<<<<< HEAD
45- =======
46- tensorflow = { version = " >=2.16" , optional = true }
47- keras = { version = " >=3.2.0" , optional = true }
48- scikeras = { version = " ^0.13.0" , optional = true }
49- libclang = { version = " ^15.0" , optional = true }
50- >>>>>>> 3075b692 (Release V1.2.0 (#714))
5140optuna = { version = " ^3.6.1" , optional = true }
5241optuna-integration = { version = " ^3.6.0" , optional = true }
5342braindecode = { version = " >=0.8.1" , optional = true }
@@ -70,36 +59,15 @@ sphinx-rtd-theme = { version = "^3.0.2", optional = true }
7059sphinx_copybutton = { version = " ^0.5.2" , optional = true }
7160sphinxcontrib-bibtex = { version = " ^2.6.3" , optional = true }
7261sphinx-favicon = { version = " ^1.0.1" , optional = true }
73- <<<<<<< HEAD
7462mne-features = { version = " ^0.3" , optional = true }
7563snowballstemmer = { version = " <3" , optional = true }
76- =======
77- tdlda = { git = " https://github.com/jsosulski/tdlda.git" , optional = true }
78- >>>>>>> 3075b692 (Release V1.2.0 (#714))
7964
8065[tool .poetry .extras ]
8166carbonemission = [" codecarbon" ]
8267deeplearning = [" braindecode" ]
8368optuna = [" optuna" , " optuna-integration" ]
84- <<<<<<< HEAD
8569tests = [" pytest" , " pytest-cov" , " codecov" , " pytest_cases" , " pytest-xdist" ]
8670docs = [" Sphinx" , " sphinx-gallery" , " sphinx-bootstrap-theme" , " pydata-sphinx-theme" , " numpydoc" , " myst-parser" , " sphinx-design" , " sphinx-rtd-theme" , " sphinx_copybutton" , " sphinxcontrib-bibtex" , " sphinx-favicon" , " mne-features" , " snowballstemmer" ]
87- =======
88- tests = [" pytest" , " pytest-cov" , " codecov" , " pytest_cases" ]
89- docs = [
90- " sphinx" ,
91- " sphinx-gallery" ,
92- " sphinx-bootstrap-theme" ,
93- " pydata-sphinx-theme" ,
94- " numpydoc" ,
95- " m2r2" ,
96- " sphinx-design" ,
97- " sphinx-rtd-theme" ,
98- " sphinx_copybutton" ,
99- " sphinxcontrib-bibtex" ,
100- " sphinx-favicon"
101- ]
102- >>>>>>> 3075b692 (Release V1.2.0 (#714))
10371
10472[build-system ]
10573requires = [" poetry-core>=1.0.0" ]
0 commit comments