Skip to content

Commit e8ec062

Browse files
committed
numpy pinned <2.0.0
1 parent c94a975 commit e8ec062

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ With `RatInABox` you can:
1111
* **Generate artificial neuronal data** for various location- or velocity-selective cells found in the brain (e.g., but not limited to, Hippocampal cell types), or build your own more complex cell types.
1212
* **Build and train complex multi-layer networks** of cells, powered by data generated with `RatInABox`.
1313

14+
> **User notice: RatInABox is currently pinned to `numpy<2.0.0` versions until associated packages (`matplotlib`, `scipy` etc.) support it.**
15+
1416
<img src=".images/readme/ratinabox.gif" width=850>
1517

1618
`RatInABox` is an open source project welcoming [contributions](#contribute). If you use `RatInABox` please [cite](#cite) the paper and consider giving this repository a star ☆. It contains three classes:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers =
2121
[options]
2222
packages = find:
2323
install_requires =
24-
numpy
24+
numpy<2.0.0
2525
matplotlib
2626
scipy
2727
shapely

0 commit comments

Comments
 (0)