Skip to content

Commit 1af2219

Browse files
committed
fix deps
1 parent 6dfbf90 commit 1af2219

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

pyproject.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@ authors = [
33
{name = "Max Halford", email = "maxhalford25@gmail.com"},
44
]
55
license = "MIT"
6-
requires-python = "<4.0,>=3.10"
6+
requires-python = ">=3.10"
77
readme = "README.md"
88
dependencies = [
9-
"scikit-learn<2.0.0,>=1.5.1",
10-
"pandas<3.0.0,>=2.2.0",
11-
"altair<6.0.0,>=5.0.0",
9+
"scikit-learn>=1.5.1",
10+
"pandas>=2.2.0",
11+
"altair>=5.0.0",
1212
]
1313
name = "prince"
14-
version = "0.16.2"
14+
version = "0.16.3"
1515
description = "Factor analysis in Python: PCA, CA, MCA, MFA, FAMD, GPA"
1616

1717
[project.optional-dependencies]
1818
dev = [
19-
"nbconvert<8.0.0,>=7.16.5",
20-
"fbpca<2.0,>=1.0",
21-
"pytest<9.0.0,>=8.3.4",
22-
"ipykernel<7.0.0,>=6.13.0",
23-
"rpy2<4.0.0,>=3.5.2",
24-
"ruff<1.0.0,>=0.8.8",
25-
"xarray<2026.0.0,>=2025.1.0",
26-
"pre-commit<5.0.0,>=4.0.1",
19+
"nbconvert>=7.16.5",
20+
"fbpca>=1.0",
21+
"pytest>=8.3.4",
22+
"ipykernel>=6.13.0",
23+
"rpy2>=3.5.2",
24+
"ruff>=0.8.8",
25+
"xarray>=2025.1.0",
26+
"pre-commit>=4.0.1",
2727
]
2828

2929
[tool.pytest.ini_options]

uv.lock

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

0 commit comments

Comments
 (0)