Skip to content

Commit

Permalink
Modify numpy dependency constraint (#1435)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchu committed Apr 15, 2024
1 parent e248e99 commit 766303a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## May 2024 Release 1.7.0
### New features

### Enhancements

## May 2024 Release 1.6.1
### Bug fixes
- Modify Numpy dependency constraint
(<https://github.com/openvinotoolkit/datumaro/pull/1435>)

## Apr. 2024 Release 1.6.0
### New features
Expand Down
2 changes: 1 addition & 1 deletion requirements-core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lxml==5.2.0
matplotlib>=3.3.1
networkx>=2.6
nibabel>=3.2.1
numpy==1.26.4
numpy<2,>=1.23.4
orjson==3.10.0
Pillow==10.3.0
ruamel.yaml>=0.17.0
Expand Down
2 changes: 1 addition & 1 deletion src/datumaro/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.6.0"
__version__ = "1.6.1rc1"

0 comments on commit 766303a

Please sign in to comment.