Skip to content

Commit 8ee4ffc

Browse files
JohnGriffithseeg_lab
andauthored
switched back to python 3.7 (#171)
* switched back to python 3.7 * removed version locks on most dependencies. Left out seaborn (as this will also need erik's tsplot fix) and psychopy * fix typo in conf.py file Co-authored-by: eeg_lab <eeg_lab@20X3-PF2S2YX4.camh.ca>
1 parent 2d74871 commit 8ee4ffc

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v1
1616
with:
17-
python-version: 3.8
17+
python-version: 3.7
1818
- name: Install dependencies
1919
run: |
2020
python -m pip install --upgrade pip wheel

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def setup(app):
263263
'backreferences_dir': 'generated', # Where to drop linking files between examples & API
264264
'doc_module': ('eeg-notebooks'),
265265
'reference_url': {'eeg-notebooks': None},
266-
'remove_conffig_comments': True}
266+
'remove_config_comments': True}
267267

268268
"""
269269
sphinx_gallery_conf = {

requirements.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ muselsl>=2.0.2
1212
brainflow>=4.8.2
1313
gdown
1414
matplotlib>=3.3.3
15-
pysocks==1.7.1
16-
pyserial==3.5
15+
pysocks>=1.7.1
16+
pyserial>=3.5
1717
h5py>=3.1.0
1818
pytest-shutil
1919
pyo>=1.0.3; platform_system == "Linux"
@@ -45,14 +45,14 @@ nbval
4545
types-requests
4646

4747
# Docs requirements
48-
sphinx==3.1.1
49-
sphinx-gallery==0.8.1
50-
sphinx_rtd_theme==0.5.0
51-
sphinx-tabs==1.3.0
52-
sphinx-copybutton==0.3.1
53-
sphinxcontrib-httpdomain==1.7.0
54-
numpydoc==1.1.0
55-
recommonmark==0.6.0
56-
versioneer==0.19
57-
rst2pdf==0.98
58-
docutils==0.17
48+
sphinx
49+
sphinx-gallery
50+
sphinx_rtd_theme
51+
sphinx-tabs
52+
sphinx-copybutton
53+
sphinxcontrib-httpdomain
54+
numpydoc
55+
recommonmark
56+
versioneer
57+
rst2pdf
58+
docutils

0 commit comments

Comments
 (0)