Skip to content

Commit 36abefc

Browse files
committed
chore: Pin backend dependencies to minor versions
1 parent a8759ab commit 36abefc

File tree

2 files changed

+2937
-3105
lines changed

2 files changed

+2937
-3105
lines changed

data/src/Pipfile

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,31 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
esridump = "*"
8-
fiona = "*"
9-
future = "*"
10-
geoalchemy2 ="*"
7+
esridump = "~=1.13.0"
8+
fiona = "~=1.10.1"
9+
future = "~=1.0.0"
10+
geoalchemy2 = "~=0.16.0"
1111
geopandas = "==1.0.1"
12-
google-cloud-storage = "*"
13-
jenkspy = "*"
14-
jupyter = "*"
15-
libpysal = "*"
16-
mapbox = "*"
17-
mapclassify = "*"
18-
matplotlib = "*"
19-
networkx = "*"
12+
google-cloud-storage = "~=2.19.0"
13+
jenkspy = "~=0.4.1"
14+
jupyter = "~=1.1.1"
15+
libpysal = "~=4.12.1"
16+
mapbox = "~=0.18.1"
17+
mapclassify = "~=2.8.1"
18+
matplotlib = "~=3.9.3"
19+
networkx = "~=3.4.2"
2020
pandas = "==2.2.2"
21-
psycopg2-binary = "*"
22-
pyarrow = "*"
21+
psycopg2-binary = "~=2.9.10"
22+
pyarrow = "~=18.1.0"
2323
pydantic = "==2.8.2"
24-
rasterio = "*"
25-
requests = "*"
26-
scikit-learn = "*"
27-
shapely = "*"
28-
slack-sdk = "*"
29-
sqlalchemy = "*"
30-
tqdm = "*"
24+
rasterio = "~=1.4.3"
25+
requests = "~=2.32.3"
26+
scikit-learn = "~=1.6.0"
27+
shapely = "~=2.0.6"
28+
slack-sdk = "~=3.33.5"
29+
sqlalchemy = "~=2.0.36"
30+
tqdm = "~=4.67.1"
31+
3132

3233
[dev-packages]
3334
pytest = "~=8.3.4"

0 commit comments

Comments
 (0)