Skip to content

Commit c4477d3

Browse files
author
Koustav Chandra
committed
Up numpy version
1 parent 4c743d3 commit c4477d3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
Install with
2424
```
25-
$ pip install .
25+
pip install .
2626
```
2727

2828
## For developers
@@ -31,8 +31,8 @@ If you are a developer:
3131

3232
* Install pre-commit hooks (this will automatically format code with black):
3333
```
34-
$ pip install pre-commit
35-
$ pre-commit install
34+
pip install pre-commit
35+
pre-commit install
3636
```
3737
3838
Note: pre-commit.ci is enabled for this repository, which will automatically format code with black on all pull requests.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Requirements for most basic library
2-
numpy>=1.16.0,!=1.19.0,<2.0.0
2+
numpy>=1.16.0,!=1.19.0,!=2.2.2
33
scipy>=1.13.0
44
rich>=13.7.0
55
matplotlib>=3.7.3

0 commit comments

Comments
 (0)