Skip to content

Commit 1233570

Browse files
committed
Added numpy to dependency in setup.py to handle nan in lale schemas
1 parent caa0523 commit 1233570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
url='https://github.com/IBM/jsonsubschema',
2020
packages=['jsonsubschema', ],
2121
license='Apache License 2.0',
22-
install_requires=['portion', 'greenery', 'jsonschema', 'jsonref'],
22+
install_requires=['portion', 'greenery', 'jsonschema', 'jsonref', 'numpy'],
2323
entry_points={
2424
'console_scripts': 'jsonsubschema=jsonsubschema.cli:main'
2525
}

0 commit comments

Comments
 (0)