Skip to content

Commit

Permalink
fix: requirements numpy for solaris
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebits committed Dec 30, 2021
1 parent eb32b09 commit 99741cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kiwisolver>=1.0.1; platform_system == "Linux" or platform_system == "Darwin" or
lockfile==0.12.2
matplotlib>=3.3.4; platform_system == "Linux" or platform_system == "Darwin" or platform_system=='Windows'
netifaces==0.10.9; platform_system == "Linux" or platform_system == "Darwin"
numpy>=1.19.5
numpy>=1.18.1
pandas>=1.1.5
pillow>=6.2.0; platform_system == "Linux" or platform_system == "Darwin" or platform_system=='Windows'
psutil>=5.6.6
Expand Down

0 comments on commit 99741cd

Please sign in to comment.