Skip to content

Commit 8acb337

Browse files
committed
noexcept clause added in v0.29.31
1 parent cb17678 commit 8acb337

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

environment_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
dependencies:
55
- numpy>=1.20
66
- scipy>=1.8
7-
- cython>=0.29
7+
- cython>=0.29.31
88
- setuptools_scm
99
- pymatsolver>=0.1.2
1010
- matplotlib

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
build_requires = [
3333
"numpy>=1.20",
34-
"cython>=0.29",
34+
"cython>=0.29.31",
3535
"setuptools_scm",
3636
]
3737

0 commit comments

Comments
 (0)