BrainX 2025.5.5__py2.py3-none-any.whl → 2025.5.11__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.5.dist-info → BrainX-2025.5.11.dist-info}/METADATA +69 -10
- BrainX-2025.5.11.dist-info/RECORD +7 -0
- brainx/__init__.py +1 -1
- BrainX-2025.5.5.dist-info/RECORD +0 -7
- {BrainX-2025.5.5.dist-info → BrainX-2025.5.11.dist-info}/LICENSE +0 -0
- {BrainX-2025.5.5.dist-info → BrainX-2025.5.11.dist-info}/WHEEL +0 -0
- {BrainX-2025.5.5.dist-info → BrainX-2025.5.11.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: BrainX
|
3
|
-
Version: 2025.5.
|
3
|
+
Version: 2025.5.11
|
4
4
|
Summary: Ecosystem for Brain Modeling.
|
5
5
|
Home-page: https://github.com/chaobrain/brain-modeling-ecosystem
|
6
6
|
Author: Brain Modeling Ecosystem Developers
|
@@ -31,19 +31,54 @@ License-File: LICENSE
|
|
31
31
|
Requires-Dist: numpy (>=1.15)
|
32
32
|
Requires-Dist: jax (>=0.4.35)
|
33
33
|
Requires-Dist: brainunit (>=0.0.11)
|
34
|
-
Requires-Dist: brainevent (
|
35
|
-
Requires-Dist: brainstate (
|
36
|
-
Requires-Dist: braincell (
|
37
|
-
Requires-Dist: braintools (
|
38
|
-
Requires-Dist:
|
34
|
+
Requires-Dist: brainevent (<0.0.2,>=0.0.1.post20250508)
|
35
|
+
Requires-Dist: brainstate (<0.2.0,>=0.1.0.post20250503)
|
36
|
+
Requires-Dist: braincell (<0.0.2,>=0.0.1.post20250508)
|
37
|
+
Requires-Dist: braintools (<0.0.5,>=0.0.4.post20250423)
|
38
|
+
Requires-Dist: msgpack (>=1.1.0)
|
39
|
+
Requires-Dist: matplotlib
|
39
40
|
Provides-Extra: cpu
|
40
|
-
Requires-Dist:
|
41
|
+
Requires-Dist: numpy (>=1.15) ; extra == 'cpu'
|
42
|
+
Requires-Dist: jax[cpu] (>=0.4.35) ; extra == 'cpu'
|
43
|
+
Requires-Dist: brainunit[cpu] (>=0.0.11) ; extra == 'cpu'
|
44
|
+
Requires-Dist: brainevent[cpu] (<0.0.2,>=0.0.1.post20250508) ; extra == 'cpu'
|
45
|
+
Requires-Dist: brainstate[cpu] (<0.2.0,>=0.1.0.post20250503) ; extra == 'cpu'
|
46
|
+
Requires-Dist: braincell[cpu] (<0.0.2,>=0.0.1.post20250508) ; extra == 'cpu'
|
47
|
+
Requires-Dist: braintools[cpu] (<0.0.5,>=0.0.4.post20250423) ; extra == 'cpu'
|
48
|
+
Requires-Dist: msgpack (>=1.1.0) ; extra == 'cpu'
|
49
|
+
Requires-Dist: matplotlib ; extra == 'cpu'
|
41
50
|
Provides-Extra: cuda12
|
42
|
-
Requires-Dist:
|
51
|
+
Requires-Dist: numpy (>=1.15) ; extra == 'cuda12'
|
52
|
+
Requires-Dist: jax[cuda12] (>=0.4.35) ; extra == 'cuda12'
|
53
|
+
Requires-Dist: brainunit[cuda12] (>=0.0.11) ; extra == 'cuda12'
|
54
|
+
Requires-Dist: brainevent[cuda12] (<0.0.2,>=0.0.1.post20250508) ; extra == 'cuda12'
|
55
|
+
Requires-Dist: brainstate[cuda12] (<0.2.0,>=0.1.0.post20250503) ; extra == 'cuda12'
|
56
|
+
Requires-Dist: braincell[cuda12] (<0.0.2,>=0.0.1.post20250508) ; extra == 'cuda12'
|
57
|
+
Requires-Dist: braintools[cuda12] (<0.0.5,>=0.0.4.post20250423) ; extra == 'cuda12'
|
58
|
+
Requires-Dist: msgpack (>=1.1.0) ; extra == 'cuda12'
|
59
|
+
Requires-Dist: matplotlib ; extra == 'cuda12'
|
60
|
+
Provides-Extra: gpu
|
61
|
+
Requires-Dist: numpy (>=1.15) ; extra == 'gpu'
|
62
|
+
Requires-Dist: jax[cuda12] (>=0.4.35) ; extra == 'gpu'
|
63
|
+
Requires-Dist: brainunit[cuda12] (>=0.0.11) ; extra == 'gpu'
|
64
|
+
Requires-Dist: brainevent[cuda12] (<0.0.2,>=0.0.1.post20250508) ; extra == 'gpu'
|
65
|
+
Requires-Dist: brainstate[cuda12] (<0.2.0,>=0.1.0.post20250503) ; extra == 'gpu'
|
66
|
+
Requires-Dist: braincell[cuda12] (<0.0.2,>=0.0.1.post20250508) ; extra == 'gpu'
|
67
|
+
Requires-Dist: braintools[cuda12] (<0.0.5,>=0.0.4.post20250423) ; extra == 'gpu'
|
68
|
+
Requires-Dist: msgpack (>=1.1.0) ; extra == 'gpu'
|
69
|
+
Requires-Dist: matplotlib ; extra == 'gpu'
|
43
70
|
Provides-Extra: testing
|
44
71
|
Requires-Dist: pytest ; extra == 'testing'
|
45
72
|
Provides-Extra: tpu
|
46
|
-
Requires-Dist:
|
73
|
+
Requires-Dist: numpy (>=1.15) ; extra == 'tpu'
|
74
|
+
Requires-Dist: jax[tpu] (>=0.4.35) ; extra == 'tpu'
|
75
|
+
Requires-Dist: brainunit[tpu] (>=0.0.11) ; extra == 'tpu'
|
76
|
+
Requires-Dist: brainevent[tpu] (<0.0.2,>=0.0.1.post20250508) ; extra == 'tpu'
|
77
|
+
Requires-Dist: brainstate[tpu] (<0.2.0,>=0.1.0.post20250503) ; extra == 'tpu'
|
78
|
+
Requires-Dist: braincell[tpu] (<0.0.2,>=0.0.1.post20250508) ; extra == 'tpu'
|
79
|
+
Requires-Dist: braintools[tpu] (<0.0.5,>=0.0.4.post20250423) ; extra == 'tpu'
|
80
|
+
Requires-Dist: msgpack (>=1.1.0) ; extra == 'tpu'
|
81
|
+
Requires-Dist: matplotlib ; extra == 'tpu'
|
47
82
|
|
48
83
|
# Ecosystem for Brain Modeling
|
49
84
|
|
@@ -84,11 +119,35 @@ It provides tools and libraries for researchers to model, simulate, train, and a
|
|
84
119
|
The ecosystem can be installed with the following command:
|
85
120
|
|
86
121
|
```bash
|
87
|
-
pip install BrainX
|
122
|
+
pip install BrainX -U
|
88
123
|
```
|
89
124
|
|
90
125
|
This command installs the core package and pins specific versions of the component projects known to work together, ensuring compatibility based on integration tests.
|
91
126
|
|
127
|
+
|
128
|
+
On CPU platforms, the following command can be used to install the ecosystem with all components:
|
129
|
+
|
130
|
+
```bash
|
131
|
+
pip install BrainX[cpu] -U
|
132
|
+
```
|
133
|
+
|
134
|
+
|
135
|
+
On GPU platforms, the following command can be used to install the ecosystem with all components:
|
136
|
+
|
137
|
+
```bash
|
138
|
+
pip install BrainX[cuda12] -U
|
139
|
+
```
|
140
|
+
|
141
|
+
|
142
|
+
|
143
|
+
On TPU platforms, the following command can be used to install the ecosystem with all components:
|
144
|
+
|
145
|
+
```bash
|
146
|
+
pip install BrainX[tpu] -U
|
147
|
+
```
|
148
|
+
|
149
|
+
|
150
|
+
|
92
151
|
For development, you might want to clone the repository and install it in editable mode:
|
93
152
|
```bash
|
94
153
|
git clone https://github.com/chaobrain/brain-modeling-ecosystem.git
|
@@ -0,0 +1,7 @@
|
|
1
|
+
brainx/__init__.py,sha256=Dm5AqFxqZV6rncuFiICswjXBBIIUJOz8MwkFuQ1K78k,760
|
2
|
+
brainx/tests/test_version.py,sha256=jk1UYtpsfcjTx7CuTc3P4K97Zn_6YztTKsbsvxse8z0,825
|
3
|
+
BrainX-2025.5.11.dist-info/LICENSE,sha256=MneVTsif-hg5USgcQbeAADcD-wwjvwhSjjheav8ZCB4,11561
|
4
|
+
BrainX-2025.5.11.dist-info/METADATA,sha256=fe2yyulPZsLT0fWto4dNpwuse_TPCseAZ4JmegOo6Do,8403
|
5
|
+
BrainX-2025.5.11.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
|
6
|
+
BrainX-2025.5.11.dist-info/top_level.txt,sha256=AgmE4zdJGrp_bfA9BV2pEsWfFWYLRMRVwDrgRJbbIqs,7
|
7
|
+
BrainX-2025.5.11.dist-info/RECORD,,
|
brainx/__init__.py
CHANGED
BrainX-2025.5.5.dist-info/RECORD
DELETED
@@ -1,7 +0,0 @@
|
|
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,,
|
File without changes
|
File without changes
|
File without changes
|