mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-07 02:01:40 -05:00
Merge pull request #993 from l0b0/fix/jupyter-console
fix: Build jupyter-console 6.6.0 onwards with hatchling
This commit is contained in:
commit
adf11ce52d
2 changed files with 1165 additions and 1201 deletions
|
@ -7478,7 +7478,14 @@
|
|||
"setuptools"
|
||||
],
|
||||
"jupyter-console": [
|
||||
"setuptools"
|
||||
{
|
||||
"buildSystem": "setuptools",
|
||||
"until": "6.6.0"
|
||||
},
|
||||
{
|
||||
"buildSystem": "hatchling",
|
||||
"from": "6.6.0"
|
||||
}
|
||||
],
|
||||
"jupyter-core": [
|
||||
{
|
||||
|
|
2357
tests/scientific/poetry.lock
generated
2357
tests/scientific/poetry.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue