From 922af7f03b09825273bf86952cbc3281afd82ae7 Mon Sep 17 00:00:00 2001 From: Sander Land <48946947+sanderland@users.noreply.github.com> Date: Fri, 24 Jun 2022 22:43:14 +0200 Subject: [PATCH] add numpy (#537) --- requirements.txt | 3 ++- setup.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0a69d6c2..e02342cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,5 @@ kivymd==0.104.1 Pillow==9.0.1 Pygments==2.7.4 requests==2.25.0 -urllib3==1.26.5 \ No newline at end of file +urllib3==1.26.5 +numpy==1.22.3 diff --git a/setup.py b/setup.py index cca2f5cb..4325adb1 100644 --- a/setup.py +++ b/setup.py @@ -45,6 +45,7 @@ def include_data_files(directory): "kivymd==0.104.1", # 0.104.2 was breaking MRO "ffpyplayer", "urllib3", + "numpy", "pygame;platform_system=='Darwin'", # some mac versions need this for kivy "screeninfo;platform_system!='Darwin'", # for screen resolution, has problems on macos "chardet", # for automatic encoding detection