Skip to content

Commit

Permalink
update: setup script updated
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-cortex committed Oct 2, 2018
1 parent fa351b4 commit 1cc2f1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
from setuptools import setup
from setuptools import setup, find_packages

setup(
name='modAL',
version='0.3.0',
version='0.3.1',
author='Tivadar Danka',
author_email='85a5187a@opayq.com',
description='A modular active learning framework for Python3',
license='MIT',
url='https://cosmic-cortex.github.io/modAL',
packages=['modAL', 'modAL.utils'],
packages=['modAL', 'modAL.models', 'modAL.utils'],
classifiers=['Development Status :: 4 - Beta'],
install_requires=['numpy>=1.13', 'scikit-learn>=0.18', 'scipy>=0.18'],
)

0 comments on commit 1cc2f1d

Please sign in to comment.