Skip to content

Commit

Permalink
reinstated old setup version
Browse files Browse the repository at this point in the history
  • Loading branch information
angelosalatino committed Apr 1, 2023
1 parent 0adfb86 commit e0579ed
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@
long_description = fh.read()


if platform.python_version() >= '3.7':
IGRAPH = 'igraph==0.10.4'
else:
IGRAPH = 'python-igraph==0.9.1'

requirements_to_install = [
IGRAPH,
'igraph==0.10.4;python_version>="3.7"',
'python-igraph==0.9.1;python_version<"3.7"',
'gensim==3.8.3',
'click==7.1.2',
'hurry.filesize==0.9',
Expand Down Expand Up @@ -49,5 +45,5 @@
],
package_data = {'cso_classifier' : ['assets/*','config.ini'] },
install_requires=requirements_to_install,
python_requires='>=3.7.0',
python_requires='>=3.6.0',
)

0 comments on commit e0579ed

Please sign in to comment.