Skip to content

Commit

Permalink
CI #851 avoid bluesky 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jul 8, 2023
1 parent 1e0beae commit 8cf86c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/scripts/define_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ versions+=" 1.6.13"
versions+=" 1.6.14"
versions+=" 1.6.15"
versions+=" 1.6.16"
versions+=" 1.6.17"

# future versions (release tags that are expected)
versions+=" 1.6.17"
versions+=" 1.6.18"
versions+=" 1.6.19"

export versions

Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ channels:
dependencies:
- python >=3.8, <=3.11
- area-detector-handlers
- bluesky >=1.6.7
- bluesky >=1.6.7, !=1.11.0
- databroker =1.2.5
- databroker-pack
- h5py
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
area-detector-handlers
bluesky>=1.6.2
bluesky>=1.6.2,!=1.11.0
databroker==1.2.5
databroker-pack
h5py
Expand Down

0 comments on commit 8cf86c1

Please sign in to comment.