Skip to content

Commit

Permalink
Set numpy version range for windows and non-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
stbaione committed Nov 15, 2024
1 parent 7ae3077 commit 9a49ac2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sharktank/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ iree-turbine

# Runtime deps.
gguf==0.6.0
numpy==1.26.3
numpy<2.0; sys_platform == 'win32'
numpy<2.0; sys_platform != 'win32'

# Needed for newer gguf versions (TODO: remove when gguf package includes this)
# sentencepiece>=0.1.98,<=0.2.0
Expand Down

0 comments on commit 9a49ac2

Please sign in to comment.