Skip to content

Commit

Permalink
update valentine version
Browse files Browse the repository at this point in the history
  • Loading branch information
kPsarakis committed Oct 25, 2022
1 parent 152abfd commit dd2cd0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![build](https://github.com/delftdata/valentine/actions/workflows/build.yml/badge.svg)](https://github.com/delftdata/valentine/actions/workflows/build.yml)
[![codecov](https://codecov.io/gh/delftdata/valentine/branch/master/graph/badge.svg?token=4QR0X315CL)](https://codecov.io/gh/delftdata/valentine)
[![PyPI version](https://badge.fury.io/py/valentine.svg)](https://badge.fury.io/py/valentine)
[![Python 3.7+](https://img.shields.io/badge/python-3.7|3.8|3.9|3.10-blue.svg)](https://www.python.org/downloads/release/python-380/)
[![Python 3.8+](https://img.shields.io/badge/python-3.8|3.9|3.10|3.11-blue.svg)](https://www.python.org/downloads/release/python-380/)

A python package for capturing potential relationships among columns of different tabular datasets, which are given in the form of pandas DataFrames. Valentine is based on [Valentine: Evaluating Matching Techniques for Dataset Discovery](https://ieeexplore.ieee.org/abstract/document/9458921)

Expand All @@ -17,7 +17,7 @@ The original experimental suite version of Valentine, as first published for the
## Installation instructions
### Requirements

* *Python* >=3.7,<3.11
* *Python* >=3.8,<3.12
* *Java*: For the Coma matcher it is required to have java (jre) installed

To install Valentine simply run:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

setuptools.setup(
name='valentine',
version='0.1.4',
version='0.1.5',
description='Valentine Matcher',
license_files=('LICENSE',),
author='Delft Data',
author_email='[email protected]',
maintainer='Delft Data',
maintainer_email='[email protected]',
url='https://delftdata.github.io/valentine/',
download_url='https://github.com/delftdata/valentine/archive/refs/tags/v0.1.4.tar.gz',
download_url='https://github.com/delftdata/valentine/archive/refs/tags/v0.1.5.tar.gz',
packages=setuptools.find_packages(exclude=('tests*', 'examples*')),
install_requires=[
'numpy>=1.22,<2.0',
Expand Down

0 comments on commit dd2cd0f

Please sign in to comment.