Thanks to visit codestin.com
Credit goes to github.com

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: jdk6979/python-mini-projects
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2dbd273
Choose a base ref
...
head repository: Python-World/python-mini-projects
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e0cfd4b
Choose a head ref
  • 13 commits
  • 3 files changed
  • 3 contributors

Commits on Dec 2, 2021

  1. without -r can't install requirements

    with pip install -r requirements.txt i have this error
    ERROR: Could not find a version that satisfies the requirement requirements.txt (from versions: none)
    ERROR: No matching distribution found for requirements.txt
    
    to solve this I added the -r option
    
    -r, --requirement <file>    Install from the given requirements file. This option can be used multiple times.
    nagyzekkyandras authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    d8995a1 View commit details
    Browse the repository at this point in the history
  2. Create README.md

    nagyzekkyandras authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    5477f39 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Merge pull request Python-World#547 from NAndras95/master

    without -r can't install requirements
    chavarera authored Dec 3, 2021
    Configuration menu
    Copy the full SHA
    79294db View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Bump lxml from 4.6.3 to 4.6.5

    Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.6.5.
    - [Release notes](https://github.com/lxml/lxml/releases)
    - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
    - [Commits](lxml/lxml@lxml-4.6.3...lxml-4.6.5)
    
    ---
    updated-dependencies:
    - dependency-name: lxml
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    03268d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2022

  1. Bump pillow from 8.3.2 to 9.0.1

    Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.2 to 9.0.1.
    - [Release notes](https://github.com/python-pillow/Pillow/releases)
    - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
    - [Commits](python-pillow/Pillow@8.3.2...9.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: pillow
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 12, 2022
    Configuration menu
    Copy the full SHA
    8c087dd View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Bump notebook from 6.4.1 to 6.4.10

    Bumps [notebook](http://jupyter.org) from 6.4.1 to 6.4.10.
    
    ---
    updated-dependencies:
    - dependency-name: notebook
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    7dc21cc View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Bump pypdf2 from 1.26.0 to 1.27.5

    Bumps [pypdf2](https://github.com/py-pdf/PyPDF2) from 1.26.0 to 1.27.5.
    - [Release notes](https://github.com/py-pdf/PyPDF2/releases)
    - [Changelog](https://github.com/py-pdf/PyPDF2/blob/main/CHANGELOG)
    - [Commits](py-pdf/pypdf@1.26.0...1.27.5)
    
    ---
    updated-dependencies:
    - dependency-name: pypdf2
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    564365c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Bump tensorflow from 2.5.2 to 2.6.4

    Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.2 to 2.6.4.
    - [Release notes](https://github.com/tensorflow/tensorflow/releases)
    - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
    - [Commits](tensorflow/tensorflow@v2.5.2...v2.6.4)
    
    ---
    updated-dependencies:
    - dependency-name: tensorflow
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 24, 2022
    Configuration menu
    Copy the full SHA
    3b11a0b View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Merge pull request Python-World#588 from Python-World/dependabot/pip/…

    …pillow-9.0.1
    
    Bump pillow from 8.3.2 to 9.0.1
    chavarera authored May 25, 2022
    Configuration menu
    Copy the full SHA
    b03eec3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Python-World#609 from Python-World/dependabot/pip/…

    …tensorflow-2.6.4
    
    Bump tensorflow from 2.5.2 to 2.6.4
    chavarera authored May 25, 2022
    Configuration menu
    Copy the full SHA
    c7abe00 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Python-World#601 from Python-World/dependabot/pip/…

    …pypdf2-1.27.5
    
    Bump pypdf2 from 1.26.0 to 1.27.5
    chavarera authored May 25, 2022
    Configuration menu
    Copy the full SHA
    fc625b5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Python-World#598 from Python-World/dependabot/pip/…

    …notebook-6.4.10
    
    Bump notebook from 6.4.1 to 6.4.10
    chavarera authored May 25, 2022
    Configuration menu
    Copy the full SHA
    bbd05ac View commit details
    Browse the repository at this point in the history
  5. Merge pull request Python-World#555 from Python-World/dependabot/pip/…

    …lxml-4.6.5
    
    Bump lxml from 4.6.3 to 4.6.5
    chavarera authored May 25, 2022
    Configuration menu
    Copy the full SHA
    e0cfd4b View commit details
    Browse the repository at this point in the history
Loading