bsb-nest 4.3.1__tar.gz → 4.3.2__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,11 +1,11 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: bsb-nest
3
- Version: 4.3.1
3
+ Version: 4.3.2
4
4
  Summary: NEST simulation adapter for the BSB framework.
5
5
  Author-email: Robin De Schepper <robingilbert.deschepper@unipv.it>
6
6
  Description-Content-Type: text/markdown
7
7
  Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
8
- Requires-Dist: bsb-core~=4.1
8
+ Requires-Dist: bsb-core~=5.0
9
9
  Requires-Dist: bsb-nest[test] ; extra == "dev"
10
10
  Requires-Dist: build~=1.0 ; extra == "dev"
11
11
  Requires-Dist: twine~=4.0 ; extra == "dev"
@@ -17,7 +17,7 @@ Requires-Dist: bump-my-version~=0.24 ; extra == "dev"
17
17
  Requires-Dist: bsb-core[parallel] ; extra == "parallel"
18
18
  Requires-Dist: bsb-core[parallel] ; extra == "test"
19
19
  Requires-Dist: bsb-test~=4.0 ; extra == "test"
20
- Requires-Dist: bsb-hdf5~=4.0 ; extra == "test"
20
+ Requires-Dist: bsb-hdf5~=5.0 ; extra == "test"
21
21
  Requires-Dist: bsb-arbor~=4.0 ; extra == "test"
22
22
  Requires-Dist: coverage~=7.0 ; extra == "test"
23
23
  Provides-Extra: dev
@@ -29,7 +29,7 @@ Provides-Extra: test
29
29
 
30
30
  # bsb-nest
31
31
 
32
- bsb-nest is a pluggin of [BSB](https://github.com/dbbs-lab/bsb) (see also
32
+ bsb-nest is a plugin of the [BSB](https://github.com/dbbs-lab/bsb) (see also
33
33
  [bsb-core](https://github.com/dbbs-lab/bsb-core)).
34
34
  It contains the interfaces and tools to simulate BSB circuit with the
35
35
  [NEST simulator](https://www.nest-simulator.org/).
@@ -3,7 +3,7 @@
3
3
 
4
4
  # bsb-nest
5
5
 
6
- bsb-nest is a pluggin of [BSB](https://github.com/dbbs-lab/bsb) (see also
6
+ bsb-nest is a plugin of the [BSB](https://github.com/dbbs-lab/bsb) (see also
7
7
  [bsb-core](https://github.com/dbbs-lab/bsb-core)).
8
8
  It contains the interfaces and tools to simulate BSB circuit with the
9
9
  [NEST simulator](https://www.nest-simulator.org/).
@@ -9,4 +9,4 @@ from .adapter import NestAdapter
9
9
  from .simulation import NestSimulation
10
10
 
11
11
  __plugin__ = SimulationBackendPlugin(Simulation=NestSimulation, Adapter=NestAdapter)
12
- __version__ = "4.3.1"
12
+ __version__ = "4.3.2"
@@ -9,7 +9,7 @@ readme = "README.md"
9
9
  license = {file = "LICENSE"}
10
10
  classifiers = ["License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"]
11
11
  dynamic = ["version", "description"]
12
- dependencies = ["bsb-core~=4.1"]
12
+ dependencies = ["bsb-core~=5.0"]
13
13
 
14
14
  [tool.flit.module]
15
15
  name = "bsb_nest"
@@ -22,7 +22,7 @@ parallel = ["bsb-core[parallel]"]
22
22
  test = [
23
23
  "bsb-core[parallel]",
24
24
  "bsb-test~=4.0",
25
- "bsb-hdf5~=4.0",
25
+ "bsb-hdf5~=5.0",
26
26
  # Required to load the Brunel config file
27
27
  "bsb-arbor~=4.0",
28
28
  "coverage~=7.0"
@@ -46,7 +46,7 @@ profile = "black"
46
46
  known_third_party = ["nest"]
47
47
 
48
48
  [tool.bumpversion]
49
- current_version = "4.3.1"
49
+ current_version = "4.3.2"
50
50
  parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
51
51
  serialize = ["{major}.{minor}.{patch}"]
52
52
  search = "{current_version}"
File without changes
File without changes
File without changes
File without changes