Skip to content

Commit

Permalink
feat: upgrade pandas to 2.1.4 and geopandas to 0.14.1 (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste authored Dec 14, 2023
1 parent 4a7f7bc commit 198a348
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .metwork-framework/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
| [gast](https://github.com/serge-sans-paille/gast/) | 0.5.4 | python3_scientific |
| [GDAL](http://www.gdal.org) | 3.8.1 | python3_scientific |
| [geographiclib](https://geographiclib.sourceforge.io/Python/2.0) | 2.0 | python3_scientific |
| [geopandas](https://pypi.org/project/geopandas) | 0.14.0 | python3_scientific |
| [geopandas](https://pypi.org/project/geopandas) | 0.14.1 | python3_scientific |
| [geos](https://github.com/grst/geos) | 0.2.3 | python3_scientific |
| [gmt](https://www.generic-mapping-tools.org) | 6.4.0 | scientific |
| [graphviz](https://github.com/xflr6/graphviz) | 0.20.1 | python3_scientific |
Expand Down Expand Up @@ -116,7 +116,7 @@
| [openturns](http://www.openturns.org) | 1.21 | python3_scientific |
| [ot-batman](https://gitlab.com/cerfacs/batman) | 1.9.2-develop-mf | python3_scientific |
| [palettable](https://pypi.org/project/palettable) | 3.3.3 | python3_scientific |
| [pandas](https://pandas.pydata.org) | 2.1.3 | python3_scientific |
| [pandas](https://pandas.pydata.org) | 2.1.4 | python3_scientific |
| [partd](http://github.com/dask/partd/) | 1.4.1 | python3_scientific |
| [pathos](https://github.com/uqfoundation/pathos) | 0.3.1 | python3_scientific |
| [patsy](https://github.com/pydata/patsy) | 0.5.3 | python3_scientific |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cppy==1.2.1
docutils==0.20.1
extension-helpers==1.1.0
flit==3.9.0
pandas==2.1.3
pandas==2.1.4
pkgconfig==1.5.5
py-cpuinfo==9.0.0
scitools-pyke==1.1.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fonttools==4.43.1
fsspec==2023.9.2
GDAL==3.8.1
geographiclib==2.0
geopandas==0.14.0
geopandas==0.14.1
geos==0.2.3
graphviz==0.20.1
greenlet==3.0.1
Expand Down

0 comments on commit 198a348

Please sign in to comment.