Skip to content

Commit

Permalink
dependencies issues tensorflow-io-gcs-filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
Aksei committed Jun 27, 2024
1 parent 7bcbb79 commit caad5d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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.9.0"
__version__ = "2.10.0"

from eargait.eargait import EarGait

Expand Down
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "eargait"
version = "2.9.0"
version = "2.10.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 <ann-kristin.seifer@fau.de>",
"Arne Küderle <arne.kuederle@fau.de>"]
Expand All @@ -27,7 +27,11 @@ numba = [
]
numpy = ">=1.20, <2.0.0"
debugpy = "1.6.4"
#tensorflow-io-gcs-filesystem = "0.34.0"
tensorflow-io-gcs-filesystem = [
{version= "0.30.0", platform = 'win32'},
{version= "^0.34.0", platform = 'darwin'},
{version= "^0.34.0", platform = 'linux'}
]

[tool.poetry.dev-dependencies]
pytest = "^6.2.1"
Expand Down

0 comments on commit caad5d9

Please sign in to comment.