bsb 6.0.1__tar.gz → 7.2.0__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.
- {bsb-6.0.1 → bsb-7.2.0}/PKG-INFO +8 -8
- {bsb-6.0.1 → bsb-7.2.0}/bsb.egg-info/PKG-INFO +8 -8
- bsb-7.2.0/bsb.egg-info/requires.txt +16 -0
- {bsb-6.0.1 → bsb-7.2.0}/pyproject.toml +8 -8
- bsb-6.0.1/bsb.egg-info/requires.txt +0 -16
- {bsb-6.0.1 → bsb-7.2.0}/LICENSE +0 -0
- {bsb-6.0.1 → bsb-7.2.0}/README.md +0 -0
- {bsb-6.0.1 → bsb-7.2.0}/bsb.egg-info/SOURCES.txt +0 -0
- {bsb-6.0.1 → bsb-7.2.0}/bsb.egg-info/dependency_links.txt +0 -0
- {bsb-6.0.1 → bsb-7.2.0}/bsb.egg-info/top_level.txt +0 -0
- {bsb-6.0.1 → bsb-7.2.0}/setup.cfg +0 -0
{bsb-6.0.1 → bsb-7.2.0}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bsb
|
|
3
|
-
Version:
|
|
3
|
+
Version: 7.2.0
|
|
4
4
|
Summary: Black-box component framework for multiscale neural modeling
|
|
5
5
|
Author-email: Robin De Schepper <robin@alexandria.sc>, Dimitri Rodarie <dimitri.rodarie@unipv.it>
|
|
6
6
|
Maintainer-email: Dimitri Rodarie <dimitri.rodarie@unipv.it>
|
|
@@ -687,18 +687,18 @@ Classifier: License :: OSI Approved :: GNU General Public License v3 or later (G
|
|
|
687
687
|
Requires-Python: <4,>=3.10
|
|
688
688
|
Description-Content-Type: text/markdown
|
|
689
689
|
License-File: LICENSE
|
|
690
|
-
Requires-Dist: bsb-core~=
|
|
691
|
-
Requires-Dist: bsb-hdf5~=
|
|
692
|
-
Requires-Dist: bsb-json~=
|
|
693
|
-
Requires-Dist: bsb-yaml~=
|
|
690
|
+
Requires-Dist: bsb-core~=7.0
|
|
691
|
+
Requires-Dist: bsb-hdf5~=7.0
|
|
692
|
+
Requires-Dist: bsb-json~=7.0
|
|
693
|
+
Requires-Dist: bsb-yaml~=7.0
|
|
694
694
|
Provides-Extra: parallel
|
|
695
695
|
Requires-Dist: bsb-core[parallel]; extra == "parallel"
|
|
696
696
|
Provides-Extra: neuron
|
|
697
|
-
Requires-Dist: bsb-neuron~=
|
|
697
|
+
Requires-Dist: bsb-neuron~=7.0; extra == "neuron"
|
|
698
698
|
Provides-Extra: nest
|
|
699
|
-
Requires-Dist: bsb-nest~=
|
|
699
|
+
Requires-Dist: bsb-nest~=7.0; extra == "nest"
|
|
700
700
|
Provides-Extra: arbor
|
|
701
|
-
Requires-Dist: bsb-arbor~=
|
|
701
|
+
Requires-Dist: bsb-arbor~=7.0; extra == "arbor"
|
|
702
702
|
Dynamic: license-file
|
|
703
703
|
|
|
704
704
|
[](https://github.com/dbbs-lab/bsb/actions/workflows/main.yml)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bsb
|
|
3
|
-
Version:
|
|
3
|
+
Version: 7.2.0
|
|
4
4
|
Summary: Black-box component framework for multiscale neural modeling
|
|
5
5
|
Author-email: Robin De Schepper <robin@alexandria.sc>, Dimitri Rodarie <dimitri.rodarie@unipv.it>
|
|
6
6
|
Maintainer-email: Dimitri Rodarie <dimitri.rodarie@unipv.it>
|
|
@@ -687,18 +687,18 @@ Classifier: License :: OSI Approved :: GNU General Public License v3 or later (G
|
|
|
687
687
|
Requires-Python: <4,>=3.10
|
|
688
688
|
Description-Content-Type: text/markdown
|
|
689
689
|
License-File: LICENSE
|
|
690
|
-
Requires-Dist: bsb-core~=
|
|
691
|
-
Requires-Dist: bsb-hdf5~=
|
|
692
|
-
Requires-Dist: bsb-json~=
|
|
693
|
-
Requires-Dist: bsb-yaml~=
|
|
690
|
+
Requires-Dist: bsb-core~=7.0
|
|
691
|
+
Requires-Dist: bsb-hdf5~=7.0
|
|
692
|
+
Requires-Dist: bsb-json~=7.0
|
|
693
|
+
Requires-Dist: bsb-yaml~=7.0
|
|
694
694
|
Provides-Extra: parallel
|
|
695
695
|
Requires-Dist: bsb-core[parallel]; extra == "parallel"
|
|
696
696
|
Provides-Extra: neuron
|
|
697
|
-
Requires-Dist: bsb-neuron~=
|
|
697
|
+
Requires-Dist: bsb-neuron~=7.0; extra == "neuron"
|
|
698
698
|
Provides-Extra: nest
|
|
699
|
-
Requires-Dist: bsb-nest~=
|
|
699
|
+
Requires-Dist: bsb-nest~=7.0; extra == "nest"
|
|
700
700
|
Provides-Extra: arbor
|
|
701
|
-
Requires-Dist: bsb-arbor~=
|
|
701
|
+
Requires-Dist: bsb-arbor~=7.0; extra == "arbor"
|
|
702
702
|
Dynamic: license-file
|
|
703
703
|
|
|
704
704
|
[](https://github.com/dbbs-lab/bsb/actions/workflows/main.yml)
|
|
@@ -6,7 +6,7 @@ requires = [ "setuptools" ]
|
|
|
6
6
|
|
|
7
7
|
[project]
|
|
8
8
|
name = "bsb"
|
|
9
|
-
version = "
|
|
9
|
+
version = "7.2.0"
|
|
10
10
|
readme = "README.md"
|
|
11
11
|
requires-python = ">=3.10,<4"
|
|
12
12
|
description = "Black-box component framework for multiscale neural modeling"
|
|
@@ -14,10 +14,10 @@ classifiers = [
|
|
|
14
14
|
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"
|
|
15
15
|
]
|
|
16
16
|
dependencies = [
|
|
17
|
-
"bsb-core~=
|
|
18
|
-
"bsb-hdf5~=
|
|
19
|
-
"bsb-json~=
|
|
20
|
-
"bsb-yaml~=
|
|
17
|
+
"bsb-core~=7.0",
|
|
18
|
+
"bsb-hdf5~=7.0",
|
|
19
|
+
"bsb-json~=7.0",
|
|
20
|
+
"bsb-yaml~=7.0"
|
|
21
21
|
]
|
|
22
22
|
|
|
23
23
|
[[project.authors]]
|
|
@@ -37,9 +37,9 @@ dependencies = [
|
|
|
37
37
|
|
|
38
38
|
[project.optional-dependencies]
|
|
39
39
|
parallel = [ "bsb-core[parallel]" ]
|
|
40
|
-
neuron = [ "bsb-neuron~=
|
|
41
|
-
nest = [ "bsb-nest~=
|
|
42
|
-
arbor = [ "bsb-arbor~=
|
|
40
|
+
neuron = [ "bsb-neuron~=7.0" ]
|
|
41
|
+
nest = [ "bsb-nest~=7.0" ]
|
|
42
|
+
arbor = [ "bsb-arbor~=7.0" ]
|
|
43
43
|
|
|
44
44
|
[project.urls]
|
|
45
45
|
Home = "https://github.com/dbbs-lab/bsb"
|
{bsb-6.0.1 → bsb-7.2.0}/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|