Skip to content

Commit

Permalink
set-up tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alyakin314 committed Sep 3, 2020
1 parent 0922ccf commit 6cb745d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os
import sys
from setuptools import setup, find_packages
from sys import platform

PACKAGE_NAME = "graspy"
DESCRIPTION = "A set of python modules for graph statistics"
Expand All @@ -10,7 +9,7 @@
AUTHOR = ("Eric Bridgeford, Jaewon Chung, Benjamin Pedigo, Bijan Varjavand",)
AUTHOR_EMAIL = "j1c@jhu.edu"
URL = "https://github.com/neurodata/graspy"
MINIMUM_PYTHON_VERSION = 3, 6 # Minimum of Python 3.5
MINIMUM_PYTHON_VERSION = 3, 6 # Minimum of Python 3.6
REQUIRED_PACKAGES = [
"networkx>=2.1",
"numpy>=1.8.1",
Expand Down

0 comments on commit 6cb745d

Please sign in to comment.