Skip to content

Commit

Permalink
Merge pull request #46 from anandhu-eng/main
Browse files Browse the repository at this point in the history
Added support for wget, anthropic and openAI libraries
  • Loading branch information
arjunsuresh authored May 12, 2024
2 parents 904a0e0 + b96f1b1 commit 2c5856a
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script/get-dataset-squad/_cm.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"deps": [
{
"tags": "get,sys-utils-cm"
},
{
"tags": "get,sys-util,generic,generic-sys-util,_wget"
}
],
"env": {
Expand Down
16 changes: 16 additions & 0 deletions script/get-generic-python-lib/_cm.json
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,22 @@
"CM_STREAMLIT_VERSION"
]
},
"openai": {
"env": {
"CM_GENERIC_PYTHON_PACKAGE_NAME": "openai"
},
"new_env_keys": [
"CM_OPENAI_VERSION"
]
},
"anthropic": {
"env": {
"CM_GENERIC_PYTHON_PACKAGE_NAME": "anthropic"
},
"new_env_keys": [
"CM_ANTHROPIC_VERSION"
]
},
"streamlit_option_menu": {
"env": {
"CM_GENERIC_PYTHON_PACKAGE_NAME": "streamlit_option_menu"
Expand Down
10 changes: 10 additions & 0 deletions script/get-generic-sys-util/_cm.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,16 @@
}
}
},
"wget":{
"env":{
"CM_SYS_UTIL_NAME" : "wget"
},
"state":{
"wget":{
"apt": "wget"
}
}
},
"ninja-build": {
"env": {
"CM_SYS_UTIL_NAME": "ninja-build"
Expand Down

0 comments on commit 2c5856a

Please sign in to comment.