Skip to content

Commit

Permalink
ENH: Add numba as an extra requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
cheginit committed Dec 10, 2021
1 parent b212ead commit 134f2dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements_speedups.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
numba
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def get_data_files():
def setup_package():
_groups_files = {
"base": "requirements.txt",
"speedups": "requirements_speedups.txt",
"tests": "requirements_tests.txt",
"docs": "requirements_docs.txt",
}
Expand Down

0 comments on commit 134f2dc

Please sign in to comment.