mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
11 lines
284 B
Python
11 lines
284 B
Python
--- setup.py.orig 2021-04-19 21:31:31 UTC
|
|
+++ setup.py
|
|
@@ -143,7 +143,7 @@ setup(
|
|
"pyqtgraph": ["colors/maps/*.csv", "colors/maps/*.txt"],
|
|
},
|
|
install_requires = [
|
|
- 'numpy>=1.17.0',
|
|
+ 'numpy>0',
|
|
],
|
|
**setupOpts
|
|
)
|