Skip to content

Commit

Permalink
removed pip-related code in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Aghiles SALAH committed Jul 18, 2018
1 parent 1000fe6 commit 56915aa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@

import setuptools
import os
import pip
from pip._internal import main
from setuptools.command.install import install as _install


try:
Expand Down Expand Up @@ -65,7 +62,6 @@
ext_modules = external_modules,
install_requires=['numpy', 'scipy', 'pandas'],
dependency_links = [torch_dl],
setup_requires=['pip'],
packages=setuptools.find_packages(),
classifiers=(
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 56915aa

Please sign in to comment.