We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df8ef8b commit 98012d5Copy full SHA for 98012d5
1 file changed
setup.py
@@ -6,7 +6,7 @@
6
with open("openml/__version__.py") as fh:
7
version = fh.readlines()[-1].split()[-1].strip("\"'")
8
9
-# Using Python setup.py install will try to build numpy which prone to failure and
+# Using Python setup.py install will try to build numpy which is prone to failure and
10
# very time consuming anyway.
11
if len(sys.argv) > 1 and sys.argv[1] == 'install':
12
print('Please install this package with pip: `pip install -e .` '
0 commit comments