cannot install the package. my Julia version is Version 1.6.3 (2021-09-23).
Errors as below:
(@v1.6) pkg> add GenomeGraphs
Resolving package versions...
ERROR: Unsatisfiable requirements detected for package BioSequences [7e6ae17a]:
BioSequences [7e6ae17a] log:
├─possible versions are: 1.0.0-2.0.5 or uninstalled
├─restricted to versions * by an explicit requirement, leaving only versions 1.0.0-2.0.5
├─restricted by compatibility requirements with FASTX [c2308a5c] to versions: 1.1.0-2.0.5
│ └─FASTX [c2308a5c] log:
│ ├─possible versions are: 1.0.0-1.2.0 or uninstalled
│ ├─restricted to versions * by an explicit requirement, leaving only versions 1.0.0-1.2.0
│ └─restricted by compatibility requirements with GenomeGraphs [3aa97884] to versions: 1.1.0-1.2.0
│ └─GenomeGraphs [3aa97884] log:
│ ├─possible versions are: 0.1.0-0.2.0 or uninstalled
│ └─restricted to versions * by an explicit requirement, leaving only versions 0.1.0-0.2.0
├─restricted by compatibility requirements with GenomeGraphs [3aa97884] to versions: 2.0.0-2.0.5
│ └─GenomeGraphs [3aa97884] log: see above
└─restricted by compatibility requirements with GeneticVariation [9bc6ac9d] to versions: 1.0.0-1.1.0 — no versions left
└─GeneticVariation [9bc6ac9d] log:
├─possible versions are: 0.4.0 or uninstalled
└─restricted to versions * by VariantVisualization [7f8bf45c], leaving only versions 0.4.0
└─VariantVisualization [7f8bf45c] log:
├─possible versions are: 0.4.1 or uninstalled
└─VariantVisualization [7f8bf45c] is fixed to version 0.4.1
(@v1.6) pkg>
Thank you!