-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #115 from pmav99/master
Drop python 3.8 and add python 3.12
- Loading branch information
Showing
10 changed files
with
1,000 additions
and
1,118 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,6 +107,7 @@ celerybeat.pid | |
# Environments | ||
.env | ||
.venv | ||
.venv*/ | ||
env/ | ||
venv/ | ||
ENV/ | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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,46 +1,47 @@ | ||
annotated-types==0.5.0 ; python_version >= "3.8" and python_version < "3.12" | ||
anyio==4.0.0 ; python_version >= "3.8" and python_version < "3.12" | ||
attrs==23.1.0 ; python_version >= "3.8" and python_version < "3.12" | ||
beautifulsoup4==4.12.2 ; python_version >= "3.8" and python_version < "3.12" | ||
certifi==2023.7.22 ; python_version >= "3.8" and python_version < "3.12" | ||
charset-normalizer==3.2.0 ; python_version >= "3.8" and python_version < "3.12" | ||
click-plugins==1.1.1 ; python_version >= "3.8" and python_version < "3.12" | ||
click==8.1.7 ; python_version >= "3.8" and python_version < "3.12" | ||
cligj==0.7.2 ; python_version >= "3.8" and python_version < "3.12" | ||
colorama==0.4.6 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Windows" | ||
dataretrieval==1.0.6 ; python_version >= "3.8" and python_version < "3.12" | ||
deprecated==1.2.14 ; python_version >= "3.8" and python_version < "3.12" | ||
erddapy==2.2.0 ; python_version >= "3.8" and python_version < "3.12" | ||
exceptiongroup==1.1.3 ; python_version >= "3.8" and python_version < "3.11" | ||
fiona==1.9.4.post1 ; python_version >= "3.8" and python_version < "3.12" | ||
geopandas==0.13.2 ; python_version >= "3.8" and python_version < "3.12" | ||
h11==0.14.0 ; python_version >= "3.8" and python_version < "3.12" | ||
html5lib==1.1 ; python_version >= "3.8" and python_version < "3.12" | ||
httpcore==0.18.0 ; python_version >= "3.8" and python_version < "3.12" | ||
httpx==0.25.0 ; python_version >= "3.8" and python_version < "3.12" | ||
idna==3.4 ; python_version >= "3.8" and python_version < "3.12" | ||
importlib-metadata==6.8.0 ; python_version >= "3.8" and python_version < "3.10" | ||
importlib-resources==6.1.0 ; python_version >= "3.8" and python_version < "3.12" | ||
limits==3.6.0 ; python_version >= "3.8" and python_version < "3.12" | ||
lxml==4.9.3 ; python_version >= "3.8" and python_version < "3.12" | ||
numpy==1.24.4 ; python_version >= "3.8" and python_version < "3.12" | ||
packaging==23.1 ; python_version >= "3.8" and python_version < "3.12" | ||
pandas==2.0.3 ; python_version >= "3.8" and python_version < "3.12" | ||
pydantic-core==2.10.1 ; python_version >= "3.8" and python_version < "3.12" | ||
pydantic==2.4.2 ; python_version >= "3.8" and python_version < "3.12" | ||
pyproj==3.5.0 ; python_version >= "3.8" and python_version < "3.12" | ||
python-dateutil==2.8.2 ; python_version >= "3.8" and python_version < "3.12" | ||
pytz==2023.3.post1 ; python_version >= "3.8" and python_version < "3.12" | ||
requests==2.31.0 ; python_version >= "3.8" and python_version < "3.12" | ||
shapely==2.0.1 ; python_version >= "3.8" and python_version < "3.12" | ||
six==1.16.0 ; python_version >= "3.8" and python_version < "3.12" | ||
sniffio==1.3.0 ; python_version >= "3.8" and python_version < "3.12" | ||
soupsieve==2.5 ; python_version >= "3.8" and python_version < "3.12" | ||
tqdm==4.66.1 ; python_version >= "3.8" and python_version < "3.12" | ||
typing-extensions==4.8.0 ; python_version >= "3.8" and python_version < "3.12" | ||
tzdata==2023.3 ; python_version >= "3.8" and python_version < "3.12" | ||
urllib3==1.26.16 ; python_version >= "3.8" and python_version < "3.12" | ||
webencodings==0.5.1 ; python_version >= "3.8" and python_version < "3.12" | ||
wrapt==1.15.0 ; python_version >= "3.8" and python_version < "3.12" | ||
xarray==2023.1.0 ; python_version >= "3.8" and python_version < "3.12" | ||
zipp==3.17.0 ; python_version >= "3.8" and python_version < "3.10" | ||
annotated-types==0.6.0 ; python_version >= "3.9" and python_version < "3.13" | ||
anyio==4.0.0 ; python_version >= "3.9" and python_version < "3.13" | ||
attrs==23.1.0 ; python_version >= "3.9" and python_version < "3.13" | ||
beautifulsoup4==4.12.2 ; python_version >= "3.9" and python_version < "3.13" | ||
certifi==2023.7.22 ; python_version >= "3.9" and python_version < "3.13" | ||
charset-normalizer==3.3.1 ; python_version >= "3.9" and python_version < "3.13" | ||
click-plugins==1.1.1 ; python_version >= "3.9" and python_version < "3.13" | ||
click==8.1.7 ; python_version >= "3.9" and python_version < "3.13" | ||
cligj==0.7.2 ; python_version >= "3.9" and python_version < "3.13" | ||
colorama==0.4.6 ; python_version >= "3.9" and python_version < "3.13" and platform_system == "Windows" | ||
dataretrieval==1.0.6 ; python_version >= "3.9" and python_version < "3.13" | ||
deprecated==1.2.14 ; python_version >= "3.9" and python_version < "3.13" | ||
erddapy==2.2.0 ; python_version >= "3.9" and python_version < "3.13" | ||
exceptiongroup==1.1.3 ; python_version >= "3.9" and python_version < "3.11" | ||
fiona==1.9.5 ; python_version >= "3.9" and python_version < "3.13" | ||
geopandas==0.14.0 ; python_version >= "3.9" and python_version < "3.13" | ||
h11==0.14.0 ; python_version >= "3.9" and python_version < "3.13" | ||
html5lib==1.1 ; python_version >= "3.9" and python_version < "3.13" | ||
httpcore==0.18.0 ; python_version >= "3.9" and python_version < "3.13" | ||
httpx==0.25.0 ; python_version >= "3.9" and python_version < "3.13" | ||
idna==3.4 ; python_version >= "3.9" and python_version < "3.13" | ||
importlib-metadata==6.8.0 ; python_version >= "3.9" and python_version < "3.10" | ||
importlib-resources==6.1.0 ; python_version >= "3.9" and python_version < "3.13" | ||
limits==3.6.0 ; python_version >= "3.9" and python_version < "3.13" | ||
lxml==4.9.3 ; python_version >= "3.9" and python_version < "3.13" | ||
numpy==1.26.1 ; python_version >= "3.9" and python_version < "3.13" | ||
packaging==23.2 ; python_version >= "3.9" and python_version < "3.13" | ||
pandas==2.1.2 ; python_version >= "3.9" and python_version < "3.13" | ||
pydantic-core==2.10.1 ; python_version >= "3.9" and python_version < "3.13" | ||
pydantic==2.4.2 ; python_version >= "3.9" and python_version < "3.13" | ||
pyproj==3.6.1 ; python_version >= "3.9" and python_version < "3.13" | ||
python-dateutil==2.8.2 ; python_version >= "3.9" and python_version < "3.13" | ||
pytz==2023.3.post1 ; python_version >= "3.9" and python_version < "3.13" | ||
requests==2.31.0 ; python_version >= "3.9" and python_version < "3.13" | ||
setuptools==68.2.2 ; python_version >= "3.9" and python_version < "3.13" | ||
shapely==2.0.2 ; python_version >= "3.9" and python_version < "3.13" | ||
six==1.16.0 ; python_version >= "3.9" and python_version < "3.13" | ||
sniffio==1.3.0 ; python_version >= "3.9" and python_version < "3.13" | ||
soupsieve==2.5 ; python_version >= "3.9" and python_version < "3.13" | ||
tqdm==4.66.1 ; python_version >= "3.9" and python_version < "3.13" | ||
typing-extensions==4.8.0 ; python_version >= "3.9" and python_version < "3.13" | ||
tzdata==2023.3 ; python_version >= "3.9" and python_version < "3.13" | ||
urllib3==1.26.18 ; python_version >= "3.9" and python_version < "3.13" | ||
webencodings==0.5.1 ; python_version >= "3.9" and python_version < "3.13" | ||
wrapt==1.15.0 ; python_version >= "3.9" and python_version < "3.13" | ||
xarray==2023.10.1 ; python_version >= "3.9" and python_version < "3.13" | ||
zipp==3.17.0 ; python_version >= "3.9" and python_version < "3.10" |
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
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