We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
noexcept
1 parent cb17678 commit 8acb337Copy full SHA for 8acb337
2 files changed
environment_test.yml
@@ -4,7 +4,7 @@ channels:
4
dependencies:
5
- numpy>=1.20
6
- scipy>=1.8
7
- - cython>=0.29
+ - cython>=0.29.31
8
- setuptools_scm
9
- pymatsolver>=0.1.2
10
- matplotlib
setup.py
@@ -31,7 +31,7 @@
31
32
build_requires = [
33
"numpy>=1.20",
34
- "cython>=0.29",
+ "cython>=0.29.31",
35
"setuptools_scm",
36
]
37
0 commit comments