We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate package dependencies from requirements.txt to pyproject.toml
This ticket continues on the effort to improve Kedro-Viz packaging after #1978 and #1967 are merged.
pip install .
pip install .[test]
NOTE: There might be issues of kedro-viz being installed along with the dependencies. There is an open PR to address this issue - pypa/pip#11440
kedro-viz
The text was updated successfully, but these errors were encountered:
ravi-kumar-pilla
No branches or pull requests
Description
Migrate package dependencies from requirements.txt to pyproject.toml
Context
This ticket continues on the effort to improve Kedro-Viz packaging after #1978 and #1967 are merged.
Possible Implementation
pip install .
(for core dependencies),pip install .[test]
(for test dependencies).NOTE: There might be issues of
kedro-viz
being installed along with the dependencies. There is an open PR to address this issue - pypa/pip#11440Checklist
The text was updated successfully, but these errors were encountered: