Tox Security Fix (#1242)

* checkpoint

* safety ignore

* update python matrix for data checks

* downloading census once
This commit is contained in:
Jorge Escobar 2022-02-03 17:05:51 -05:00 committed by GitHub
commit 1d399d3ca9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 641 additions and 657 deletions

View file

@ -13,10 +13,10 @@ ipython = "^7.31.1"
jupyter = "^1.0.0"
jupyter-contrib-nbextensions = "^0.5.1"
matplotlib = "^3.4.2"
numpy = "^1.21.0"
numpy = "^1.22.1"
pandas = "^1.2.5"
pillow = "9.0.0"
python = "^3.7.1"
python = "^3.8"
pypandoc = "^1.6.3"
requests = "^2.25.1"
tqdm = "4.62.0"