Skip to content

Commit

Permalink
No longer depend on the LensKit build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Mar 3, 2024
1 parent 1bd6dfb commit 7b05ebe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 0 additions & 2 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 7b05ebe

Please sign in to comment.