Skip to content

Commit

Permalink
ENH: Update deps (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Dec 16, 2024
1 parent 0c8bbbb commit c5dc179
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
18 changes: 9 additions & 9 deletions recipes/mne-python/construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ specs:
- python =3.12.7 # allow_outdated
- pip =24.3.1
- conda =24.11.0
- mamba =2.0.4
- mamba =2.0.5
# MNE ecosystem
# TODO: ⛔️ ⛔️ ⛔️ DEV BUILDS START: CHANGE BEFORE RELEASE! ⛔️ ⛔️ ⛔️
# - mne-base =1.4dev0=*_20230503
Expand Down Expand Up @@ -90,11 +90,11 @@ specs:
- autoreject =0.4.3
- antio =0.4.0
- meegkit =0.1.7
- eeg_positions =2.1.1
- eeg_positions =2.1.2
# MRI
- fsleyes =1.13.0
- dcm2niix =1.0.20241208
- dipy =1.9.0
- dcm2niix =1.0.20241211
- dipy =1.10.0
# Time-frequency analysis
- pactools =0.3.1
- tensorpac =0.6.5
Expand All @@ -120,7 +120,7 @@ specs:
- pybv =0.7.6
- eeglabio =0.0.3
- mffpy =0.10.0
- openmeeg =2.5.12
- openmeeg =2.5.13
- python-neo =0.13.4
- nitime =0.11
- snirf =0.8.0
Expand Down Expand Up @@ -160,7 +160,7 @@ specs:
# Viz
# matplotilb is just matplotlib-base, tornado, and pyqt
# https://github.com/conda-forge/matplotlib-feedstock/blob/main/recipe/meta.yaml
- matplotlib-base =3.9.3
- matplotlib-base =3.9.4
- tornado =6.4.2
- pyside6 =6.7.3=*_1 # allow_outdated, vtk needs rebuild against 6.8.0
- qt6-main =6.7.3 # allow_outdated
Expand All @@ -185,15 +185,15 @@ specs:
- pytest-qt =4.4.0
- pytest-timeout =2.3.1
- pre-commit =4.0.1
- ruff =0.8.2
- uv =0.5.7
- ruff =0.8.3
- uv =0.5.9
- check-manifest =0.50
- codespell =2.3.0
- py-spy =0.4.0
- line_profiler =4.1.3
- memory_profiler =0.61.0
- twine =6.0.1
- hatchling =1.26.3
- hatchling =1.27.0
- hatch-vcs =0.4.0
- mypy =1.13.0
- towncrier =23.11.0 # allow_outdated, 24.7.1 doesn't work with sphinxcontrib-towncrier
Expand Down
5 changes: 2 additions & 3 deletions tests/test_dev_installed.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"--dry-run",
# This can be used to speed up local testing
# "../mne-python[full,test,test_extra,doc]",
"mne[full,test,test_extra,doc] @ git+https://github.com/mne-tools/mne-python.git@main",
"mne[full-no-qt,test,test_extra,doc] @ git+https://github.com/mne-tools/mne-python.git@main",
]
)
out = out.decode("utf-8")
Expand All @@ -25,8 +25,7 @@
dep
for dep in deps.split()
if not re.match("mne-[0-9]+", dep)
# conda still on PyQt5
and not dep.startswith("PyQt6")
# Qt-related stuff
and not dep.startswith("sip-")
# and not on conda-forge yet
and not dep.startswith("sphinxcontrib-towncrier")
Expand Down

0 comments on commit c5dc179

Please sign in to comment.