Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Commit 5aea0be

Browse files
authored
Merge pull request #12 from MarkDunne/master
Dependency fix
2 parents 6c6c0e3 + f0d9b16 commit 5aea0be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
description=("Machine Learning-Based Predictive Modelling of CRISPR/Cas9 guide efficiency"),
1010
packages=["azimuth", "azimuth.features", "azimuth.models", "azimuth.tests"],
1111
package_data={'azimuth': ['saved_models/*.*']},
12-
install_requires=['scipy', 'numpy', 'matplotlib', 'nose', 'scikit-learn>=0.17.1', 'pandas', 'biopython'],
12+
install_requires=['scipy', 'numpy', 'matplotlib', 'nose', 'scikit-learn>=0.17.1,<0.18', 'pandas', 'biopython'],
1313
license="BSD",
1414
# ext_modules=cythonize("ssk_cython.pyx"),
1515
)

0 commit comments

Comments
 (0)