Skip to content

Commit f0efb42

Browse files
committed
[release/2.2] limit sympy version in requirements-ci.txt
1 parent 23381c9 commit f0efb42

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.ci/docker/requirements-ci.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ click
1515
#Pinned versions:
1616
#test that import:
1717

18+
sympy==1.12.1
19+
#Description: Python library for symbolic mathematics
20+
# installed before coremltools to avoid installation of greater sympy version
21+
#Pinned versions: 1.12.1
22+
#test that import:
23+
1824
coremltools==5.0b5
1925
#Description: Apple framework for ML integration
2026
#Pinned versions: 5.0b5

0 commit comments

Comments
 (0)