BrainX 2025.5.4__py2.py3-none-any.whl → 2025.5.5__py2.py3-none-any.whl
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.
- {BrainX-2025.5.4.dist-info → BrainX-2025.5.5.dist-info}/METADATA +6 -5
- BrainX-2025.5.5.dist-info/RECORD +7 -0
- brainx/__init__.py +1 -1
- BrainX-2025.5.4.dist-info/RECORD +0 -7
- {BrainX-2025.5.4.dist-info → BrainX-2025.5.5.dist-info}/LICENSE +0 -0
- {BrainX-2025.5.4.dist-info → BrainX-2025.5.5.dist-info}/WHEEL +0 -0
- {BrainX-2025.5.4.dist-info → BrainX-2025.5.5.dist-info}/top_level.txt +0 -0
@@ -1,9 +1,9 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: BrainX
|
3
|
-
Version: 2025.5.
|
3
|
+
Version: 2025.5.5
|
4
4
|
Summary: Ecosystem for Brain Modeling.
|
5
5
|
Home-page: https://github.com/chaobrain/brain-modeling-ecosystem
|
6
|
-
Author:
|
6
|
+
Author: Brain Modeling Ecosystem Developers
|
7
7
|
Author-email: Brain Modeling Ecosystem Developers <chao.brain@qq.com>
|
8
8
|
License: Apache-2.0 license
|
9
9
|
Project-URL: homepage, http://github.com/chaobrain/brain-modeling-ecosystem
|
@@ -30,11 +30,12 @@ Description-Content-Type: text/markdown
|
|
30
30
|
License-File: LICENSE
|
31
31
|
Requires-Dist: numpy (>=1.15)
|
32
32
|
Requires-Dist: jax (>=0.4.35)
|
33
|
-
Requires-Dist: brainunit (>=0.0.
|
33
|
+
Requires-Dist: brainunit (>=0.0.11)
|
34
34
|
Requires-Dist: brainevent (>=0.0.1.post20250502)
|
35
|
-
Requires-Dist: brainstate (>=0.1.0.
|
35
|
+
Requires-Dist: brainstate (>=0.1.0.post20250503)
|
36
36
|
Requires-Dist: braincell (>=0.0.1.post20250216)
|
37
37
|
Requires-Dist: braintools (>=0.0.4.post20250423)
|
38
|
+
Requires-Dist: brainscale
|
38
39
|
Provides-Extra: cpu
|
39
40
|
Requires-Dist: jaxlib ; extra == 'cpu'
|
40
41
|
Provides-Extra: cuda12
|
@@ -46,7 +47,7 @@ Requires-Dist: jaxlib[tpu] ; extra == 'tpu'
|
|
46
47
|
|
47
48
|
# Ecosystem for Brain Modeling
|
48
49
|
|
49
|
-
[](https://pypi.org/project/brainx/)
|
50
51
|

|
51
52
|
[](https://github.com/chaobrain/brain-modeling-ecosystem/actions/workflows/CI.yml)
|
52
53
|
|
@@ -0,0 +1,7 @@
|
|
1
|
+
brainx/__init__.py,sha256=TxaRzWz5ejKurp8ED8hErk9Wvwsst800zo5er5fk_-s,759
|
2
|
+
brainx/tests/test_version.py,sha256=jk1UYtpsfcjTx7CuTc3P4K97Zn_6YztTKsbsvxse8z0,825
|
3
|
+
BrainX-2025.5.5.dist-info/LICENSE,sha256=MneVTsif-hg5USgcQbeAADcD-wwjvwhSjjheav8ZCB4,11561
|
4
|
+
BrainX-2025.5.5.dist-info/METADATA,sha256=nHAhCBdseU536D9TFPA_itWR5kqAT8CR5mbwKQwG-Ts,5659
|
5
|
+
BrainX-2025.5.5.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
|
6
|
+
BrainX-2025.5.5.dist-info/top_level.txt,sha256=AgmE4zdJGrp_bfA9BV2pEsWfFWYLRMRVwDrgRJbbIqs,7
|
7
|
+
BrainX-2025.5.5.dist-info/RECORD,,
|
brainx/__init__.py
CHANGED
BrainX-2025.5.4.dist-info/RECORD
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
brainx/__init__.py,sha256=zChdMjZjKEvB6qspQqk0G0Wa-Tn9kbN1-uhAeMtX8SE,759
|
2
|
-
brainx/tests/test_version.py,sha256=jk1UYtpsfcjTx7CuTc3P4K97Zn_6YztTKsbsvxse8z0,825
|
3
|
-
BrainX-2025.5.4.dist-info/LICENSE,sha256=MneVTsif-hg5USgcQbeAADcD-wwjvwhSjjheav8ZCB4,11561
|
4
|
-
BrainX-2025.5.4.dist-info/METADATA,sha256=k_4uX2f41knwmtVN1wRDSwYx3D8L1wPNmBXuwHp8wzI,5632
|
5
|
-
BrainX-2025.5.4.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
|
6
|
-
BrainX-2025.5.4.dist-info/top_level.txt,sha256=AgmE4zdJGrp_bfA9BV2pEsWfFWYLRMRVwDrgRJbbIqs,7
|
7
|
-
BrainX-2025.5.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|