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 365b6b4 commit 32c3e42Copy full SHA for 32c3e42
setup.py
@@ -2,12 +2,12 @@
2
3
setup(
4
name='modAL',
5
- version='0.3.1',
+ version='0.3.2',
6
author='Tivadar Danka',
7
author_email='85a5187a@opayq.com',
8
description='A modular active learning framework for Python3',
9
license='MIT',
10
- url='https://cosmic-cortex.github.io/modAL',
+ url='https://modAL-python.github.io/',
11
packages=['modAL', 'modAL.models', 'modAL.utils'],
12
classifiers=['Development Status :: 4 - Beta'],
13
install_requires=['numpy>=1.13', 'scikit-learn>=0.18', 'scipy>=0.18'],
0 commit comments