Skip to content

Commit

Permalink
Add ability to update lockfile without updating poprox-concepts (#58)
Browse files Browse the repository at this point in the history
This PR adds a `--freeze-concepts` option to `update-dep-lock.sh` to
allow us to update the lock file (e.g. to add a new dependency)
**without** also updating the version of `poprox-concepts` in use. This
is useful to allow development of things that need new dependencies
while someone else is working on updating the recommender to a new
`poprox-concepts` version.

Adding the reverse — updating only `poprox-concepts` without other
dependencies — is still blocking on conda/conda-lock#652.
  • Loading branch information
mdekstrand authored Jul 8, 2024
1 parent 562ea57 commit 8750f5b
Show file tree
Hide file tree
Showing 4 changed files with 575 additions and 313 deletions.
Loading

0 comments on commit 8750f5b

Please sign in to comment.