Skip to content

Commit

Permalink
fixed dependencies issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Aksei committed Jun 25, 2024
1 parent 76a0ba9 commit 7bcbb79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eargait/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""The Gait and Movement Analysis Package based on Ear-worn Sensor."""

__version__ = "2.8.0"
__version__ = "2.9.0"

from eargait.eargait import EarGait

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
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]>"]
Expand All @@ -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"
Expand Down

0 comments on commit 7bcbb79

Please sign in to comment.