Skip to content

Commit 8fd5754

Browse files
committed
Fixed auto-install dependencies with pip and raised version
1 parent a8bdf9e commit 8fd5754

3 files changed

Lines changed: 13 additions & 10 deletions

File tree

erdetect/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.2"
1+
__version__ = "1.0.3"

pyproject.toml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
[build-system]
22
requires = [
33
"setuptools>=42",
4-
"wheel",
5-
"numpy>=1.22.3",
6-
"scipy>=1.8.0",
7-
"pandas>=1.4.2",
8-
"matplotlib>=3.5.1",
9-
"mne>=1.0.2",
10-
"pymef>=1.3.4",
11-
"psutil>=5.9.0",
12-
"bids_validator>=1.9.3"
4+
"wheel"
135
]
146
build-backend = "setuptools.build_meta"
157

setup.cfg

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[options]
2+
install_requires =
3+
numpy >= 1.22.3
4+
scipy >= 1.8.0
5+
pandas >= 1.4.2
6+
matplotlib >= 3.5.1
7+
mne >= 1.0.2
8+
pymef >= 1.3.4
9+
psutil >= 5.9.0
10+
bids_validator >= 1.9.3
11+
python_requires = >=3.8

0 commit comments

Comments
 (0)