Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Conversation

@Laurent2916
Copy link
Contributor

small test snippet:

cd /tmp
python3 -m venv .venv
. .venv/bin/activate

pip install refiners@git+https://github.com/finegrain-ai/refiners@pr/check_refiners_conversion_deps
python -c 'import refiners.conversion' # should fail, with message: Some dependencies are missing: ... Please install refiners with the `conversion` extra, e.g. `pip install refiners[conversion]`
pip install refiners[conversion]@git+https://github.com/finegrain-ai/refiners@pr/check_refiners_conversion_deps
python -c 'import refiners.conversion' # should work

@Laurent2916 Laurent2916 requested a review from deltheil October 14, 2024 14:54
@Laurent2916 Laurent2916 self-assigned this Oct 14, 2024
@Laurent2916 Laurent2916 force-pushed the pr/check_refiners_conversion_deps branch from c909276 to 9fb8344 Compare October 15, 2024 08:36
@Laurent2916 Laurent2916 merged commit 9b19272 into main Oct 15, 2024
3 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants