Skip to content

Commit e821a77

Browse files
authored
👷 fix: Fix installation
Deprecate `numpy` from `1.22` -> `1.21.0`
1 parent 7391f2e commit e821a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ iniconfig = "==1.1.1"
2020
mapbox-vector-tile = "==1.2.1"
2121
mercantile = "==1.2.1"
2222
munch = "==2.5.0"
23-
numpy = "==1.22"
23+
numpy = "==1.21.0"
2424
scipy = "==1.7.3"
2525
pkginfo = "==1.7.0"
2626
pluggy = "==0.13.1"

0 commit comments

Comments
 (0)