how to make sure certain version of package is fetched
Open
- Dominant language
- Julia
- Stars
- 1.5k
- Forks
- 186
- PR merge metrics
- No merged PRs in 30d
Description
I'm checking `seaborn.jl`s' `pandas.jl`s' code and the following line basically handles importing logic
```julia
copy!(seaborn, pyimport_conda("seaborn", "seaborn"))
```
How do you make sure that it doesn't just get any version of `seaborn` but a specific version. Let's say `0.11.1` instead of `0.11.2`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.