Skip to content

Commit ac4e649

Browse files
committed
sphinx/issues/11016
1 parent d648dff commit ac4e649

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pytest
22
pytest-cov
33
bids_validator
4-
sphinx>3
4+
sphinx>=4.0.0
55
insegel
66
furo
77
sphinx_gallery
@@ -17,5 +17,6 @@ pybv >= 0.7.3
1717
pyyaml
1818
httpx
1919
mne-bids
20+
pydantic<=1.10.7
2021
git+https://github.com/yjmantilla/bidscoin.git@sovabids
2122
-e .

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ project_urls =
2424
Source = https://github.com/yjmantilla/sovabids
2525

2626
[options]
27-
python_requires = >= 3.7
27+
python_requires = >= 3.8
2828
packages = find:
2929
include_package_data = True
3030

0 commit comments

Comments
 (0)