Skip to content

Commit 78cd9bc

Browse files
committed
Merge branch 'development'
2 parents dcd98e8 + b22e7f4 commit 78cd9bc

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

requirements.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ fastapi==0.127.0
3232
# FuzzyWuzzy: Python library that uses Levenshtein Distance to calculate the differences between strings
3333
fuzzywuzzy==0.18.0
3434

35+
# GeoPandas: World map
36+
geopandas==1.1.2
37+
3538
# GitPython: Python library for interacting with git repositories
3639
GitPython>=3.1.45
3740

@@ -79,7 +82,7 @@ psycopg[binary]==3.3.2
7982
psycopg-pool==3.3.0
8083

8184
# PSUtil: Cross-platform library to access system details and process utilities
82-
psutil==7.1.3
85+
psutil==7.2.0
8386

8487
# pyKwalify: A Python library for YAML/JSON schema validation
8588
pykwalify==1.8.0

requirements.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ filetype==1.2.0
3636
fonttools==4.61.1
3737
frozenlist==1.8.0
3838
fuzzywuzzy==0.18.0
39+
geopandas==1.1.2
3940
gitdb==4.0.12
4041
gitpython==3.1.45
4142
h11==0.16.0
@@ -63,15 +64,17 @@ pid==3.0.4
6364
pillow==12.0.0
6465
pip-tools==7.5.2
6566
propcache==0.4.1
66-
psutil==7.1.3
67+
psutil==7.2.0
6768
psycopg==3.3.2
6869
psycopg-binary==3.3.2
6970
psycopg-pool==3.3.0
7071
pydantic==2.12.5
7172
pydantic-core==2.41.5
7273
pygments==2.19.2
7374
pykwalify==1.8.0
75+
pyogrio==0.12.1
7476
pyparsing==3.3.1
77+
pyproj==3.7.1
7578
pyproject-hooks==1.2.0
7679
python-dateutil==2.9.0.post0
7780
python-levenshtein==0.27.3
@@ -87,6 +90,7 @@ rpds-py==0.30.0
8790
ruamel-yaml==0.18.17
8891
ruamel-yaml-clib==0.2.15
8992
seaborn==0.13.2
93+
shapely==2.1.2
9094
six==1.17.0
9195
smmap==5.0.2
9296
sqlparse==0.5.5

0 commit comments

Comments
 (0)