Skip to content

Commit 9881bfa

Browse files
committed
fix dev dependencies
1 parent f282e52 commit 9881bfa

File tree

2 files changed

+20
-208
lines changed

2 files changed

+20
-208
lines changed

pyproject.toml

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "airsenal"
3-
version = "1.14.0"
3+
version = "1.14.1"
44
description = "AI manager for Fantasy Premier League"
55
authors = [
66
{name = "Angus Williams", email = "[email protected]"},
@@ -29,15 +29,6 @@ dependencies = [
2929
"jaxlib==0.4.24",
3030
"numpy>1,<2",
3131
"curl-cffi>=0.13.0",
32-
"pytest[dev]>=8.4.2",
33-
"ruff[dev]>=0.13.1",
34-
"pre-commit[dev]>=4.3.0",
35-
"mypy[dev]>=1.18.2",
36-
"pytest-cov[dev]>=7.0.0",
37-
"pytest-sugar[dev]>=1.1.1",
38-
"types-dateparser[dev]>=1.2.2.20250809",
39-
"types-requests[dev]>=2.32.4.20250913",
40-
"types-python-dateutil[dev]>=2.9.0.20250822",
4132
]
4233

4334
[tool.hatch.metadata]
@@ -48,15 +39,15 @@ api = ["Flask>=3.0.2"]
4839
notebook = ["jupyterlab>=4.1.2"]
4940
plot = ["matplotlib>=3.8.3", "seaborn>=0.13.2"]
5041
dev = [
51-
"pytest-cov>=4.1.0",
52-
"ruff>=0.12.5",
53-
"pre-commit>=3.6.2",
54-
"pytest>=8.0.1",
55-
"pytest-sugar>=1.0.0",
56-
"types-dateparser>=1.2.2.20250627",
57-
"types-requests>=2.32.4.20250611",
58-
"mypy>=1.17.0",
59-
"types-python-dateutil>=2.9.0.20250708",
42+
"pytest>=8.4.2",
43+
"ruff>=0.13.1",
44+
"pre-commit>=4.3.0",
45+
"mypy>=1.18.2",
46+
"pytest-cov>=7.0.0",
47+
"pytest-sugar>=1.1.1",
48+
"types-dateparser>=1.2.2.20250809",
49+
"types-requests>=2.32.4.20250913",
50+
"types-python-dateutil>=2.9.0.20250822",
6051
]
6152

6253
[project.scripts]

0 commit comments

Comments
 (0)