8000 Comparing 1.0.1...get_annotions_from_lib_name · jml-derek/rules_python · GitHub
[go: up one dir, main page]

Skip to content
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: jml-derek/rules_python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.1
Choose a base ref
...
head repository: jml-derek/rules_python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: get_annotions_from_lib_name
Choose a head ref
  • 5 commits
  • 3 files changed
  • 1 contributor

Commits on Jul 21, 2022

  1. Add a dict to lookup the short requirement

    the dict will look like this
    
    {
     "third_party_libs_numpy": "numpy=1.0.0"
    }
    jml-derek committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    842867b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2be4eab View commit details
    Browse the repository at this point in the history
  3. Delete settings.json

    jml-derek committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    470dcfa View commit details
    Browse the repository at this point in the history
  4. Update requirements.bzl

    jml-derek committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    4b20ce9 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    032f377 View commit details
    Browse the repository at this point in the history
Loading
0