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

Fix dependency mismatch between requirements.txt and pyproject.toml #5791

Merged
merged 3 commits into from
May 16, 2023

Commits on May 16, 2023

  1. Update requirements.txt incoporating latest dependencies from pyproje…

    …ct.toml.
    
    ---------------------------------------------------------
    Since pdm was introduced, we have a new file called pyproject.toml that lists the dependencies of our projects. Requirements.txt was still available as a backup, though.
    Requirements.txt and pyproject.toml both had some changed dependencies that we had to take into account.
    With the revised dependencies from requirements.txt to prproject.toml and vice versa, this PR addresses the mismatch in dependencies between these two files.
    Aadesh-Baral committed May 16, 2023
    Configuration menu
    Copy the full SHA
    73f9251 View commit details
    Browse the repository at this point in the history
  2. Update pyproject.toml and lock file incoporating changes from require…

    …ments.txt
    
    ----------------------------------------------------------------------------------------
    Since pdm was introduced, we have a new file called pyproject.toml that lists the dependencies of our projects. Requirements.txt was still available as a backup, though.
    Requirements.txt and pyproject.toml both had some changed dependencies that we had to take into account.
    With the revised dependencies from requirements.txt to prproject.toml and vice versa, this PR addresses the mismatch in dependencies between these two files.
    Aadesh-Baral committed May 16, 2023
    Configuration menu
    Copy the full SHA
    4eab461 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a996154 View commit details
    Browse the repository at this point in the history