Skip to content

Commit 892c7aa

Browse files
committed
Narrow the sqlalchemy version range
Signed-off-by: David Gardner <[email protected]>
1 parent 204df6f commit 892c7aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/conda/recipes/morpheus-libs/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ outputs:
112112
- requests>=2.32.3,<3
113113
- requests-cache =1.1.*
114114
- scikit-learn =1.3.2.*
115-
- sqlalchemy <2.0 # 2.0 is incompatible with pandas=1.3
115+
- sqlalchemy 1.4.54, <2.0 # 2.0 is incompatible with pandas=1.3
116116
- tqdm =4.*
117117
- tritonclient =2.34.*
118118
- typing_utils =0.1.*

0 commit comments

Comments
 (0)