Skip to content

Commit

Permalink
Merge pull request #15 from dgilford/dependabot/pip/numba-0.53.0
Browse files Browse the repository at this point in the history
Bump numba from 0.51.2 to 0.53.0
  • Loading branch information
dgilford authored Mar 16, 2021
2 parents fa7cb8f + 50f7e64 commit c7d162d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
numpy==1.20.1
numba==0.51.2
numba==0.53.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# TODO: Update install requirements and corresponding documentation
install_requires=[
"xarray==0.17.0",
"numba==0.51.2",
"numba==0.53.0",
"numpy==1.20.1",
],
)
Expand Down

0 comments on commit c7d162d

Please sign in to comment.