Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No longer depend on the LensKit build tools #363

Merged
merged 2 commits into from
Mar 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion envs/lenskit-py3.10-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ dependencies:
- sphinx>=4.2
- sphinx_rtd_theme>=0.5
- sphinxcontrib-bibtex>=2.0
- sphinxext-opengraph>=0.5
- tbb
- threadpoolctl>=3.0
- tqdm>=4
- pip
- pip:
- lenskit-build-helpers>=0.1
- unbeheader~=1.3
1 change: 1 addition & 0 deletions envs/lenskit-py3.10-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ dependencies:
- sphinx>=4.2
- sphinx_rtd_theme>=0.5
- sphinxcontrib-bibtex>=2.0
- sphinxext-opengraph>=0.5
- tbb
- threadpoolctl>=3.0
2 changes: 1 addition & 1 deletion envs/lenskit-py3.11-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ dependencies:
- sphinx>=4.2
- sphinx_rtd_theme>=0.5
- sphinxcontrib-bibtex>=2.0
- sphinxext-opengraph>=0.5
- tbb
- threadpoolctl>=3.0
- tqdm>=4
- pip
- pip:
- lenskit-build-helpers>=0.1
- unbeheader~=1.3
1 change: 1 addition & 0 deletions envs/lenskit-py3.11-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ dependencies:
- sphinx>=4.2
- sphinx_rtd_theme>=0.5
- sphinxcontrib-bibtex>=2.0
- sphinxext-opengraph>=0.5
- tbb
- threadpoolctl>=3.0
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 >= 7",
"pyproject2conda ~=0.11",
"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
Loading