8000 Comparing v2.10.1...main · allenai/allennlp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: allenai/allennlp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.10.1
Choose a base ref
...
head repository: allenai/allennlp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 1 commit
  • 8 files changed
  • 1 contributor

Commits on Nov 22, 2022

  1. Remove upper bounds for dependencies in requirements.txt (#5733)

    * Remove upper bounds for dependencies in requirements.txt
    
    The stated reason for this pinning was to prevent CI breakage, and there
    was a bot to help upgrade dependencies automatically. However, now that
    the library is being retired and Depdendabot was, this upgrade process
    is no longer happening.
    
    Removing these upper bounds will make using the library in the future
    much easier. To prevent CI breakage after upper bound removal, they can
    be kept in a constraints file for use in CI. It would be up to end users
    in the future to limit dependency conflicts if they encounter any.
    
    I have checked the history, and as far as I can tell, none of these
    upper pins exist to prevent a known breakage. Therefore, I moved them
    all to the constraints file.
    
    * Use constraints file in more places
    
    I needed to add a new `requirements.in` file and an extra constraint so
    `pip-compile` resolved all dependencies properly.
    aphedges authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    80fb606 View commit details
    Browse the repository at this point in the history
Loading
0