We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8631db0 commit 1b953feCopy full SHA for 1b953fe
.github/workflows/tests.yml
@@ -20,7 +20,7 @@ jobs:
20
run: |
21
python -m pip install --upgrade pip
22
python -m pip install pytest
23
- python -m pip install -e .
+ python -m pip install -e ".[dev]"
24
25
- name: Run tests with pytest
26
pyproject.toml
@@ -51,6 +51,7 @@ documentation = "https://lias-laboratory.github.io/radius_clustering/"
51
[project.optional-dependencies]
52
dev = [
53
"pytest>=8.3.3",
54
+ "pandas",
55
"cython>=3.0",
56
"setuptools>= 61.0",
57
"black>=24.3.0",
0 commit comments