Skip to content

Commit

Permalink
upperbound on numpy version < 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Jun 20, 2024
1 parent 31e6603 commit ae691ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [24.01.6] 2024-06-20
### fixed
- avoid errors with numpy 2.0 setting version restriction to < 2.0

## [24.01.5] 2024-06-03
### fixed
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SHELL := /bin/bash
PROJECT := tagpack-tool
VENV := .venv
RELEASE := 'v24.01.5'
RELEASE := 'v24.01.6'
# RELEASESEM := 'v1.9.0'

all: format lint test build
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ install_requires =
cashaddress~=1.0.4
anytree~=2.9.0
base58~=2.1
numpy<2.0

[options.packages.find]
where = src
Expand Down

0 comments on commit ae691ad

Please sign in to comment.