Cannot install any new package versions
For example [Symbolics 7.16.1 was merged yesterday](https://github.com/JuliaRegistries/General/pull/150937), but it is not possible to install:
```julia-repl
(test3) pkg> registry update
Updating registry at `~/.julia/registries/General.toml`
(test3) pkg> add Symbolics@7.16.1
Resolving package versions...
ERROR: Unsatisfiable requirements detected for package Symbolics [0c5d862f]:
Symbolics [0c5d862f] log:
├─possible versions are: 0.1.0 - 7.16.0 or uninstalled
└─restricted to versions 7.16.1 by an explicit requirement — no versions left
```
The same seems to hold for all recent new package versions that I have tried. Can anyone reproduce this?
6 条评论