# Diamond dependencies problem between Atom dependencies and my project's dependencies

**URL:** https://discourse.julialang.org/t/diamond-dependencies-problem-between-atom-dependencies-and-my-projects-dependencies/34678
**Category:** Juno
**Tags:** question
**Created:** [February 15, 2020, 11:15am UTC](https://discourse.julialang.org/t/diamond-dependencies-problem-between-atom-dependencies-and-my-projects-dependencies/34678 "2020-02-15T11:15:25Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Sukera](https://avatars.discourse-cdn.com/v4/letter/s/ce7236/32.png) [@Sukera](https://discourse.julialang.org/u/Sukera)
#### Post date: [February 15, 2020, 11:22am UTC](https://discourse.julialang.org/t/diamond-dependencies-problem-between-atom-dependencies-and-my-projects-dependencies/34678/2 "2020-02-15T11:22:02Z")

</div>

> [@Pkg can't load packages present in Manifest.toml?](https://discourse.julialang.org/t/pkg-cant-load-packages-present-in-manifest-toml/13636/4):
>
> You can only have one version of a given package at a time. You can, however, have different packages with the same name in the overall dependency graph. It is intentional that you must explicitly declare your dependencies at the top level. These are connected facts since the top-level Colors could be totally unrelated to an indirect Colors dependency.

---

_[View the full topic](https://discourse.julialang.org/t/diamond-dependencies-problem-between-atom-dependencies-and-my-projects-dependencies/34678)._
