Skip to content

Commit

Permalink
Pin numpy, pandas version to keep the build green
Browse files Browse the repository at this point in the history
  • Loading branch information
tortila committed Sep 21, 2023
1 parent 82f5427 commit a75a88f
Show file tree
Hide file tree
Showing 2 changed files with 500 additions and 478 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ python-dateutil = "*"
geoip2 = "*"
iso3166 = "*"
django-logentry-admin = "*"
pandas = "*"
pandas = "~=2.0.3"
rich = "*"
duckdb = "*"
numpy = "*"
numpy = "~=1.24.4"
dateutils = "*"
freezegun = "*"
django-filter = "*"
Expand Down
Loading

0 comments on commit a75a88f

Please sign in to comment.