[build-system] requires = ["setuptools>=61.0", "wheel"] build-backend = "setuptools.build_meta" [project] name = "nyx-probing" version = "0.1.0" description = "Probe the Young Mind's conceptual topology" readme = "README.md" license = {text = "Apache-2.0"} authors = [ {name = "dafit"}, {name = "Nyx (Chrysalis-Nyx)"}, ] requires-python = ">=3.10" dependencies = [ "torch>=2.1.0", "transformers>=4.36.0", "accelerate>=0.25.0", "click>=8.1.0", "rich>=13.0.0", "pydantic>=2.5.0", "pyyaml>=6.0.0", "python-dotenv>=1.0.0", "numpy>=1.24.0", ] [project.optional-dependencies] dev = [ "jupyter>=1.0.0", "matplotlib>=3.8.0", "pytest>=7.0.0", ] [project.scripts] nyx-probe = "nyx_probing.cli.probe:main" [project.urls] Homepage = "https://git.eachpath.com/dafit/nyx-probing" Repository = "https://git.eachpath.com/dafit/nyx-probing" [tool.setuptools.packages.find] where = ["."] include = ["nyx_probing*"]