Skip to content

Commit d94428c

Browse files
committed
Remove curator again
Signed-off-by: zethson <[email protected]>
1 parent 0091d0d commit d94428c

File tree

4 files changed

+2
-114
lines changed

4 files changed

+2
-114
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Install dependencies
6161
run: |
6262
uv pip install --system rpy2
63-
uv pip install --system ${{ matrix.pip-flags }} ".[dev,test,coda,de,validator]"
63+
uv pip install --system ${{ matrix.pip-flags }} ".[dev,test,coda,de]"
6464
6565
- name: Test
6666
env:

pertpy/data/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,8 @@
5656
zhang_2021,
5757
zhao_2021,
5858
)
59-
from pertpy.data._perturbation_validator import PerturbationCurator
6059

6160
__all__ = [
62-
"PerturbationCurator",
6361
"adamson_2016_pilot",
6462
"adamson_2016_upr_epistasis",
6563
"adamson_2016_upr_perturb_seq",

pertpy/data/_perturbation_validator.py

Lines changed: 0 additions & 105 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pertpy"
77
version = "0.9.4"
88
description = "Perturbation Analysis in the scverse ecosystem."
99
readme = "README.md"
10-
requires-python = ">=3.10"
10+
requires-python = ">=3.10,<3.13"
1111
license = {file = "LICENSE"}
1212
authors = [
1313
{name = "Lukas Heumos"},
@@ -81,11 +81,6 @@ de = [
8181
dev = [
8282
"pre-commit",
8383
]
84-
validator = [
85-
"cellxgene-lamin",
86-
"wetlab",
87-
"findrefs"
88-
]
8984
doc = [
9085
"docutils>=0.8,!=0.18.*,!=0.19.*",
9186
"sphinx>=4",

0 commit comments

Comments
 (0)