diff options
author | iarspider <iarspider@gmail.com> | 2021-11-26 01:58:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-25 17:58:43 -0700 |
commit | 2cdc758860758112837e7d1973a54d731e920531 (patch) | |
tree | badb75f81406f64e9f26b7a190ca145c69530c1d /.github/CODE_OF_CONDUCT.md | |
parent | 9904159356d2ee45f2160c9b6b7d02a7772b84ac (diff) | |
download | spack-2cdc758860758112837e7d1973a54d731e920531.tar.gz spack-2cdc758860758112837e7d1973a54d731e920531.tar.bz2 spack-2cdc758860758112837e7d1973a54d731e920531.tar.xz spack-2cdc758860758112837e7d1973a54d731e920531.zip |
Fix version constraint in py-ipykernel (#27665)
* Fix version constrains in py-ipykernel and py-ipython
Before the fix:
```
$ spack spec py-ipykernel@6.4.1 ^py-jupyter-client@7.0.6
==> Error: py-ipykernel@6.4.1 ^py-jupyter-client@7.0.6 is unsatisfiable, conflicts are:
no version satisfies the given constraints
```
After the fix:
```
```
(thanks god the old concretizer is still there - it provides sane error messages!)
* Fix py-ipython recipe
* Revert "Fix py-ipython recipe"
This reverts commit d65071665f002fa20721c3d87ae25354bec06ec5.
Diffstat (limited to '.github/CODE_OF_CONDUCT.md')
0 files changed, 0 insertions, 0 deletions