File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ All notable changes to this project will be documented in this file.
43
43
44
44
### Changed
45
45
46
+ - #1920 : Add a maximum version for NumPy.
46
47
- #1836 : Move ` epyccel ` module to ` pyccel.commands.epyccel ` and add support for shortcut import ` from pyccel import epyccel ` .
47
48
- #1720 : functions with the ` @inline ` decorator are no longer exposed to Python in the shared library.
48
49
- #1720 : Error raised when incompatible arguments are passed to an ` inlined ` function is now fatal.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ keywords = [
16
16
]
17
17
dependencies = [
18
18
" filelock >= 3.4.0" ,
19
- " numpy >= 1.16" ,
19
+ " numpy >= 1.16, < 2.0 " ,
20
20
" sympy >= 1.2" ,
21
21
" termcolor >= 1.0.0" ,
22
22
" textx >= 2.2" ,
You can’t perform that action at this time.
0 commit comments