From 7b05ebeff30bb8c0fd070d71c4c6cd7681cef15f Mon Sep 17 00:00:00 2001 From: Michael Ekstrand Date: Sat, 2 Mar 2024 19:52:00 -0500 Subject: [PATCH] No longer depend on the LensKit build tools --- pyproject.toml | 5 ++--- tasks.py | 2 -- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f9354ddc9..5e97ab9f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,14 +37,13 @@ dependencies = [ dev = [ "setuptools>=64", "setuptools_scm>=8", - "build ==1.*", # p2c: -s python-build==1 + "build ==1.*", # p2c: -s python-build==1 "ruff >= 0.2", "copier ==9.*", - "unbeheader ~= 1.3", # p2c: -p + "unbeheader ~= 1.3", # p2c: -p "ipython", "pyproject2conda", "sphinx-autobuild >= 2021", - "lenskit-build-helpers >=0.1", # p2c: -p "invoke >=1", "docopt >= 0.6", "tqdm >= 4", diff --git a/tasks.py b/tasks.py index 2a219b927..6f5164d99 100644 --- a/tasks.py +++ b/tasks.py @@ -4,8 +4,6 @@ # Licensed under the MIT license, see LICENSE.md for details. # SPDX-License-Identifier: MIT -from lkbuild.tasks import * - @task def update_env_specs(c):