Skip to content

Commit

Permalink
update copier just
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Mar 6, 2024
1 parent 0bfdedb commit e0bc4b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: d7a66f4
_commit: dfb4c32
_src_path: https://github.com/lenskit/lk-project-template
owner: Drexel University and contributors
package_name: lenskit
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ python = ["3.10", "3.11"]
default_envs = ["test", "doc"]
template_python = "envs/lenskit-py{py_version}-{env}"
template = "envs/{env}"
deps = ["tbb"]
deps = ["tbb", "just"]

[tool.pyproject2conda.envs.dev]
extras = ["dev", "test", "doc", "demo", "sklearn"]
Expand Down

0 comments on commit e0bc4b4

Please sign in to comment.