-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "eargait" | ||
version = "2.8.0" | ||
version = "2.9.0" | ||
description = "*Eargait* provides a set of algorithms and functions to process IMU data recorded with ear-worn IMU sensors and to estimate characteristic gait parameters. " | ||
authors = ["Ann-Kristin Seifer <[email protected]>", | ||
"Arne Küderle <[email protected]>"] | ||
|
@@ -25,9 +25,9 @@ numba = [ | |
{version = ">=0.55"}, | ||
{version = ">=0.55.2", markers = "sys_platform == 'darwin' and platform_machine == 'arm64'"} | ||
] | ||
numpy = ">=1.20" | ||
numpy = ">=1.20, <2.0.0" | ||
debugpy = "1.6.4" | ||
tensorflow-io-gcs-filesystem = "0.34.0" | ||
#tensorflow-io-gcs-filesystem = "0.34.0" | ||
|
||
[tool.poetry.dev-dependencies] | ||
pytest = "^6.2.1" | ||
|