Skip to content

Commit

Permalink
Adjustments for running external tools using flowserv 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heikomuller committed Jun 15, 2021
1 parent 2ae5882 commit 5d51a5d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@
### 0.1.0 - 2021-04-28

* Initial release.


### 0.2.0 - 2021-06-15

* Adjustments for running external tools using flowserv 0.9.0.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openclean-core==0.4.0
openclean-core==0.4.1
openclean-geo==0.1.0
openclean-metanome==0.1.0
openclean-metanome==0.2.0
openclean-notebook==0.1.5
openclean-pattern==0.0.1
docker
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@


install_requires = [
'openclean-core==0.4.0'
'openclean-core==0.4.1'
]

docker_requires = ['docker']

geo_requires = ['openclean-geo==0.1.0']
metanome_requires = ['openclean-metanome==0.1.0']
metanome_requires = ['openclean-metanome==0.2.0']
notebook_requires = ['openclean-notebook==0.1.5']
pattern_requires = ['openclean-pattern==0.0.1']
openclean_extension = geo_requires + metanome_requires + notebook_requires + pattern_requires
Expand All @@ -41,7 +41,7 @@

setup(
name='openclean',
version='0.1.0',
version='0.2.0',
description='Library for data cleaning and data profiling',
long_description=readme,
long_description_content_type='text/x-rst',
Expand Down

0 comments on commit 5d51a5d

Please sign in to comment.