Skip to content

Commit

Permalink
upgrade numpy and numba
Browse files Browse the repository at this point in the history
  • Loading branch information
RemyLau committed Oct 3, 2023
1 parent b64ff05 commit 56d1b90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ updates:
ignore:
- dependency-name: "torch" # see PyG
- dependency-name: "torchvision"
- dependency-name: "numpy" # see numba
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ igraph==0.10.8
leidenalg==0.10.1
mudata==0.2.3
networkx==3.1
numba==0.57.1
numpy==1.22.4
numba==0.58.0
numpy==1.24.4; python_version < "3.9"
numpy==1.26.0; python_version >= "3.9"
opencv-python==4.8.0.76
openpyxl==3.1.2
pandas==2.0.3; python_version < "3.9"
Expand Down

0 comments on commit 56d1b90

Please sign in to comment.