1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
|
%global _empty_manifest_terminate_build 0
Name: python-mne
Version: 1.3.1
Release: 1
Summary: MNE-Python project for MEG and EEG data analysis.
License: BSD-3-Clause
URL: https://mne.tools/dev/
Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d6/ee/2dbb0a27d7431bec54c9300ae571f227fe5b21015c73a77dd641af684d21/mne-1.3.1.tar.gz
BuildArch: noarch
Requires: python3-numpy
Requires: python3-scipy
Requires: python3-matplotlib
Requires: python3-tqdm
Requires: python3-pooch
Requires: python3-decorator
Requires: python3-packaging
Requires: python3-jinja2
Requires: python3-h5io
Requires: python3-pymatreader
Requires: python3-pytest
Requires: python3-pytest-cov
Requires: python3-pytest-timeout
Requires: python3-pytest-harvest
Requires: python3-flake8
Requires: python3-flake8-array-spacing
Requires: python3-numpydoc
Requires: python3-codespell
Requires: python3-pydocstyle
Requires: python3-check-manifest
Requires: python3-twine
Requires: python3-wheel
Requires: python3-nitime
Requires: python3-nbclient
Requires: python3-sphinx-gallery
Requires: python3-eeglabio
Requires: python3-EDFlib-Python
Requires: python3-pybv
Requires: python3-imageio-ffmpeg
%description
`MNE-Python software`_ is an open-source Python package for exploring,
visualizing, and analyzing human neurophysiological data such as MEG, EEG, sEEG,
ECoG, and more. It includes modules for data input/output, preprocessing,
visualization, source estimation, time-frequency analysis, connectivity analysis,
machine learning, and statistics.
Documentation
^^^^^^^^^^^^^
`MNE documentation`_ for MNE-Python is available online.
Installing MNE-Python
^^^^^^^^^^^^^^^^^^^^^
To install the latest stable version of MNE-Python, you can use pip_ in a terminal:
$ pip install -U mne
- MNE-Python 0.17 was the last release to support Python 2.7
- MNE-Python 0.18 requires Python 3.5 or higher
- MNE-Python 0.21 requires Python 3.6 or higher
- MNE-Python 0.24 requires Python 3.7 or higher
For more complete instructions and more advanced installation methods (e.g. for
the latest development version), see the `installation guide`_.
Get the latest code
^^^^^^^^^^^^^^^^^^^
To install the latest version of the code using pip_ open a terminal and type:
$ pip install -U https://github.com/mne-tools/mne-python/archive/main.zip
To get the latest code using `git <https://git-scm.com/>`__, open a terminal and type:
$ git clone https://github.com/mne-tools/mne-python.git
Alternatively, you can also download a
`zip file of the latest development version <https://github.com/mne-tools/mne-python/archive/main.zip>`__.
Dependencies
^^^^^^^^^^^^
The minimum required dependencies to run MNE-Python are:
- Python >= 3.7
- NumPy >= 1.18.1
- SciPy >= 1.4.1
- Matplotlib >= 3.1.0
- pooch >= 1.5
- tqdm
- Jinja2
- decorator
For full functionality, some functions require:
- Scikit-learn >= 0.22.0
- joblib >= 0.15 (for parallelization control)
- Numba >= 0.48.0
- NiBabel >= 2.5.0
- OpenMEEG >= 2.5.5
- Pandas >= 1.0.0
- Picard >= 0.3
- CuPy >= 7.1.1 (for NVIDIA CUDA acceleration)
- DIPY >= 1.1.0
- Imageio >= 2.6.1
- PyVista >= 0.32
- pyvistaqt >= 0.4
- mffpy >= 0.5.7
- h5py
- h5io
- pymatreader
Contributing to MNE-Python
^^^^^^^^^^^^^^^^^^^^^^^^^^
Please see the documentation on the MNE-Python homepage:
https://mne.tools/dev/install/contributing.html
Forum
^^^^^^
https://mne.discourse.group
Licensing
^^^^^^^^^
MNE-Python is **BSD-licenced** (BSD-3-Clause):
This software is OSI Certified Open Source Software.
OSI Certified is a certification mark of the Open Source Initiative.
Copyright (c) 2011-2022, authors of MNE-Python.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the names of MNE-Python authors nor the names of any
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
**This software is provided by the copyright holders and contributors
"as is" and any express or implied warranties, including, but not
limited to, the implied warranties of merchantability and fitness for
a particular purpose are disclaimed. In no event shall the copyright
owner or contributors be liable for any direct, indirect, incidental,
special, exemplary, or consequential damages (including, but not
limited to, procurement of substitute goods or services; loss of use,
data, or profits; or business interruption) however caused and on any
theory of liability, whether in contract, strict liability, or tort
(including negligence or otherwise) arising in any way out of the use
of this software, even if advised of the possibility of such
damage.**
%package -n python3-mne
Summary: MNE-Python project for MEG and EEG data analysis.
Provides: python-mne
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
%description -n python3-mne
`MNE-Python software`_ is an open-source Python package for exploring,
visualizing, and analyzing human neurophysiological data such as MEG, EEG, sEEG,
ECoG, and more. It includes modules for data input/output, preprocessing,
visualization, source estimation, time-frequency analysis, connectivity analysis,
machine learning, and statistics.
Documentation
^^^^^^^^^^^^^
`MNE documentation`_ for MNE-Python is available online.
Installing MNE-Python
^^^^^^^^^^^^^^^^^^^^^
To install the latest stable version of MNE-Python, you can use pip_ in a terminal:
$ pip install -U mne
- MNE-Python 0.17 was the last release to support Python 2.7
- MNE-Python 0.18 requires Python 3.5 or higher
- MNE-Python 0.21 requires Python 3.6 or higher
- MNE-Python 0.24 requires Python 3.7 or higher
For more complete instructions and more advanced installation methods (e.g. for
the latest development version), see the `installation guide`_.
Get the latest code
^^^^^^^^^^^^^^^^^^^
To install the latest version of the code using pip_ open a terminal and type:
$ pip install -U https://github.com/mne-tools/mne-python/archive/main.zip
To get the latest code using `git <https://git-scm.com/>`__, open a terminal and type:
$ git clone https://github.com/mne-tools/mne-python.git
Alternatively, you can also download a
`zip file of the latest development version <https://github.com/mne-tools/mne-python/archive/main.zip>`__.
Dependencies
^^^^^^^^^^^^
The minimum required dependencies to run MNE-Python are:
- Python >= 3.7
- NumPy >= 1.18.1
- SciPy >= 1.4.1
- Matplotlib >= 3.1.0
- pooch >= 1.5
- tqdm
- Jinja2
- decorator
For full functionality, some functions require:
- Scikit-learn >= 0.22.0
- joblib >= 0.15 (for parallelization control)
- Numba >= 0.48.0
- NiBabel >= 2.5.0
- OpenMEEG >= 2.5.5
- Pandas >= 1.0.0
- Picard >= 0.3
- CuPy >= 7.1.1 (for NVIDIA CUDA acceleration)
- DIPY >= 1.1.0
- Imageio >= 2.6.1
- PyVista >= 0.32
- pyvistaqt >= 0.4
- mffpy >= 0.5.7
- h5py
- h5io
- pymatreader
Contributing to MNE-Python
^^^^^^^^^^^^^^^^^^^^^^^^^^
Please see the documentation on the MNE-Python homepage:
https://mne.tools/dev/install/contributing.html
Forum
^^^^^^
https://mne.discourse.group
Licensing
^^^^^^^^^
MNE-Python is **BSD-licenced** (BSD-3-Clause):
This software is OSI Certified Open Source Software.
OSI Certified is a certification mark of the Open Source Initiative.
Copyright (c) 2011-2022, authors of MNE-Python.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the names of MNE-Python authors nor the names of any
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
**This software is provided by the copyright holders and contributors
"as is" and any express or implied warranties, including, but not
limited to, the implied warranties of merchantability and fitness for
a particular purpose are disclaimed. In no event shall the copyright
owner or contributors be liable for any direct, indirect, incidental,
special, exemplary, or consequential damages (including, but not
limited to, procurement of substitute goods or services; loss of use,
data, or profits; or business interruption) however caused and on any
theory of liability, whether in contract, strict liability, or tort
(including negligence or otherwise) arising in any way out of the use
of this software, even if advised of the possibility of such
damage.**
%package help
Summary: Development documents and examples for mne
Provides: python3-mne-doc
%description help
`MNE-Python software`_ is an open-source Python package for exploring,
visualizing, and analyzing human neurophysiological data such as MEG, EEG, sEEG,
ECoG, and more. It includes modules for data input/output, preprocessing,
visualization, source estimation, time-frequency analysis, connectivity analysis,
machine learning, and statistics.
Documentation
^^^^^^^^^^^^^
`MNE documentation`_ for MNE-Python is available online.
Installing MNE-Python
^^^^^^^^^^^^^^^^^^^^^
To install the latest stable version of MNE-Python, you can use pip_ in a terminal:
$ pip install -U mne
- MNE-Python 0.17 was the last release to support Python 2.7
- MNE-Python 0.18 requires Python 3.5 or higher
- MNE-Python 0.21 requires Python 3.6 or higher
- MNE-Python 0.24 requires Python 3.7 or higher
For more complete instructions and more advanced installation methods (e.g. for
the latest development version), see the `installation guide`_.
Get the latest code
^^^^^^^^^^^^^^^^^^^
To install the latest version of the code using pip_ open a terminal and type:
$ pip install -U https://github.com/mne-tools/mne-python/archive/main.zip
To get the latest code using `git <https://git-scm.com/>`__, open a terminal and type:
$ git clone https://github.com/mne-tools/mne-python.git
Alternatively, you can also download a
`zip file of the latest development version <https://github.com/mne-tools/mne-python/archive/main.zip>`__.
Dependencies
^^^^^^^^^^^^
The minimum required dependencies to run MNE-Python are:
- Python >= 3.7
- NumPy >= 1.18.1
- SciPy >= 1.4.1
- Matplotlib >= 3.1.0
- pooch >= 1.5
- tqdm
- Jinja2
- decorator
For full functionality, some functions require:
- Scikit-learn >= 0.22.0
- joblib >= 0.15 (for parallelization control)
- Numba >= 0.48.0
- NiBabel >= 2.5.0
- OpenMEEG >= 2.5.5
- Pandas >= 1.0.0
- Picard >= 0.3
- CuPy >= 7.1.1 (for NVIDIA CUDA acceleration)
- DIPY >= 1.1.0
- Imageio >= 2.6.1
- PyVista >= 0.32
- pyvistaqt >= 0.4
- mffpy >= 0.5.7
- h5py
- h5io
- pymatreader
Contributing to MNE-Python
^^^^^^^^^^^^^^^^^^^^^^^^^^
Please see the documentation on the MNE-Python homepage:
https://mne.tools/dev/install/contributing.html
Forum
^^^^^^
https://mne.discourse.group
Licensing
^^^^^^^^^
MNE-Python is **BSD-licenced** (BSD-3-Clause):
This software is OSI Certified Open Source Software.
OSI Certified is a certification mark of the Open Source Initiative.
Copyright (c) 2011-2022, authors of MNE-Python.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the names of MNE-Python authors nor the names of any
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
**This software is provided by the copyright holders and contributors
"as is" and any express or implied warranties, including, but not
limited to, the implied warranties of merchantability and fitness for
a particular purpose are disclaimed. In no event shall the copyright
owner or contributors be liable for any direct, indirect, incidental,
special, exemplary, or consequential damages (including, but not
limited to, procurement of substitute goods or services; loss of use,
data, or profits; or business interruption) however caused and on any
theory of liability, whether in contract, strict liability, or tort
(including negligence or otherwise) arising in any way out of the use
of this software, even if advised of the possibility of such
damage.**
%prep
%autosetup -n mne-1.3.1
%build
%py3_build
%install
%py3_install
install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
pushd %{buildroot}
if [ -d usr/lib ]; then
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/lib64 ]; then
find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/bin ]; then
find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/sbin ]; then
find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
fi
touch doclist.lst
if [ -d usr/share/man ]; then
find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
fi
popd
mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst .
%files -n python3-mne -f filelist.lst
%dir %{python3_sitelib}/*
%files help -f doclist.lst
%{_docdir}/*
%changelog
* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.1-1
- Package Spec generated
|