Skip to content

Commit

Permalink
updating pandas to unblock cryocloud
Browse files Browse the repository at this point in the history
  • Loading branch information
betolink committed Jan 22, 2024
1 parent a9eadda commit b17b553
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "itslive"
homepage = "https://github.com/nasa-jpl/itslive-vortex"
version = "0.3.0"
version = "0.3.1"
description = "Python client for ITSLIVE gralcier velocity data"
authors = ["Luis Lopez <luis.lopez@nsidc.org>"]
license = "GNUL V3"
Expand All @@ -17,8 +17,8 @@ matplotlib = ">=3.6"
rich-click = ">=1.5"
plotext=">=0"
tabulate = ">=0.9.0"
pandas = "1.5.1"
requests = "^2.28.1"
pandas = ">=1.5.1"
requests = ">=2.28.1"
earthaccess = ">=0.5.2"
pqdm = ">=0.2.0"

Expand Down

0 comments on commit b17b553

Please sign in to comment.