devel/py-qutip: Fix build with py-numpy-1.20.3

This commit is contained in:
Wen Heping 2021-10-26 09:01:29 +08:00
parent 89c2dfb9ad
commit c9c307f3a6

View file

@ -0,0 +1,11 @@
--- setup.cfg.orig 2021-10-11 07:21:46 UTC
+++ setup.cfg
@@ -31,7 +31,7 @@ install_requires =
scipy>=1.0
packaging
setup_requires =
- numpy>=1.16.6,<1.20
+ numpy>=1.16.6,<1.21
scipy>=1.0
cython>=0.29.20
packaging