Skip to content

Commit d843606

Browse files
committed
Move package
1 parent 24b93bc commit d843606

6 files changed

Lines changed: 79 additions & 72 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ml_project_template"
7-
version = "0.0.1"
8-
requires-python = "~=3.12"
7+
version = "0.0.12"
8+
requires-python = ">=3.12"
99
dependencies = [
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"]
3228
namespaces = true
3329

3430
[tool.uv.sources]
@@ -42,7 +38,7 @@ url = "https://download.pytorch.org/whl/cu124"
4238
explicit = true
4339

4440
[tool.pytest.ini_options]
45-
pythonpath = [".", "src"]
41+
pythonpath = ["."]
4642

4743
[tool.mypy]
4844
explicit_package_bases = true

0 commit comments

Comments
 (0)