Skip to content

Commit 2ef762f

Browse files
committed
Fixed dependency issues
1 parent 44e1010 commit 2ef762f

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,21 @@ build-backend = "hatchling.build"
55
[tool.hatch.build.targets.wheel]
66
packages = ["src/mindhunter"]
77
dependencies = [
8-
"pandas>=2.0.0",
9-
"numpy>=1.24.0",
10-
"seaborn>=0.12.0",
11-
"matplotlib>=3.7.0",
12-
"scipy>=1.10.0",
8+
"faker>=37.8.0",
9+
"matplotlib>=3.10.6",
10+
"numpy>=2.3.3",
11+
"pandas>=2.3.3",
12+
"seaborn>=0.13.2",
1313
"pytest>=7.4.0",
1414
"pytest-cov>=4.1.0",
15-
"faker>=19.0.0",
15+
"scipy>=1.10.0",
1616
]
1717

1818
[tool.pytest.ini_options]
1919
testpaths = ["tests"]
2020
python_files = ["test_*.py"]
2121
addopts = "--cov=src/mindhunter --cov-report=term-missing"
2222

23-
2423
[project]
2524
name = "mindhunter"
2625
version = "0.1.0"
@@ -35,5 +34,5 @@ dependencies = [
3534
"seaborn>=0.13.2",
3635
"pytest>=7.4.0",
3736
"pytest-cov>=4.1.0",
38-
"faker>=19.0.0",
37+
"scipy>=1.10.0",
3938
]

0 commit comments

Comments
 (0)