Skip to content

Commit

Permalink
Allow older version of scipy.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkawamoto committed Nov 18, 2016
1 parent bf2174b commit d55e762
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://travis-ci.org/rgmining/fraudar.svg?branch=master)](https://travis-ci.org/rgmining/fraudar)
[![wercker status](https://app.wercker.com/status/0187c42cbf06f25156d1cc6bf6ca6ae8/s/master "wercker status")](https://app.wercker.com/project/byKey/0187c42cbf06f25156d1cc6bf6ca6ae8)
[![Code Climate](https://codeclimate.com/github/rgmining/fraudar/badges/gpa.svg)](https://codeclimate.com/github/rgmining/fraudar)
[![Release](https://img.shields.io/badge/release-0.5.1-brightgreen.svg)](https://github.com/rgmining/fraudar/releases/tag/v0.5.1)
[![Release](https://img.shields.io/badge/release-0.5.2-brightgreen.svg)](https://github.com/rgmining/fraudar/releases/tag/v0.5.2)

This package implements a wrapper of
[FRAUDAR](https://www.andrew.cmu.edu/user/bhooi/projects/fraudar/index.html)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
# The short X.Y version.
version = u'0.5'
# The full version, including alpha/beta/rc tags.
release = u'0.5.1'
release = u'0.5.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
#
numpy>=1.11
scikit-learn>=0.18
scipy>=0.18
scipy>=0.17
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def _load_requires_from_file(filepath):

setup(
name='rgmining-fraudar',
version='0.5.1',
version='0.5.2',
author="Junpei Kawamoto",
author_email="kawamoto.junpei@gmail.com",
description="A wrapper of Fraudar algorithm for Review graph mining project",
Expand Down

0 comments on commit d55e762

Please sign in to comment.