Skip to content

Commit bd6aeb4

Browse files
Replace requirement mct-quantizers from git source to official 1.7.0(for main branch) (#1667)
* replace requirement mct-quantizers from git source to official 1.7.0 (#1665) * Use compatible release operator in requirements of CL and MCTQ. (#1668)
1 parent c863e52 commit bd6aeb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)