Skip to content

Commit b0b486c

Browse files
authored
Merge pull request #5 from IBM/version
update version number
2 parents 8de5e25 + d6a429c commit b0b486c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
'numpy',
1919
'pandas',
2020
'matplotlib',
21-
'ray[default,serve,k8s]>=1.4.1',
22-
'rayvens>=0.6.0',
21+
'ray[default,serve,k8s]>=1.13.0',
22+
'rayvens>=0.7.0',
2323
'ibm-cos-sdk>=2.10.0',
2424
'boto3>=1.17.110',
2525
'aiohttp>=3.7.4',
@@ -31,8 +31,8 @@
3131
]
3232

3333
setup(name='doframework',
34-
version='0.1.4',
35-
description='A testing framework for optimization model learning algorithms.',
34+
version='0.2.0',
35+
description='A testing framework for decision optimization model learning algorithms.',
3636
long_description_content_type="text/markdown",
3737
long_description=open('README.md').read(),
3838
author='Orit Davidovich',
@@ -48,6 +48,6 @@
4848
packages=find_packages(include=['doframework', 'doframework.core', 'doframework.flow']),
4949
install_requires=install_requires,
5050
scripts=['doframework-setup.sh'],
51-
package_data={'doframework': ['notebooks/*.ipynb', 'inputs/*.json', 'outputs/*.json', 'outputs/*.csv', 'examples/*.py']},
51+
package_data={'doframework': ['notebooks/*.ipynb', 'inputs/*.json', 'outputs/*.json', 'outputs/*.csv', 'examples/*.py', 'configs/*.yaml']},
5252
python_requires='>=3.8'
5353
)

0 commit comments

Comments
 (0)