Skip to content

Commit ef61f28

Browse files
committed
proof of concept: add fake dependency to trigger hook
1 parent a3f2a0e commit ef61f28

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

environment.yml

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ channels:
33
- conda-forge
44
dependencies:
55
- python >=3.10
6-
- pip
6+
- aaaaaaaaaa
7+
- antio >=0.4.0
78
- darkdetect
89
- decorator
910
- defusedxml
1011
- dipy
1112
- edfio >=0.2.1
1213
- eeglabio
13-
- h5io
14+
- h5io >=0.2.4
1415
- h5py
1516
- imageio >=2.6.1
1617
- imageio-ffmpeg >=0.4.1
@@ -21,46 +22,44 @@ dependencies:
2122
- jinja2
2223
- joblib
2324
- jupyter
24-
- jupyter_client
25-
- lazy_loader
26-
- mamba
27-
- matplotlib
25+
- lazy_loader >=0.3
26+
- matplotlib >=3.6
2827
- mffpy >=0.5.7
29-
- mne-base
3028
- mne-qt-browser
31-
- nbclient
32-
- nbformat
3329
- nibabel
3430
- nilearn
3531
- numba
36-
- numexpr
37-
- numpy
32+
- numpy >=1.23,<3
3833
- openblas
3934
- openmeeg >=2.5.5
4035
- packaging
4136
- pandas
4237
- pillow
38+
- pip
4339
- pooch >=1.5
44-
- psutil
4540
- pyarrow
4641
- pybv
4742
- pymatreader
48-
- pyside6 !=6.8.0,!=6.8.0.1
43+
- PySide6 !=6.7.0,!=6.8.0,!=6.8.0.1
4944
- python-neo
5045
- python-picard
5146
- pyvista >=0.32,!=0.35.2,!=0.38.0,!=0.38.1,!=0.38.2,!=0.38.3,!=0.38.4,!=0.38.5,!=0.38.6,!=0.42.0
5247
- pyvistaqt >=0.4
5348
- qdarkstyle !=3.2.2
5449
- qtpy
5550
- scikit-learn
56-
- scipy
57-
- seaborn-base
51+
- scipy >=1.9
52+
- sip
53+
- snirf
5854
- spyder-kernels >=1.10.0
5955
- statsmodels
56+
- threadpoolctl
6057
- tqdm
6158
- traitlets
6259
- trame
6360
- trame-vtk
6461
- trame-vuetify
6562
- vtk >=9.2
6663
- xlrd
64+
- pip:
65+
- pyobjc-framework-Cocoa >=5.2.0;platform_system=='Darwin'

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ classifiers = [
2020
"Topic :: Software Development",
2121
]
2222
dependencies = [
23+
"aaaaaaaaaa",
2324
"decorator",
2425
"jinja2",
2526
"lazy_loader >= 0.3",

0 commit comments

Comments
 (0)