File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,6 +32,9 @@ fastapi==0.127.0
3232# FuzzyWuzzy: Python library that uses Levenshtein Distance to calculate the differences between strings
3333fuzzywuzzy==0.18.0
3434
35+ # GeoPandas: World map
36+ geopandas==1.1.2
37+
3538# GitPython: Python library for interacting with git repositories
3639GitPython>=3.1.45
3740
@@ -79,7 +82,7 @@ psycopg[binary]==3.3.2
7982psycopg-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
8588pykwalify==1.8.0
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ filetype==1.2.0
3636fonttools == 4.61.1
3737frozenlist == 1.8.0
3838fuzzywuzzy == 0.18.0
39+ geopandas == 1.1.2
3940gitdb == 4.0.12
4041gitpython == 3.1.45
4142h11 == 0.16.0
@@ -63,15 +64,17 @@ pid==3.0.4
6364pillow == 12.0.0
6465pip-tools == 7.5.2
6566propcache == 0.4.1
66- psutil == 7.1.3
67+ psutil == 7.2.0
6768psycopg == 3.3.2
6869psycopg-binary == 3.3.2
6970psycopg-pool == 3.3.0
7071pydantic == 2.12.5
7172pydantic-core == 2.41.5
7273pygments == 2.19.2
7374pykwalify == 1.8.0
75+ pyogrio == 0.12.1
7476pyparsing == 3.3.1
77+ pyproj == 3.7.1
7578pyproject-hooks == 1.2.0
7679python-dateutil == 2.9.0.post0
7780python-levenshtein == 0.27.3
@@ -87,6 +90,7 @@ rpds-py==0.30.0
8790ruamel-yaml == 0.18.17
8891ruamel-yaml-clib == 0.2.15
8992seaborn == 0.13.2
93+ shapely == 2.1.2
9094six == 1.17.0
9195smmap == 5.0.2
9296sqlparse == 0.5.5
You can’t perform that action at this time.
0 commit comments