Skip to content

Commit

Permalink
Add scipy<=1.4.1 to conda pkg reqs, bump v.
Browse files Browse the repository at this point in the history
  • Loading branch information
ntabris committed Jun 25, 2020
1 parent 124f583 commit 270f555
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ requirements:
run:
- python=3.6
- numpy>=1.16
- scipy<=1.5
- scipy<=1.4.1
- attrs=19.3
- jsonpickle=1.2
- networkx
Expand Down
2 changes: 1 addition & 1 deletion sleap/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.4a5"
__version__ = "1.0.4a6"

0 comments on commit 270f555

Please sign in to comment.