Skip to content

Commit

Permalink
Merge pull request #25 from IndicoDataSolutions/madison/reqs-2
Browse files Browse the repository at this point in the history
FIX: requirement versions
  • Loading branch information
madisonmay committed Jun 22, 2018
2 parents f1ce95f + 0d314f0 commit 14bc679
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion enso/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from enso.metrics import Metric


__version__, version, VERSION = ('0.1.2',) * 3
__version__, version, VERSION = ('0.1.3',) * 3
13 changes: 2 additions & 11 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,11 @@
import os
from setuptools import setup, find_packages

REQUIREMENTS = [
"pandas>=0.20.3",
"seaborn>=0.8.1",
"tqdm>=4.19.4",
"IndicoIo>=1.1.1",
"scikit-learn==0.19.0",
"numpy>=1.13.1",
"click==6.7",
"bs4==0.0.1"
]
REQUIREMENTS = open('requirements.txt').readlines()

setup(
name='enso',
version='0.1.2',
version='0.1.3',
description='Testing feature-sets and learning algorithms for transfer learning.',
author='indico',
author_email='engineering@indico.io',
Expand Down

0 comments on commit 14bc679

Please sign in to comment.