Skip to content

Commit

Permalink
adding req fror numpy in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelraczycki committed Apr 11, 2023
1 parent c7a86ff commit 759d4b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@

with open(REQUIREMENTS_FILE) as f:
install_reqs = f.read().splitlines()
install_reqs += ["numpy"]

with open(DEV_REQUIREMENTS_FILE) as f:
dev_install_reqs = f.read().splitlines()
Expand Down

0 comments on commit 759d4b7

Please sign in to comment.