Julia Programming Language
How to check what other packages an installed package uses?
General Usage
package
,
pkg
oheil
April 16, 2024, 10:23am
2
You may try this:
using PkgDependency PkgDependency.tree("Optim")
1 Like
show post in topic
Related topics
Topic
Replies
Views
Activity
Julia version dependency of a dependency
New to Julia
packages
,
dependencies
4
677
August 24, 2020
Where do all the packages come from?
General Usage
7
670
July 15, 2020
Counting Package Dependencies
Community
2
330
February 9, 2021
Programatically access version of third party package
General Usage
9
499
March 24, 2020
Packageswith function/
General Usage
package-manager
2
345
July 12, 2021