Skip to content

Commit

Permalink
Relax requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkawamoto committed Dec 9, 2016
1 parent a76ea5e commit 881505d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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/ria.svg?branch=master)](https://travis-ci.org/rgmining/ria)
[![wercker status](https://app.wercker.com/status/7751cf9d910a68b30ab010c5c341eb59/s/master "wercker status")](https://app.wercker.com/project/byKey/7751cf9d910a68b30ab010c5c341eb59)
[![Code Climate](https://codeclimate.com/github/rgmining/ria/badges/gpa.svg)](https://codeclimate.com/github/rgmining/ria)
[![Release](https://img.shields.io/badge/release-0.9.0-brightgreen.svg)](https://github.com/rgmining/ria/releases/tag/v0.9.0)
[![Release](https://img.shields.io/badge/release-0.9.1-brightgreen.svg)](https://github.com/rgmining/ria/releases/tag/v0.9.1)


This package provides 4 algorithms for review graph mining project.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
# The short X.Y version.
version = u'0.9'
# The full version, including alpha/beta/rc tags.
release = u'0.9.0'
release = u'0.9.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#
# pip-compile --output-file requirements.txt requirements.in
#
decorator==4.0.10 # via networkx
networkx==1.11
numpy==1.11.1
rgmining-common==0.9.0
rgmining-review==0.9.0
decorator>=4.0.10 # via networkx
networkx>=1.11
numpy>=1.11.1
rgmining-common>=0.9.0
rgmining-review>=0.9.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def _load_requires_from_file(filepath):

setup(
name='rgmining-ria',
version='0.9.0',
version='0.9.1',
author="Junpei Kawamoto",
author_email="[email protected]",
description="Repeated Improvement Analysis Algorithm for Review graph mining project",
Expand Down

0 comments on commit 881505d

Please sign in to comment.