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
Go From AI Idea to AI App Fast
Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of CondaPkg.jl!