Skip to content
New issue

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

Move requirements file to pyproject.toml #1981

Open
1 task done
ravi-kumar-pilla opened this issue Jul 11, 2024 · 0 comments
Open
1 task done

Move requirements file to pyproject.toml #1981

ravi-kumar-pilla opened this issue Jul 11, 2024 · 0 comments
Assignees
Labels
DevOps Python Pull requests that update Python code

Comments

@ravi-kumar-pilla
Copy link
Contributor

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

  • Move the dependencies in requirements.txt to pyproject.toml under [project] -> dependencies
  • Move the dependencies in test_requirements.txt to pyproject.toml under [project.optional-dependencies] -> test
  • Update CI tests to install dependencies via toml file using 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#11440

Checklist

  • Include labels so that we can categorise your feature request
@ravi-kumar-pilla ravi-kumar-pilla added Enhancement Python Pull requests that update Python code labels Jul 11, 2024
@ravi-kumar-pilla ravi-kumar-pilla self-assigned this Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DevOps Python Pull requests that update Python code
Projects
Status: No status
Development

No branches or pull requests

2 participants