Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: update dependencies #921

Merged
merged 1 commit into from Nov 24, 2021
Merged

Conversation

sappelhoff
Copy link
Member

@sappelhoff sappelhoff commented Nov 24, 2021

closes #915

we will then need to push a commit to maint/0.9 and update the stable docs as well (will do once this is approved and merged)

Merge checklist

Maintainer, please confirm the following before merging:

  • All comments resolved
  • This is not your own PR
  • All CIs are happy
  • PR title starts with [MRG]
  • whats_new.rst is updated
  • PR description includes phrase "closes <#issue-number>"

pybv >= 0.6
matplotlib >= 3.1.0
pandas >= 0.24.0
openneuro-py >= 2021.8
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I remove openneuro-py here because we only need it for the documentation (like nilearn, etc.) ... so it's good enough for it to live in docs/requirements.txt

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well full means also doc to me. It's also pure Python package. Otherwise we can do a [doc] install target

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay, but then we'd need a couple of more packages there as well right? sphinx, nilearn, sphinx-copybutton, ...

nilearn
sphinx <4.3
sphinx_gallery
sphinx-copybutton
pydata-sphinx-theme
numpydoc
matplotlib
pillow
pandas
setuptools

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To me, full means full functionality for a user, but no dev deps. Building docs is a dev operation. I don't think full needs to support this

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I rather agree with @hoechenberger here - but Richard: why would you then include openneuro-py in "full"?

EDIT: just saw that you approved, so you are probably fine with this.

@codecov
Copy link

codecov bot commented Nov 24, 2021

Codecov Report

Merging #921 (5f220b2) into main (ff5cded) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #921   +/-   ##
=======================================
  Coverage   94.78%   94.78%           
=======================================
  Files          23       23           
  Lines        3488     3488           
=======================================
  Hits         3306     3306           
  Misses        182      182           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ff5cded...5f220b2. Read the comment docs.

Copy link
Member Author

@sappelhoff sappelhoff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hoechenberger hoechenberger merged commit ee3bf9f into mne-tools:main Nov 24, 2021
@hoechenberger
Copy link
Member

Thanks @sappelhoff!

@sappelhoff sappelhoff deleted the doc/deps branch November 24, 2021 18:35
@sappelhoff
Copy link
Member Author

sappelhoff commented Nov 24, 2021

Done in

once the conda feedstock is updated this should all be fine again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[MAINT] Fix installation page
3 participants