From cac378736ba106c5709271a6f073d9dfef82a8b6 Mon Sep 17 00:00:00 2001 From: nik Date: Mon, 1 Apr 2024 14:14:08 +0100 Subject: [PATCH] Remove pdm --- pyproject.toml | 52 -------------------------------------------------- 1 file changed, 52 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b0ed31cf..e02bf2dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,26 +54,6 @@ matplotlib = "^3.7.4" adala = "adala.cli:main" -[tool.pdm] -[tool.pdm.dev-dependencies] -dev = [ - "pytest<8.0.0,>=7.4.3", - "pytest-cov<5.0.0,>=4.1.0", - "black<24.0.0,>=23.11.0", - "pytest-black<1.0.0,>=0.3.12", - "mkdocs<2.0.0,>=1.5.3", - "mkdocs-jupyter<1.0.0,>=0.24.3", - "mkdocs-material<10.0.0,>=9.4.7", - "mkdocstrings-python<2.0.0,>=1.7.3", - "ipykernel<7.0.0,>=6.28.0", - "jupyter<2.0.0,>=1.0.0", - "jupyterlab<5.0.0,>=4.0.10", - "jupyter-client==8.4.0", - "matplotlib<4.0.0,>=3.7.4", -] - -[tool.pdm.build] -includes = [] [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" @@ -81,35 +61,3 @@ build-backend = "poetry.core.masonry.api" #[tool.poetry.extras] #label-studio = ["label-studio-sdk @ git+https://github.com/HumanSignal/label-studio-sdk.git@pd-support"] #docs = ["sphinx>=7.1.2", "sphinx-rtd-theme>=1.3.0", "myst-parser>=2.0.0"] - -[project] -authors = [ - {name = "HumanSignal", email = "hello@humansignal.com"}, -] -requires-python = ">=3.8.8,<3.12" -dependencies = [ - "pandas", - "openai>=1.14.3", - "guidance==0.0.64", - "pydantic<3,>=2", - "rich<14,>=13", - "aiosqlite<1.0.0,>=0.19.0", - "chromadb<1.0.0,>=0.4.18", - "tenacity<9.0.0,>=8.2.3", - "gspread<6.0.0,>=5.12.3", - "datasets<3.0.0,>=2.16.1", - "aiohttp<4.0.0,>=3.9.3", - "boto3<2.0.0,>=1.34.38", - "aiokafka<1.0.0,>=0.10.0", - "redis-om", - "fastapi<1.0.0,>=0.104.1", - "celery[redis]<6.0.0,>=5.3.6", - "uvicorn", -] -name = "adala" -version = "0.0.4dev" -description = "Adala: Autonomous Data Labeling Agent" -classifiers = ["Programming Language :: Python :: 3", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent"] - -[project.scripts] -adala = "adala.cli:main"