[project] name = "resource-allocation" version = "0.1.0" description = "Replication of semantic-aware resource allocation" requires-python = ">=3.10" dependencies = [ "torch>=2.0.0", "numpy>=1.23.0", "matplotlib>=3.6.0", "scipy>=1.9.0", "tqdm>=4.65.0" ] [project.optional-dependencies] dev = [ "pytest>=7.0.0" ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src"] [tool.pytest.ini_options] pythonpath = ["."]