chore: clarify dependency requirement scopes#135
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Tracks DFPY-66.
This PR tightens the dependency surface so requirement files match how the SDK is actually installed:
requirements.txta minimal runtime/core install file instead of a mixed runtime/optional/test/docs grab bagsetup.pyextras as the package-install source of truth while adding explicittest,docs, andbenchmarkextrasValidation
.venv313/bin/python -m pytest tests/ -m "not slow" --ignore=tests/test_gliner_annotator.py --ignore=tests/test_image_service.py --ignore=tests/test_ocr_integration.py --ignore=tests/test_spark_integration.py --ignore=tests/test_text_service_integration.py489 passed, 10 skipped, 291 deselected, 19 xfailed.venv313/bin/python -m pytest --collect-only tests/benchmark_text_service.py::test_regex_performance.venv313/bin/python -m pip install --dry-run -e ".[test,cli]" -r requirements-test.txt.venv313/bin/python -m pip install --dry-run -r requirements-dev.txt.venv313/bin/python -m pip install --dry-run -r requirements-benchmark.txt.venv313/bin/python setup.py egg_info.venv313/bin/python -m black --check setup.pygit diff --checkNote:
setup.py egg_infostill emits the existing setuptools license-classifier deprecation warning; this PR does not change licensing metadata.