Skip to content

Commit fd11ca6

Browse files
committed
Fix LICENSE year and update README requirements for Python and NumPy versions
1 parent 9a44214 commit fd11ca6

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

LICENSE

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
MIT License
22

3+
<<<<<<< HEAD
34
Copyright (c) 2024 Jesse Team
5+
=======
6+
Copyright (c) 2025 Jesse
7+
>>>>>>> origin/main
48

59
Permission is hereby granted, free of charge, to any person obtaining a copy
610
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +22,8 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1822
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1923
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2024
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25+
<<<<<<< HEAD
26+
SOFTWARE.
27+
=======
2128
SOFTWARE.
29+
>>>>>>> origin/main

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ pip install jesse-rust
2424

2525
## Requirements
2626

27-
- Python 3.8 or higher
28-
- NumPy 1.19.0 or higher
27+
- Python 3.10 or higher
28+
- NumPy 1.26.4 or higher
2929

3030
## Usage
3131

@@ -74,10 +74,6 @@ maturin build --release
7474
For development builds:
7575

7676
```bash
77-
# Debug build (faster compilation, slower runtime)
78-
maturin develop
79-
80-
# Release build (slower compilation, faster runtime)
8177
maturin develop --release
8278
```
8379

0 commit comments

Comments
 (0)