You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As @psyhtest suggested, it may be useful to provide a flag when installing packages, compiling programs and resolving dependencies to pick up stable versions of packages. This can be done by detecting flags --stable --dev
and then providing extra keys in JSON with dependencies that specify stable/dev package, i.e.
something like:
As @psyhtest suggested, it may be useful to provide a flag when installing packages, compiling programs and resolving dependencies to pick up stable versions of packages. This can be done by detecting flags --stable --dev
and then providing extra keys in JSON with dependencies that specify stable/dev package, i.e.
something like:
"compile_deps": {
"lib-tensorflow": {
"name": "TensorFlow library",
"sort": 10,
"tags": "lib,tensorflow",
"extra_tags":{"stable":"v1.0","dev":""}
}
},
We can discuss it later ...
The text was updated successfully, but these errors were encountered: