Skip to content

Commit

Permalink
BLD: unpin numpy, bluesky is npy compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
tangkong committed Jan 18, 2025
1 parent 3d7dcb1 commit c0ffd3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ requirements:
- pip
run:
- python >=3.9
- bluesky-base =1.10.0 # Can be released when npy 2.0 compat is complete
- numpy <2.0.0 # dependency of other packages, needs additional pin
- bluesky-base
- numpy
- ophyd >=1.5.0
- pcdsdevices >=2.1.0
- pcdsutils
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bluesky==1.10.0 # avoiding broken numpy 2.0
numpy<2.0.0
bluesky
numpy
ophyd
pcdsdevices
pcdsutils
Expand Down

0 comments on commit c0ffd3c

Please sign in to comment.