Skip to content

Commit

Permalink
setup script updated
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-cortex committed Nov 26, 2018
1 parent 365b6b4 commit 32c3e42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

setup(
name='modAL',
version='0.3.1',
version='0.3.2',
author='Tivadar Danka',
author_email='[email protected]',
description='A modular active learning framework for Python3',
license='MIT',
url='https://cosmic-cortex.github.io/modAL',
url='https://modAL-python.github.io/',
packages=['modAL', 'modAL.models', 'modAL.utils'],
classifiers=['Development Status :: 4 - Beta'],
install_requires=['numpy>=1.13', 'scikit-learn>=0.18', 'scipy>=0.18'],
Expand Down

0 comments on commit 32c3e42

Please sign in to comment.