10 lines
342 B
Text
10 lines
342 B
Text
--- requirements.txt.orig 2022-01-25 22:10:16 UTC
|
|
+++ requirements.txt
|
|
@@ -1,6 +1,4 @@
|
|
-numpy>=1.16.5 ; python_version < "3.10" and platform_machine != 'aarch64'
|
|
-numpy>=1.19.2 ; python_version < "3.10" and platform_machine == 'aarch64'
|
|
-numpy>=1.21.0 ; python_version >= "3.10"
|
|
+numpy>=1.19.2
|
|
packaging
|
|
|
|
contextvars ;python_version<"3.7"
|