Skip to content

Commit 1552e36

Browse files
committedOct 17, 2023
update requirements
1 parent 9d29c46 commit 1552e36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
mne
12
pytorch
23
skorch
34
braindecode

‎setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
setup(
4-
name='cmm',
4+
name='cmmn',
55
version='0.1',
66
description='Convolutional Monge Mapping Normalization',
77

@@ -19,7 +19,6 @@
1919

2020
packages=find_packages(),
2121
install_requires=[
22-
'mne',
2322
'numpy',
2423
'scipy',
2524
'seaborn',

0 commit comments

Comments
 (0)
Please sign in to comment.