Skip to content

Commit

Permalink
update matplotlib requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
kitbeyer committed Aug 3, 2024
1 parent 84fc947 commit 01947e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To include a specific release, replace `[version]` with the branch associated wi
# Changes by version

v0.21.8
- update numpy requirements < 2
- update version dependencies for numpy < 2, matplotlib < 3.9
- bug fix: resolved start_time inaccuracy for Axivity devices when using fractional timestamps

v0.21.7
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
numpy >= 1.22.4, < 2.0.0
numpy >= 1.22.4, < 2
numba >= 0.59.0
pandas >= 1.4.0
matplotlib >= 3.5.2
matplotlib >= 3.5.2, < 3.9
tqdm >= 4.64.0
isodate >= 0.6.1
scipy >= 1.7.3
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install_requires =
numpy >= 1.22.4, < 2.0.0
numba >= 0.59.0
pandas >= 1.4.0
matplotlib >= 3.5.2
matplotlib >= 3.5.2, < 3.9
tqdm >= 4.64.0
isodate >= 0.6.1
scipy >= 1.7.3
Expand Down

0 comments on commit 01947e9

Please sign in to comment.