File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,22 +5,21 @@ build-backend = "hatchling.build"
55[tool .hatch .build .targets .wheel ]
66packages = [" src/mindhunter" ]
77dependencies = [
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 ]
1919testpaths = [" tests" ]
2020python_files = [" test_*.py" ]
2121addopts = " --cov=src/mindhunter --cov-report=term-missing"
2222
23-
2423[project ]
2524name = " mindhunter"
2625version = " 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]
You can’t perform that action at this time.
0 commit comments