Skip to content

Commit fb121e0

Browse files
Replace requirement mct-quantizers from git source to official 1.7.0(for release branch) (#1666)
* replace requirement mct-quantizers from git source to official 1.7.0 * Use compatible release operator in requirements of CL and MCTQ.
1 parent edd005d commit fb121e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ PuLP
99
matplotlib<3.10.0
1010
scipy
1111
protobuf
12-
mct-quantizers @ git+https://github.com/SonySemiconductorSolutions/mct-quantization-layers.git#egg=mct-quantizers
12+
mct-quantizers~=1.7.0
1313
pydantic>=2.0,<2.12.0
14-
edge-mdt-cl>=1.1
14+
edge-mdt-cl~=1.1.0

0 commit comments

Comments
 (0)