We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c743d3 commit c4477d3Copy full SHA for c4477d3
2 files changed
README.md
@@ -22,7 +22,7 @@
22
23
Install with
24
```
25
-$ pip install .
+pip install .
26
27
28
## For developers
@@ -31,8 +31,8 @@ If you are a developer:
31
32
* Install pre-commit hooks (this will automatically format code with black):
33
34
- $ pip install pre-commit
35
- $ pre-commit install
+ pip install pre-commit
+ pre-commit install
36
37
38
Note: pre-commit.ci is enabled for this repository, which will automatically format code with black on all pull requests.
requirements.txt
@@ -1,5 +1,5 @@
1
# Requirements for most basic library
2
-numpy>=1.16.0,!=1.19.0,<2.0.0
+numpy>=1.16.0,!=1.19.0,!=2.2.2
3
scipy>=1.13.0
4
rich>=13.7.0
5
matplotlib>=3.7.3
0 commit comments