-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set fixed pynsee version until geodata cache bug is fixed
- Loading branch information
Showing
3 changed files
with
15 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "french-cities" | ||
version = "1.0.1" | ||
version = "1.0.2" | ||
description = "Toolbox on french cities: set vintage, find departments, find cities..." | ||
authors = ["thomas.grandjean <[email protected]>"] | ||
license = "GPL-3.0-or-later" | ||
|
@@ -26,9 +26,9 @@ requests-cache = "^1.2.1" | |
unidecode = "^1.3.6" | ||
python-dotenv = "^1.0.0" | ||
pandas = "^2.2.2" | ||
geopandas = "^0.14.4" | ||
geopandas = "^1.0.1" | ||
rapidfuzz = "^3.1.1" | ||
pynsee = "^0.1.8" | ||
pynsee = "0.1.7" | ||
pebble = "^5.0.3" | ||
tqdm = "^4.65.0" | ||
importlib-metadata = "^6.8.0" | ||
|