mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
devel/py-qutip: Fix build with py-numpy-1.20.3
This commit is contained in:
parent
89c2dfb9ad
commit
c9c307f3a6
1 changed files with 11 additions and 0 deletions
11
devel/py-qutip/files/patch-setup.cfg
Normal file
11
devel/py-qutip/files/patch-setup.cfg
Normal 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
|
Loading…
Add table
Reference in a new issue