| [project] | |
| authors = [{name = "Mio", email = "violet172309@gmail.com"}] | |
| dependencies = ["numpy", "tensorflow", "scipy", "matplotlib", "imageio", "opencv-python", "tqdm", "torch"] | |
| name = "grid-pattern-formation" | |
| requires-python = ">= 3.11" | |
| version = "0.1.0" | |
| [build-system] | |
| build-backend = "hatchling.build" | |
| requires = ["hatchling"] | |
| [tool.pixi.workspace] | |
| channels = ["conda-forge"] | |
| platforms = ["linux-64"] | |
| [tool.pixi.system-requirements] | |
| cuda = "12.6" | |
| [tool.pixi.pypi-dependencies] | |
| grid_pattern_formation = { path = ".", editable = true } | |
| [tool.pixi.tasks] | |