bmtool 0.7.0.6.2__tar.gz → 0.7.0.6.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/PKG-INFO +2 -2
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/bmtool.egg-info/PKG-INFO +2 -2
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/bmtool.egg-info/requires.txt +1 -1
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/setup.py +3 -3
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/LICENSE +0 -0
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/README.md +0 -0
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/bmtool/SLURM.py +0 -0
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/bmtool/__init__.py +0 -0
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/bmtool/__main__.py +0 -0
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/bmtool/analysis/__init__.py +0 -0
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/bmtool/analysis/entrainment.py +0 -0
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/bmtool/analysis/lfp.py +0 -0
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/bmtool/analysis/netcon_reports.py +0 -0
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/bmtool/analysis/spikes.py +0 -0
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/bmtool/bmplot/__init__.py +0 -0
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/bmtool/bmplot/connections.py +0 -0
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/bmtool/bmplot/entrainment.py +0 -0
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/bmtool/bmplot/lfp.py +0 -0
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/bmtool/bmplot/netcon_reports.py +0 -0
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/bmtool/bmplot/spikes.py +0 -0
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/bmtool/connectors.py +0 -0
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/bmtool/debug/__init__.py +0 -0
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/bmtool/debug/commands.py +0 -0
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/bmtool/debug/debug.py +0 -0
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/bmtool/graphs.py +0 -0
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/bmtool/manage.py +0 -0
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/bmtool/plot_commands.py +0 -0
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/bmtool/singlecell.py +0 -0
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/bmtool/synapses.py +0 -0
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/bmtool/util/__init__.py +0 -0
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/bmtool/util/commands.py +0 -0
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/bmtool/util/neuron/__init__.py +0 -0
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/bmtool/util/neuron/celltuner.py +0 -0
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/bmtool/util/util.py +0 -0
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/bmtool.egg-info/SOURCES.txt +0 -0
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/bmtool.egg-info/dependency_links.txt +0 -0
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/bmtool.egg-info/entry_points.txt +0 -0
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/bmtool.egg-info/top_level.txt +0 -0
- {bmtool-0.7.0.6.2 → bmtool-0.7.0.6.4}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: bmtool
|
3
|
-
Version: 0.7.0.6.
|
3
|
+
Version: 0.7.0.6.4
|
4
4
|
Summary: BMTool
|
5
5
|
Home-page: https://github.com/cyneuro/bmtool
|
6
6
|
Download-URL:
|
@@ -18,6 +18,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
18
18
|
Classifier: Operating System :: OS Independent
|
19
19
|
Description-Content-Type: text/markdown
|
20
20
|
License-File: LICENSE
|
21
|
+
Requires-Dist: neuron==8.2.4
|
21
22
|
Requires-Dist: bmtk
|
22
23
|
Requires-Dist: click
|
23
24
|
Requires-Dist: clint
|
@@ -34,7 +35,6 @@ Requires-Dist: requests
|
|
34
35
|
Requires-Dist: pyyaml
|
35
36
|
Requires-Dist: PyWavelets
|
36
37
|
Requires-Dist: numba
|
37
|
-
Requires-Dist: neuron
|
38
38
|
Dynamic: author
|
39
39
|
Dynamic: author-email
|
40
40
|
Dynamic: classifier
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: bmtool
|
3
|
-
Version: 0.7.0.6.
|
3
|
+
Version: 0.7.0.6.4
|
4
4
|
Summary: BMTool
|
5
5
|
Home-page: https://github.com/cyneuro/bmtool
|
6
6
|
Download-URL:
|
@@ -18,6 +18,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
18
18
|
Classifier: Operating System :: OS Independent
|
19
19
|
Description-Content-Type: text/markdown
|
20
20
|
License-File: LICENSE
|
21
|
+
Requires-Dist: neuron==8.2.4
|
21
22
|
Requires-Dist: bmtk
|
22
23
|
Requires-Dist: click
|
23
24
|
Requires-Dist: clint
|
@@ -34,7 +35,6 @@ Requires-Dist: requests
|
|
34
35
|
Requires-Dist: pyyaml
|
35
36
|
Requires-Dist: PyWavelets
|
36
37
|
Requires-Dist: numba
|
37
|
-
Requires-Dist: neuron
|
38
38
|
Dynamic: author
|
39
39
|
Dynamic: author-email
|
40
40
|
Dynamic: classifier
|
@@ -6,7 +6,7 @@ with open("README.md", "r") as fh:
|
|
6
6
|
|
7
7
|
setup(
|
8
8
|
name="bmtool",
|
9
|
-
version='0.7.0.6.
|
9
|
+
version='0.7.0.6.4',
|
10
10
|
author="Neural Engineering Laboratory at the University of Missouri",
|
11
11
|
author_email="gregglickert@mail.missouri.edu",
|
12
12
|
description="BMTool",
|
@@ -16,6 +16,7 @@ setup(
|
|
16
16
|
download_url='',
|
17
17
|
license='MIT',
|
18
18
|
install_requires=[
|
19
|
+
'neuron==8.2.4', # hard code version
|
19
20
|
'bmtk',
|
20
21
|
'click',
|
21
22
|
'clint',
|
@@ -31,8 +32,7 @@ setup(
|
|
31
32
|
'requests',
|
32
33
|
'pyyaml',
|
33
34
|
'PyWavelets',
|
34
|
-
'numba'
|
35
|
-
'neuron'
|
35
|
+
'numba'
|
36
36
|
],
|
37
37
|
classifiers=[
|
38
38
|
'Intended Audience :: Developers',
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|