Skip to content

Commit c93c2ef

Browse files
authored
Merge upstream changes to this repo (#1)
1 parent 8407b11 commit c93c2ef

File tree

7 files changed

+13
-211
lines changed

7 files changed

+13
-211
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
language: python
22
python:
33
- 3.6
4+
- 3.7
5+
- 3.8
46
install:
57
- sudo apt-get update
6-
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh
7-
-O miniconda.sh; else wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
8-
-O miniconda.sh; fi
8+
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
99
- bash miniconda.sh -b -p $HOME/miniconda
1010
- source "$HOME/miniconda/etc/profile.d/conda.sh"
1111
- hash -r

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
# About
44
ndx-franklab-novela is a python package containing NWB custom extensions.
55

6+
# How to install
7+
8+
Add ndx-franklab-novela to your conda environment<br>
9+
```pip install git+git://github.com/LorenFrankLab/ndx-franklab-novela```
10+
11+
The original published extension maintained by NovelaNeuro can be installed using:
12+
```conda install -c conda-forge -c novelakrk ndx-franklab-novela```
13+
14+
615
# Extensions
716

817
### AssociatedFiles

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- defaults
55
dependencies:
66
- pip
7-
- python
7+
- python>=3.6
88
- python-dateutil
99
- setuptools
1010
- hdmf

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
'url': '',
3535
'license': 'BSD 3-Clause',
3636
'install_requires': [
37-
'hdmf',
3837
'pynwb'
3938
],
4039
'packages': find_packages('src/pynwb'),

spec/ndx-franklab-novela.namespace.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,4 @@ namespaces:
1313
- NWBDataInterface
1414
- ImageSeries
1515
- source: ndx-franklab-novela.extensions.yaml
16-
1716
version: 0.0.011.36
18-

src/pynwb/ndx_franklab_novela/spec/ndx-franklab-novela.extensions.yaml

Lines changed: 0 additions & 186 deletions
This file was deleted.

src/pynwb/ndx_franklab_novela/spec/ndx-franklab-novela.namespace.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)