Skip to content

Commit

Permalink
pin numpy to 1.22.3 when using the Blazing Signature Filter and on Wi…
Browse files Browse the repository at this point in the history
…ndows
  • Loading branch information
tnitka committed Apr 23, 2024
1 parent 155e36c commit 143a648
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment_BSF.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- pyarrow
- jinja2
- matplotlib
- numpy >= 1.22.3
- numpy == 1.22.3
- numba >= 0.56
- scipy
- pandas
Expand Down
2 changes: 1 addition & 1 deletion environment_Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- pyarrow
- jinja2
- matplotlib
- numpy >= 1.22.3
- numpy == 1.22.3
- numba >= 0.56
- scipy
- pandas
Expand Down

0 comments on commit 143a648

Please sign in to comment.