Add Conda dependencies to your Julia project. This package is a lot like Pkg from the Julia standard library, except that it is for managing Conda packages. Conda dependencies are defined in CondaPkg.toml, which is analogous to Project.toml. CondaPkg will install these dependencies into a Conda environment specific to the current Julia project. Hence dependencies are isolated from other projects or environments. Functions like add, rm, status exist to edit the dependencies programmatically. Or you can do pkg> conda add some_package to edit the dependencies from the Pkg REPL.
Features
- Conda dependencies are defined in CondaPkg.toml, which is analogous to Project.toml
- CondaPkg will install these dependencies into a Conda environment specific to the current Julia project. Hence dependencies are isolated from other projects or environments
- Functions like add, rm, status exist to edit the dependencies programmatically
- Or you can do pkg> conda add some_package to edit the dependencies from the Pkg REPL
- Documentation available
- Examples available
Categories
Data VisualizationLicense
MIT LicenseFollow CondaPkg.jl
Other Useful Business Software
Try Google Cloud Risk-Free With $300 in Credit
Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of CondaPkg.jl!