Skip to content

Commit

Permalink
add numba to reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
chandlersquires committed Jan 8, 2021
1 parent 17f1e22 commit ccdc368
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions sphinx_docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# dataclasses==0.6
# typing==3.6.6
# numpy==1.19.4
# scipy==1.4.1
# scikit-learn==0.23.1
dataclasses==0.6
typing==3.6.6
numpy==1.19.4
scipy==1.4.1
scikit-learn==0.23.1
numba==0.49.1

0 comments on commit ccdc368

Please sign in to comment.