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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of CondaPkg.jl!