mne-tools / mne-bids

MNE-BIDS is a Python package that allows you to read and write BIDS-compatible datasets with the help of MNE-Python.
https://mne.tools/mne-bids/
BSD 3-Clause "New" or "Revised" License
131 stars 85 forks source link

adjust pip install #1201

Closed sappelhoff closed 9 months ago

sappelhoff commented 9 months ago
          > Are there more places to adjust? I only checked the docs, but perhaps there are some CI scripts as well?
  1. Other projects that themselves also transitioned to setuptools_scm around the same time as MNE-Python once we saw things working okay here. Off the top of my head that's at least mne-qt-browser and pyvistaqt but probably others. Those should adopt the _version.py changes/removal from this PR.
  2. Other projects that depend on MNE main. That's a whole bunch like mne-connectivity, mne-nirs, mne-qt-browser, mne-bids, ... Those should adopt the improved pip install line not to need git+.

Originally posted by @larsoner in https://github.com/mne-tools/mne-python/issues/12245#issuecomment-1832095742