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: jakevdp/PythonDataScienceHandbook
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: garyfeng/PythonDataScienceHandbook
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Jun 14, 2018

  1. removing scikit-image==0.12.3 from requirement

    to avoid the following message:
    ```
      Downloading https://files.pythonhosted.org/packages/86/d0/b0192dc9a544da90f2d9150bcd84b981c6873e42a1f752b6affb89180ad8/scikit-image-0.12.3.tar.gz (20.7MB)
        Complete output from command python setup.py egg_info:
        To install scikit-image from source, you will need numpy.
        Install numpy with pip:
        pip install numpy
        Or use your operating system package manager. For more
        details, see http://scikit-image.org/docs/stable/install.html
    ```
    garyfeng authored Jun 14, 2018
    Configuration menu
    Copy the full SHA
    c6aa3a4 View commit details
    Browse the repository at this point in the history
  2. removing versions from requirements

    so we will use most up-to-date
    garyfeng authored Jun 14, 2018
    Configuration menu
    Copy the full SHA
    cb65a48 View commit details
    Browse the repository at this point in the history
  3. putting back scikit-image

    garyfeng authored Jun 14, 2018
    Configuration menu
    Copy the full SHA
    7eab90a View commit details
    Browse the repository at this point in the history
Loading