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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bsb
3
- Version: 6.0.1
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~=6.0
691
- Requires-Dist: bsb-hdf5~=6.0
692
- Requires-Dist: bsb-json~=6.0
693
- Requires-Dist: bsb-yaml~=6.0
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~=6.0; extra == "neuron"
697
+ Requires-Dist: bsb-neuron~=7.0; extra == "neuron"
698
698
  Provides-Extra: nest
699
- Requires-Dist: bsb-nest~=6.0; extra == "nest"
699
+ Requires-Dist: bsb-nest~=7.0; extra == "nest"
700
700
  Provides-Extra: arbor
701
- Requires-Dist: bsb-arbor~=6.0; extra == "arbor"
701
+ Requires-Dist: bsb-arbor~=7.0; extra == "arbor"
702
702
  Dynamic: license-file
703
703
 
704
704
  [![Build Status](https://github.com/dbbs-lab/bsb/actions/workflows/main.yml/badge.svg)](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: 6.0.1
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~=6.0
691
- Requires-Dist: bsb-hdf5~=6.0
692
- Requires-Dist: bsb-json~=6.0
693
- Requires-Dist: bsb-yaml~=6.0
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~=6.0; extra == "neuron"
697
+ Requires-Dist: bsb-neuron~=7.0; extra == "neuron"
698
698
  Provides-Extra: nest
699
- Requires-Dist: bsb-nest~=6.0; extra == "nest"
699
+ Requires-Dist: bsb-nest~=7.0; extra == "nest"
700
700
  Provides-Extra: arbor
701
- Requires-Dist: bsb-arbor~=6.0; extra == "arbor"
701
+ Requires-Dist: bsb-arbor~=7.0; extra == "arbor"
702
702
  Dynamic: license-file
703
703
 
704
704
  [![Build Status](https://github.com/dbbs-lab/bsb/actions/workflows/main.yml/badge.svg)](https://github.com/dbbs-lab/bsb/actions/workflows/main.yml)
@@ -0,0 +1,16 @@
1
+ bsb-core~=7.0
2
+ bsb-hdf5~=7.0
3
+ bsb-json~=7.0
4
+ bsb-yaml~=7.0
5
+
6
+ [arbor]
7
+ bsb-arbor~=7.0
8
+
9
+ [nest]
10
+ bsb-nest~=7.0
11
+
12
+ [neuron]
13
+ bsb-neuron~=7.0
14
+
15
+ [parallel]
16
+ bsb-core[parallel]
@@ -6,7 +6,7 @@ requires = [ "setuptools" ]
6
6
 
7
7
  [project]
8
8
  name = "bsb"
9
- version = "6.0.1"
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~=6.0",
18
- "bsb-hdf5~=6.0",
19
- "bsb-json~=6.0",
20
- "bsb-yaml~=6.0"
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~=6.0" ]
41
- nest = [ "bsb-nest~=6.0" ]
42
- arbor = [ "bsb-arbor~=6.0" ]
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"
@@ -1,16 +0,0 @@
1
- bsb-core~=6.0
2
- bsb-hdf5~=6.0
3
- bsb-json~=6.0
4
- bsb-yaml~=6.0
5
-
6
- [arbor]
7
- bsb-arbor~=6.0
8
-
9
- [nest]
10
- bsb-nest~=6.0
11
-
12
- [neuron]
13
- bsb-neuron~=6.0
14
-
15
- [parallel]
16
- bsb-core[parallel]
File without changes
File without changes
File without changes
File without changes
File without changes