Skip to content

Commit

Permalink
Restrict numpy<1.22 to avoid asscalar deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Jun 30, 2022
1 parent cde40e0 commit 8f1afb2
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 141 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### 🔧 Fixed

* Fix the use of `--count` with the `expose` command.
* [#28](https://github.com/sdss/basecam/issues/28) Deal with `numpy.asscalar` being deprecated in `numpy` 1.23. Restricted `numpy<1.22.0` to prevent `astropy` 4 running along with `numpy` 1.23.


## 0.6.2 - June 4, 2022
Expand Down

0 comments on commit 8f1afb2

Please sign in to comment.