Skip to content

Commit

Permalink
add numpy (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderland committed Jun 24, 2022
1 parent c098e37 commit 922af7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Expand Up @@ -9,4 +9,5 @@ kivymd==0.104.1
Pillow==9.0.1
Pygments==2.7.4
requests==2.25.0
urllib3==1.26.5
urllib3==1.26.5
numpy==1.22.3
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -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
Expand Down

0 comments on commit 922af7f

Please sign in to comment.