Skip to content

Commit 6378935

Browse files
committed
Fix incomplete merge in pyproject.toml
1 parent 45d2838 commit 6378935

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

pyproject.toml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
[tool.poetry]
22
name = "moabb"
3-
<<<<<<< HEAD
43
version = "1.4.0"
5-
=======
6-
version = "1.2.0"
7-
>>>>>>> 3075b692 (Release V1.2.0 (#714))
84
description = "Mother of All BCI Benchmarks"
95
authors = ["Alexandre Barachant", "Vinay Jayaram"]
106
maintainers = ["Sylvain Chevallier <[email protected]>"]
@@ -41,13 +37,6 @@ scikit-learn = "<1.6"
4137
codecarbon = { 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))
5140
optuna = { version = "^3.6.1", optional = true }
5241
optuna-integration = { version = "^3.6.0", optional = true }
5342
braindecode = { version = ">=0.8.1", optional = true }
@@ -70,36 +59,15 @@ sphinx-rtd-theme = { version = "^3.0.2", optional = true }
7059
sphinx_copybutton = { version = "^0.5.2", optional = true }
7160
sphinxcontrib-bibtex = { version = "^2.6.3", optional = true }
7261
sphinx-favicon = { version = "^1.0.1", optional = true }
73-
<<<<<<< HEAD
7462
mne-features = { version = "^0.3", optional = true }
7563
snowballstemmer = { 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]
8166
carbonemission = ["codecarbon"]
8267
deeplearning = ["braindecode"]
8368
optuna = ["optuna", "optuna-integration"]
84-
<<<<<<< HEAD
8569
tests = ["pytest", "pytest-cov", "codecov", "pytest_cases", "pytest-xdist"]
8670
docs = ["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]
10573
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)