Skip to content

Commit

Permalink
MAINT: Dont force git installs (mne-tools#12209)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Nov 14, 2023
1 parent e2b3c03 commit 3fd2c91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,18 +134,18 @@ doc = [
"sphinx>=6",
"numpydoc",
"pydata_sphinx_theme==0.13.3",
"sphinx-gallery @ git+https://github.com/sphinx-gallery/sphinx-gallery@master",
"sphinx-gallery",
"sphinxcontrib-bibtex>=2.5",
"memory_profiler",
"neo",
"seaborn!=0.11.2",
"sphinx_copybutton",
"sphinx-design",
"sphinxcontrib-youtube",
"mne-bids @ git+https://github.com/mne-tools/mne-bids@main",
"mne-bids",
"pyxdf",
"mne-connectivity @ git+https://github.com/mne-tools/mne-connectivity@main",
"mne-gui-addons @ git+https://github.com/mne-tools/mne-gui-addons@main",
"mne-connectivity",
"mne-gui-addons",
"pygments>=2.13",
"pytest",
"graphviz",
Expand Down
2 changes: 1 addition & 1 deletion tools/circleci_dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -ef

python -m pip install --upgrade "pip!=20.3.0" build
python -m pip install --upgrade --progress-bar off --only-binary "numpy,scipy,matplotlib,pandas,statsmodels" PyQt6 git+https://github.com/mne-tools/mne-qt-browser -ve .[full,test,doc]
python -m pip install --upgrade --progress-bar off --only-binary "numpy,scipy,matplotlib,pandas,statsmodels" git+https://github.com/sphinx-gallery/sphinx-gallery.git -ve .[full,test,doc]

0 comments on commit 3fd2c91

Please sign in to comment.