[project] name = "salespath-env" version = "0.2.0" description = "OpenEnv RL environment for training B2B sales agents via GRPO" requires-python = ">=3.10" license = { text = "MIT" } readme = "README.md" authors = [{ name = "SalesPath Team" }] dependencies = [ "openenv-core>=0.2.3", "fastapi>=0.110.0", "uvicorn[standard]>=0.29.0", "pydantic>=2.0", "requests>=2.31.0", ] [project.optional-dependencies] training = [ "trl>=0.11.0", "transformers>=4.40.0", "datasets>=2.18.0", "peft>=0.10.0", "bitsandbytes>=0.43.0", "accelerate>=0.28.0", "torch>=2.2.0", "matplotlib>=3.8.0", "unsloth ; python_version >= '3.10'", ] vllm = [ "vllm>=0.5.0", ] [build-system] requires = ["setuptools>=68", "wheel"] build-backend = "setuptools.build_meta" [tool.setuptools.packages.find] where = ["."] include = ["salespath_env*"]