Skip to content

Commit d3facce

Browse files
authored
Merge pull request #1180 from grahamalama/pin-backend-dependencies
Pin backend dependencies to minor version according to lockfile
2 parents b8cb94d + 36abefc commit d3facce

File tree

3 files changed

+2942
-3120
lines changed

3 files changed

+2942
-3120
lines changed

data/pyproject.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
[tool.pylint]
2-
ignore = ["awkde/"]
3-
output-format = "colorized,parseable"
4-
5-
[tool.pylint.'MESSAGES CONTROL']
6-
disable = ["all"]
7-
enable = ["duplicate-code"]
8-
91
[tool.vulture]
102
exclude = ["awkde/"]
113
make_whitelist = true

data/src/Pipfile

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,38 +4,37 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
jupyter = "*"
8-
requests = "*"
9-
pandas = "==2.2.2"
7+
esridump = "~=1.13.0"
8+
fiona = "~=1.10.1"
9+
future = "~=1.0.0"
10+
geoalchemy2 = "~=0.16.0"
1011
geopandas = "==1.0.1"
11-
shapely = "*"
12-
matplotlib = "*"
13-
rasterio = "*"
14-
scikit-learn = "*"
15-
mapclassify = "*"
16-
fiona = "*"
17-
esridump = "*"
18-
sqlalchemy = "*"
19-
psycopg2-binary = "*"
20-
mapbox = "*"
21-
google-cloud-storage = "*"
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"
20+
pandas = "==2.2.2"
21+
psycopg2-binary = "~=2.9.10"
22+
pyarrow = "~=18.1.0"
2223
pydantic = "==2.8.2"
23-
future = "*"
24-
slack-sdk = "*"
25-
networkx = "*"
26-
libpysal = "*"
27-
jenkspy = "*"
28-
pyarrow = "*"
29-
tqdm = "*"
30-
geoalchemy2 ="*"
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]
33-
black = "*"
34-
pytest = "*"
35-
vulture = "*"
36-
pylint = "*"
37-
radon = "*"
38-
ruff = "*"
34+
pytest = "~=8.3.4"
35+
vulture = "~=2.14"
36+
radon = "~=6.0.1"
37+
ruff = "~=0.8.2"
3938

4039
[requires]
4140
python_version = "3.11"

0 commit comments

Comments
 (0)