Skip to content

Commit 11d304b

Browse files
committed
release: minor infra update try 3
1 parent 5044be3 commit 11d304b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- name: Install dependencies
3636
run: |
3737
python -m pip install --upgrade pip wheel setuptools>=77.0.3 uv
38+
uv pip install --system "git+https://github.com/KulikDM/pyclustering.git@Warning-Fix"
3839
uv pip install --system -e '.[dev]' --no-build-isolation
3940
- name: Lint with Ruff
4041
run: ruff check .

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ dynamic = ["version"]
1111
description = "A Python toolbox for outlier detection thresholding in machine learning and data science"
1212
readme = { file = "README.rst", content-type = "text/x-rst" }
1313
requires-python = ">=3.8"
14-
license = { file = "LICENSE" }
14+
license = "BSD-3-Clause"
15+
license-files = ["LICENSE"]
1516

1617
keywords = [
1718
"outlier-detection",
@@ -86,7 +87,6 @@ extra = [
8687
"torch",
8788
"tqdm",
8889
"xgboost>=2.0.0",
89-
"pyclustering @ https://github.com/KulikDM/pyclustering/archive/Warning-Fix.zip",
9090
]
9191

9292
# Dev / testing / linting
@@ -102,7 +102,6 @@ dev = [
102102
"torch",
103103
"tqdm",
104104
"xgboost>=2.0.0",
105-
"pyclustering @ https://github.com/KulikDM/pyclustering/archive/Warning-Fix.zip",
106105

107106
# --- dev tools ---
108107
"pytest",
@@ -156,7 +155,7 @@ pythresh = [
156155
# Automated model publish versioning
157156
# --------------------------------------------------------------------------------------------------
158157
[tool.bumpversion]
159-
current_version = "1.1.1"
158+
current_version = "1.0.3"
160159
commit = true
161160
tag = false
162161

pythresh/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.1"
1+
__version__ = "1.0.3"

0 commit comments

Comments
 (0)