# Specifying compat bounds via the REPL

**URL:** https://discourse.julialang.org/t/specifying-compat-bounds-via-the-repl/81093
**Category:** General Usage
**Tags:** pkg, package-manager
**Created:** [May 15, 2022, 12:09pm UTC](https://discourse.julialang.org/t/specifying-compat-bounds-via-the-repl/81093 "2022-05-15T12:09:20Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Christopher\_Fisher](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/christopher_fisher/32/26132_2.png) [@Christopher\_Fisher](https://discourse.julialang.org/u/Christopher_Fisher)
#### Post date: [May 15, 2022, 12:09pm UTC](https://discourse.julialang.org/t/specifying-compat-bounds-via-the-repl/81093/1 "2022-05-15T12:09:20Z")

</div>

For quite a while, I have wanted the ability to specify compat bounds from the REPL. I came across this [PR](https://github.com/JuliaLang/Pkg.jl/pull/2702) after doing a search. Does anyone know when this will be added to Julia?

As a related question, does the PR include default compat bounds? Typically, I use the added version as a lower bound. So when I create a new package, I typically have to type the bounds manually. Having a default of this nature would be convenient, and would also ensure reproducibility in cases where people create a project environment without explicit bounds.

---

<div class="post-metadata">

### Author: ![liuyxpp](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/liuyxpp/32/9870_2.png) [@liuyxpp](https://discourse.julialang.org/u/liuyxpp)
#### Post date: [May 15, 2022, 12:31pm UTC](https://discourse.julialang.org/t/specifying-compat-bounds-via-the-repl/81093/2 "2022-05-15T12:31:30Z")

</div>

Two very handy functionalities. I hope we can have them!

---

<div class="post-metadata">

### Author: ![giordano](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/giordano/32/2166_2.png) [@giordano](https://discourse.julialang.org/u/giordano)
#### Post date: [May 15, 2022, 12:32pm UTC](https://discourse.julialang.org/t/specifying-compat-bounds-via-the-repl/81093/3 "2022-05-15T12:32:36Z")

</div>

> **[GitHub - GunnarFarneback/PackageCompatUI.jl: Terminal UI for \[compat\] section...](https://github.com/GunnarFarneback/PackageCompatUI.jl)**
>
> Terminal UI for \[compat\] section of Julia Project.toml files. - GitHub - GunnarFarneback/PackageCompatUI.jl: Terminal UI for \[compat\] section of Julia Project.toml files.

---

<div class="post-metadata">

### Author: ![Christopher\_Fisher](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/christopher_fisher/32/26132_2.png) [@Christopher\_Fisher](https://discourse.julialang.org/u/Christopher_Fisher)
#### Post date: [May 15, 2022, 1:13pm UTC](https://discourse.julialang.org/t/specifying-compat-bounds-via-the-repl/81093/4 "2022-05-15T13:13:41Z")

</div>

I think this package is a nice stopgap solution. As far as I can tell, there is no way to use the version in the Manifest.toml as a default. Is that true?
