Skip to content

Commit

Permalink
remove old pyproject2conda support
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Jun 5, 2024
1 parent 0083e2a commit ee7dd5a
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 303 deletions.
27 changes: 0 additions & 27 deletions envs/lenskit-py3.10-ci.yaml

This file was deleted.

53 changes: 0 additions & 53 deletions envs/lenskit-py3.10-dev.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions envs/lenskit-py3.10-doc.yaml

This file was deleted.

37 changes: 0 additions & 37 deletions envs/lenskit-py3.10-test.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions envs/lenskit-py3.11-ci.yaml

This file was deleted.

53 changes: 0 additions & 53 deletions envs/lenskit-py3.11-dev.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions envs/lenskit-py3.11-doc.yaml

This file was deleted.

37 changes: 0 additions & 37 deletions envs/lenskit-py3.11-test.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ docs:
preview-docs:
sphinx-autobuild --watch lenskit docs build/doc

# update environment specifications
update-envs:
pyproject2conda project

# update source file headers
update-headers:
unbehead
Expand Down
17 changes: 0 additions & 17 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,6 @@ include = ["lenskit*"]
[tool.setuptools_scm]
version_scheme = "release-branch-semver"

# settings for generating conda environments for dev & CI, when needed
[tool.pyproject2conda]
channels = ["pytorch", "conda-forge", "nodefaults"]
python = ["3.10", "3.11"]
default_envs = ["test", "doc"]
template_python = "envs/lenskit-py{py_version}-{env}"
template = "envs/{env}"
deps = ["tbb", "just"]

[tool.pyproject2conda.envs.dev]
extras = ["dev", "test", "doc", "demo", "sklearn"]
deps = ["just==1.*", "tbb"]

[tool.pyproject2conda.envs.ci]
extras = ["test", "sklearn", "dev"]
deps = ["just==1.*", "tbb"]

[tool.coverage.run]
relative_files = true

Expand Down

0 comments on commit ee7dd5a

Please sign in to comment.