Skip to content

Commit

Permalink
numpy pinned <2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TomGeorge1234 committed Jun 21, 2024
1 parent c94a975 commit e8ec062
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ With `RatInABox` you can:
* **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.
* **Build and train complex multi-layer networks** of cells, powered by data generated with `RatInABox`.

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

`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:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers =
[options]
packages = find:
install_requires =
numpy
numpy<2.0.0
matplotlib
scipy
shapely
Expand Down

0 comments on commit e8ec062

Please sign in to comment.