Skip to content

Commit

Permalink
Merge pull request #102 from catalystneuro/ndx_ecog
Browse files Browse the repository at this point in the history
replace package name
  • Loading branch information
luiztauffer authored Jul 1, 2020
2 parents 49f47ac + 43d8a44 commit 4f26fe2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ecogvis/functions/htk_to_nwb/chang2nwb.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import numpy as np
import pandas as pd
from hdmf.backends.hdf5 import H5DataIO
from nwbext_ecog import ECoGSubject
from ndx_ecog import ECoGSubject
from ndx_bipolar_scheme import BipolarSchemeTable, EcephysExt
from pynwb.file import DynamicTableRegion
from pynwb import NWBFile, TimeSeries, get_manager, NWBHDF5IO
Expand Down
2 changes: 1 addition & 1 deletion ecogvis/functions/nwb_copy_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from ndx_spectrum import Spectrum
from ndx_survey_data.survey_definitions import nrs_survey_table, mpq_survey_table, vas_survey_table
from ndx_bipolar_scheme import BipolarSchemeTable, EcephysExt
from nwbext_ecog import CorticalSurfaces, ECoGSubject
from ndx_ecog import CorticalSurfaces, ECoGSubject
from pynwb import NWBFile, NWBHDF5IO, get_manager, ProcessingModule
from pynwb.base import TimeSeries
from pynwb.device import Device
Expand Down
2 changes: 1 addition & 1 deletion ecogvis/functions/subFunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import pyqtgraph as pg
import datetime
import pynwb
import nwbext_ecog
import ndx_ecog
from ecogvis.functions.htk_to_nwb.chang2nwb import chang2nwb


Expand Down
4 changes: 2 additions & 2 deletions make_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ dependencies:
- hdmf
- pip:
- PyQt5
- nwbext_ecog==0.7.2
- ndx-ecog
- ndx-spectrum
- -e .
- -e .
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ h5py
pyqtgraph
pandas
pynwb
nwbext_ecog
ndx-ecog
ndx-spectrum
ndx-survey-data
ndx-bipolar-scheme>=0.3.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
include_package_data=True,
install_requires=['PyQt5', 'matplotlib', 'cycler', 'scipy', 'numpy',
'h5py', 'pyqtgraph', 'pandas', 'pynwb>=1.1.2', 'PyYAML',
'nwbext_ecog==0.7.2', 'ndx-spectrum', 'ndx-survey-data',
'ndx-ecog', 'ndx-spectrum', 'ndx-survey-data',
'ndx-bipolar-scheme', 'tqdm', 'pyopengl', 'process_nwb',
'tdt', 'PyQtWebEngine'],
entry_points={
Expand Down

0 comments on commit 4f26fe2

Please sign in to comment.