mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-18 23:11:39 -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
|
@ -17,6 +17,7 @@ packages = [
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
CensusData = "^1.13"
|
||||
certifi = "^2022.12.07" # explicit callout due to https://pyup.io/v/52365/f17/
|
||||
click = "8.0.4" # pinning for now per https://github.com/psf/black/issues/2964
|
||||
dynaconf = "^3.1.4"
|
||||
geopandas = "^0.11.0"
|
||||
|
@ -30,7 +31,7 @@ matplotlib = "^3.4.2"
|
|||
numpy = "^1.22.1"
|
||||
pandas = "^1.2.5"
|
||||
pylint = "^2.11.1"
|
||||
pillow = "9.0.1"
|
||||
pillow = "9.3.0"
|
||||
python = "^3.8"
|
||||
pypandoc = "^1.6.3"
|
||||
PyYAML = "^6.0"
|
||||
|
@ -56,7 +57,6 @@ pytest-mock = "^3.6.1"
|
|||
tox-poetry = "^0.4.1"
|
||||
pandas-vet = "^0.2.2"
|
||||
pytest-snapshot = "^0.8.1"
|
||||
nb-black = "^1.0.7"
|
||||
seaborn = "^0.11.2"
|
||||
papermill = "^2.3.4"
|
||||
jupyterlab = "3.4.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue