Skip to content

Commit

Permalink
Minimally mock the numba package
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed Mar 9, 2025
1 parent 9a8c5cd commit ffdf513
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyodide
1 change: 1 addition & 0 deletions venv/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ matplotlib == 3.8.4
msgpack == 1.1.0
multiurl == 0.3.3
netCDF4 == 1.7.2
numba == 0.61.0
numcodecs == 0.13.1
numpy == 1.26.4
orjson == 3.10.1
Expand Down
1 change: 1 addition & 0 deletions venv/packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ lz4
MarkupSafe
matplotlib
netCDF4
numba
numcodecs
numpy
orjson
Expand Down
1 change: 1 addition & 0 deletions venv/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ multidict
multiurl
netCDF4
networkx
numba
numcodecs
numpy
orjson
Expand Down
1 change: 1 addition & 0 deletions venv/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ multidict == 6.1.0
multiurl == 0.3.3
netCDF4 == 1.7.2
networkx == 3.4.2
numba == 0.61.0
numcodecs == 0.13.1
numpy == 1.26.4
orjson == 3.10.1
Expand Down

0 comments on commit ffdf513

Please sign in to comment.