Skip to content

Commit

Permalink
Merge pull request #462 from LorenFrankLab/fix-import
Browse files Browse the repository at this point in the history
Temporarily pin numpy < 1.24 to fix numba issues
  • Loading branch information
lfrank authored Apr 23, 2023
2 parents 4930788 + 10b37f6 commit 9da821e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dependencies:
- dask
- pip
- position_tools
- numpy<1.24
- track_linearization>=2.3
- replay_trajectory_classification
- ripple_detection
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ dependencies = [
"seaborn",
"skan",
"bottleneck",
"numpy<1.24",
"ipympl",
"tqdm",
"pubnub<6.4.0",
Expand Down

0 comments on commit 9da821e

Please sign in to comment.