Skip to content

Commit

Permalink
Add new shared object files to binaries.json and update installation …
Browse files Browse the repository at this point in the history
…script
  • Loading branch information
NripeshN committed Dec 17, 2023
1 parent 19d5b92 commit 5cd5a43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion binaries.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@
"L.so",

"MC.so",
"MD.so",
"MI.so",
"ML.so",
"MM.so",
"MV.so",
"MX.so",
"M.so",
Expand All @@ -63,7 +65,9 @@
"XM.so",
"XV.so",
"XX.so",
"X.so"
"X.so",

"IIC.so"
]
}
]
Expand Down
2 changes: 1 addition & 1 deletion install_dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This shell script is required by the doc-builder. Moving it might break
# the doc-building pipeline

pip install -e .
pip install -r requirements/requirements.txt
if [[ $(arch) == 'arm64' ]]; then
brew install pandoc
Expand Down

0 comments on commit 5cd5a43

Please sign in to comment.