File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " ml_project_template"
7- version = " 0.0.1 "
8- requires-python = " ~ =3.12"
7+ version = " 0.0.12 "
8+ requires-python = " > =3.12"
99dependencies = [
1010 " torch>=2.5.1" ,
1111 " wandb>=0.18.5" ,
12- " hydra-zen>=0.13 .0" ,
12+ " hydra-zen>=0.14 .0" ,
1313 " submitit>=1.5.1" ,
1414 " python-dotenv>=1.0.1" ,
1515 " numpy>=1.26.4" ,
@@ -23,12 +23,8 @@ dev = [
2323 " ruff>=0.8.0" ,
2424]
2525
26- [tool .setuptools ]
27- package-dir = { "" = " src" }
28-
2926[tool .setuptools .packages .find ]
30- where = [" src" ]
31- include = [" *" ]
27+ include = [" ml_project_template" ]
3228namespaces = true
3329
3430[tool .uv .sources ]
@@ -42,7 +38,7 @@ url = "https://download.pytorch.org/whl/cu124"
4238explicit = true
4339
4440[tool .pytest .ini_options ]
45- pythonpath = [" ." , " src " ]
41+ pythonpath = [" ." ]
4642
4743[tool .mypy ]
4844explicit_package_bases = true
You can’t perform that action at this time.
0 commit comments