Skip to content

Commit e409e47

Browse files
authored
Solve openmovement pypi conflict (#257)
* Solve dependency conflicts and PyPi issue
1 parent 31e5062 commit e409e47

3 files changed

Lines changed: 31 additions & 30 deletions

File tree

poetry.lock

Lines changed: 30 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ readme = "README.md"
1717
python = "^3.11"
1818
pandas = "^2.1.4"
1919
scikit-learn = ">=1.3.2,<1.6.1"
20-
tsdf = { git = "https://github.com/biomarkersParkinson/tsdf.git", branch = "main" }
20+
tsdf = "^0.6.1"
2121
python-dateutil = "^2.9.0.post0"
2222
nbconvert = "^7.16.6"
2323
pyarrow = "^22.0.0"

tests/test_pulse_rate_analysis.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
except ImportError:
2020
HAS_TESTING_UTILS = False
2121

22-
from paradigma.testing import preprocess_ppg_data_io
23-
2422

2523
def create_test_pulse_rate_data(duration_minutes=2):
2624
"""Create simple test data for pulse rate analysis."""

0 commit comments

Comments
 (0)