bsb-nest 0.0.0b2__tar.gz → 4.0.0rc2__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.

Potentially problematic release.


This version of bsb-nest might be problematic. Click here for more details.

@@ -1,20 +1,20 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: bsb-nest
3
- Version: 0.0.0b2
3
+ Version: 4.0.0rc2
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.0.0b4,<=4.0.0b9999
8
+ Requires-Dist: bsb-core==4.0.0rc2
9
9
  Requires-Dist: pre-commit~=3.5 ; extra == "dev"
10
10
  Requires-Dist: black~=24.1.1 ; extra == "dev"
11
11
  Requires-Dist: isort~=5.12 ; extra == "dev"
12
12
  Requires-Dist: bump-my-version~=0.18 ; extra == "dev"
13
13
  Requires-Dist: bsb-core[parallel] ; extra == "parallel"
14
- Requires-Dist: bsb-test>=0.0.0b9,<=0.0.0b9999 ; extra == "test"
14
+ Requires-Dist: bsb-test==4.0.0rc2 ; extra == "test"
15
+ Requires-Dist: bsb-hdf5==4.0.0rc2 ; extra == "test"
16
+ Requires-Dist: bsb-arbor==4.0.0rc2 ; extra == "test"
15
17
  Requires-Dist: coverage~=7.0 ; extra == "test"
16
- Requires-Dist: bsb-hdf5>=1.0.0b0 ; extra == "test"
17
- Requires-Dist: bsb-arbor==0.0.0b1 ; extra == "test"
18
18
  Provides-Extra: dev
19
19
  Provides-Extra: parallel
20
20
  Provides-Extra: test
@@ -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__ = "0.0.0-b2"
12
+ __version__ = "4.0.0-rc2"
@@ -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.0.0b4,<=4.0.0b9999"]
12
+ dependencies = ["bsb-core==4.0.0rc2"]
13
13
 
14
14
  [tool.flit.module]
15
15
  name = "bsb_nest"
@@ -20,11 +20,11 @@ nest = "bsb_nest"
20
20
  [project.optional-dependencies]
21
21
  parallel = ["bsb-core[parallel]"]
22
22
  test = [
23
- "bsb-test>=0.0.0b9,<=0.0.0b9999",
24
- "coverage~=7.0",
25
- "bsb-hdf5>=1.0.0b0",
23
+ "bsb-test==4.0.0rc2",
24
+ "bsb-hdf5==4.0.0rc2",
26
25
  # Required to load the Brunel config file
27
- "bsb-arbor==0.0.0b1"
26
+ "bsb-arbor==4.0.0rc2",
27
+ "coverage~=7.0"
28
28
  ]
29
29
  dev = [
30
30
  "pre-commit~=3.5",
@@ -41,7 +41,7 @@ profile = "black"
41
41
  known_third_party = ["nest"]
42
42
 
43
43
  [tool.bumpversion]
44
- current_version = "0.0.0-b2"
44
+ current_version = "4.0.0-rc2"
45
45
  parse = """(?x)
46
46
  (?P<major>0|[1-9]\\d*)\\.
47
47
  (?P<minor>0|[1-9]\\d*)\\.
File without changes
File without changes
File without changes