mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-29 20:11:17 -07:00
Update dependencies to fix safety check failures (#2142)
* Update dependencies Update dependencies causing safety check to fail * Remove nb_black from jupyter notebooks Because of the build issue on M1 macs, nb_black was removed as a dev dependency. This change removes the lines referencing nb_black (%load_ext lab_black) from all jupyter notebooks.
This commit is contained in:
parent
7d1d14e05f
commit
a27ca46b1d
13 changed files with 3396 additions and 2439 deletions
|
@ -24,18 +24,6 @@
|
|||
")"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 2,
|
||||
"id": "f36fe7ef-2717-48be-ae94-a3f0aa33acc1",
|
||||
"metadata": {
|
||||
"tags": []
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%load_ext lab_black"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 3,
|
||||
|
@ -710,7 +698,7 @@
|
|||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.10.4"
|
||||
"version": "3.10.9"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue