Skip to content

Commit c977981

Browse files
authored
Added deprecated module to setup.py Vinay Vinod <[email protected]> (#337)
* Added deprecated module to setup.py Vinay Vinod <[email protected]> Signed-off-by: Vinay Vinod <[email protected]> * Added deprecated module to setup.py Vinay Vinod <[email protected]> Signed-off-by: Vinay Vinod <[email protected]> * Update to setup.py Vinay Vinod <[email protected]> Signed-off-by: Vinay Vinod <[email protected]> --------- Signed-off-by: Vinay Vinod <[email protected]>
1 parent fb858dc commit c977981

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
"pandas>=1.5,<3",
8888
"matplotlib>=3.6.0,<4",
8989
"numpy>=1.24.0,<2",
90+
"deprecated>=1.2.14,<2",
9091
],
9192
python_requires=">=3.8",
9293
package_data={"opensearch_py_ml": ["py.typed"]},

0 commit comments

Comments
 (0)