Skip to content

Commit

Permalink
dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
markheger committed Feb 17, 2020
1 parent 28c7a66 commit c4d5df2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
install_requires=['streamsx>=1.12.10','streamsx.toolkits','streamsx.database>=1.3.0'],
install_requires=['streamsx>=1.13.15,<2.0','streamsx.toolkits','streamsx.database>=1.3.0'],

test_suite='nose.collector',
tests_require=['nose']
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
streamsx>=1.12.10
streamsx>=1.13.15,<2.0
streamsx.database>=1.3.0
streamsx.toolkits

0 comments on commit c4d5df2

Please sign in to comment.