Skip to content

Commit fe9e3be

Browse files
authored
[BACKPORT] [MAINT] Simplify dependency specifiers (#137) (#146)
1 parent 3349c54 commit fe9e3be

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ classifiers = [
1010
"Programming Language :: Python :: 3",
1111
]
1212
dependencies = [
13-
"joblib>=1.0.0",
14-
"matplotlib>=3.5.0",
13+
"joblib>=1.0",
14+
"matplotlib>=3.5",
1515
"mne>=1.7",
16-
"numba>=0.55.0",
17-
"numpy>=1.21.2",
16+
"numba>=0.55",
17+
"numpy>=1.21",
1818
"scikit-learn>=1.0",
19-
"scipy>=1.7.1",
19+
"scipy>=1.7",
2020
]
2121
description = "A Python signal processing package for computing spectral-domain and time-domain interactions using the bispectrum."
2222
name = "pybispectra"
@@ -32,7 +32,7 @@ doc = [
3232
"ipywidgets",
3333
"notebook",
3434
"numpydoc",
35-
"pooch>=1.3.0",
35+
"pooch>=1.3",
3636
"pydata-sphinx-theme",
3737
"sphinx",
3838
"sphinx-copybutton",
@@ -50,7 +50,7 @@ lint = [
5050
"toml-sort",
5151
"yamllint",
5252
]
53-
test = ["coverage", "pooch>=1.3.0", "pytest"]
53+
test = ["coverage", "pooch>=1.3", "pytest"]
5454

5555
[project.urls]
5656
"Bug Tracker" = "https://github.com/braindatalab/PyBispectra/issues"

0 commit comments

Comments
 (0)