Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chaithyagr authored Jan 8, 2024
1 parent facf203 commit c7b04b7
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
from __future__ import print_function
import os
from setuptools import setup, find_packages
try:
from pip._internal.main import main as pip_main
except:
from pip._internal import main as pip_main

# Global parameters
CLASSIFIERS = [
Expand All @@ -24,15 +20,11 @@
"Programming Language :: Python",
"Topic :: Scientific/Engineering"]
AUTHOR = """
Antoine Grigis <antoine.grigis@cea.fr>
Samuel Farrens <[email protected]>
Chaithya G R <chaithya.giliyarradhakrishna@cea.fr>
Pierre-Antoine Comby <[email protected]>
Jean-Luc Starck <[email protected]>
Philippe Ciuciu <[email protected]>
"""
# Write setup
setup_requires = ["numpy>=1.16.4", "cython>=0.27.3", "pytest-runner"]

pip_main(['install'] + setup_requires)

setup(
name="pysap-mri",
Expand Down

0 comments on commit c7b04b7

Please sign in to comment.