From 66c9d73616f4574fdf10487dc4e48bbfaa22eb97 Mon Sep 17 00:00:00 2001 From: angerhang <514140809@qq.com> Date: Wed, 17 Apr 2024 22:13:28 +0100 Subject: [PATCH] update capture24 training --- pyproject.toml | 2 +- src/asleep/get_sleep.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 41a0edd..3d0d536 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ name = "asleep" # Required # # For a discussion on single-sourcing the version, see # https://packaging.python.org/guides/single-sourcing-package-version/ -version = "0.4.11" # Required +version = "0.4.12" # Required # This is a one-line description or tagline of what your project does. This # corresponds to the "Summary" metadata field: diff --git a/src/asleep/get_sleep.py b/src/asleep/get_sleep.py index f3195b2..675550f 100644 --- a/src/asleep/get_sleep.py +++ b/src/asleep/get_sleep.py @@ -42,7 +42,7 @@ def load_model(model_path, force_download=False): pth = pathlib.Path(model_path) if force_download or not pth.exists(): - url = "https://github.com/OxWearables/asleep/releases/download/0.3.1/ssl.joblib.lzma" + url = "https://github.com/OxWearables/asleep/releases/download/0.4.12/ssl.joblib.lzma" print(f"Downloading {url}...")