Skip to content

Commit

Permalink
Merge pull request #89 from saattrupdan/dependency-fix
Browse files Browse the repository at this point in the history
Dependency fix
  • Loading branch information
MechCoder committed Jun 22, 2021
2 parents 23c5139 + 5b1a5a1 commit b9c5d84
Show file tree
Hide file tree
Showing 15 changed files with 838 additions and 94 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ dist/
*.c
*.so
site/
.env/*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
'Operating System :: Unix',
'Operating System :: MacOS'
],
install_requires=["numpy", "scipy", "scikit-learn>=0.18", "cython"],
install_requires=["numpy", "scipy", "scikit-learn>=0.22", "cython", "six"],
setup_requires=["cython"],
ext_modules=extensions)

0 comments on commit b9c5d84

Please sign in to comment.