File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,6 @@ ratelimit
99requests
1010pypdf
1111pycryptodome
12+ # Note(austin) higher versions need rust installed? pinning this until we address in the dockerfile
13+ safetensors<0.3.3
1214
Original file line number Diff line number Diff line change @@ -304,8 +304,9 @@ rpds-py==0.9.2
304304 # via
305305 # jsonschema
306306 # referencing
307- safetensors==0.3.3
307+ safetensors==0.3.2
308308 # via
309+ # -r requirements/base.in
309310 # timm
310311 # transformers
311312scipy==1.10.1
Original file line number Diff line number Diff line change @@ -696,7 +696,7 @@ rpds-py==0.9.2
696696 # -r requirements/base.txt
697697 # jsonschema
698698 # referencing
699- safetensors==0.3.3
699+ safetensors==0.3.2
700700 # via
701701 # -r requirements/base.txt
702702 # timm
You can’t perform that action at this time.
0 commit comments