We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d648dff commit ac4e649Copy full SHA for ac4e649
requirements-dev.txt
@@ -1,7 +1,7 @@
1
pytest
2
pytest-cov
3
bids_validator
4
-sphinx>3
+sphinx>=4.0.0
5
insegel
6
furo
7
sphinx_gallery
@@ -17,5 +17,6 @@ pybv >= 0.7.3
17
pyyaml
18
httpx
19
mne-bids
20
+pydantic<=1.10.7
21
git+https://github.com/yjmantilla/bidscoin.git@sovabids
22
-e .
setup.cfg
@@ -24,7 +24,7 @@ project_urls =
24
Source = https://github.com/yjmantilla/sovabids
25
26
[options]
27
-python_requires = >= 3.7
+python_requires = >= 3.8
28
packages = find:
29
include_package_data = True
30
0 commit comments