eo-tides 0.0.15__tar.gz → 0.0.17__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: eo-tides
3
- Version: 0.0.15
3
+ Version: 0.0.17
4
4
  Summary: Tide modelling tools for large-scale satellite earth observation analysis
5
5
  Author-email: Robbi Bishop-Taylor <Robbi.BishopTaylor@ga.gov.au>
6
6
  Project-URL: Homepage, https://GeoscienceAustralia.github.io/eo-tides/
@@ -10,7 +10,7 @@ Keywords: python
10
10
  Requires-Python: >=3.9
11
11
  Description-Content-Type: text/markdown
12
12
  License-File: LICENSE
13
- Requires-Dist: geopandas
13
+ Requires-Dist: geopandas>=1.0.0
14
14
  Requires-Dist: numpy
15
15
  Requires-Dist: odc-geo[xr]
16
16
  Requires-Dist: pandas
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: eo-tides
3
- Version: 0.0.15
3
+ Version: 0.0.17
4
4
  Summary: Tide modelling tools for large-scale satellite earth observation analysis
5
5
  Author-email: Robbi Bishop-Taylor <Robbi.BishopTaylor@ga.gov.au>
6
6
  Project-URL: Homepage, https://GeoscienceAustralia.github.io/eo-tides/
@@ -10,7 +10,7 @@ Keywords: python
10
10
  Requires-Python: >=3.9
11
11
  Description-Content-Type: text/markdown
12
12
  License-File: LICENSE
13
- Requires-Dist: geopandas
13
+ Requires-Dist: geopandas>=1.0.0
14
14
  Requires-Dist: numpy
15
15
  Requires-Dist: odc-geo[xr]
16
16
  Requires-Dist: pandas
@@ -1,4 +1,4 @@
1
- geopandas
1
+ geopandas>=1.0.0
2
2
  numpy
3
3
  odc-geo[xr]
4
4
  pandas
@@ -1,13 +1,13 @@
1
1
  [project]
2
2
  name = "eo-tides"
3
- version = "0.0.15"
3
+ version = "0.0.17"
4
4
  description = "Tide modelling tools for large-scale satellite earth observation analysis"
5
5
  authors = [{ name = "Robbi Bishop-Taylor", email = "Robbi.BishopTaylor@ga.gov.au" }]
6
6
  readme = "README.md"
7
7
  keywords = ['python']
8
8
  requires-python = ">=3.9"
9
9
  dependencies = [
10
- "geopandas",
10
+ "geopandas>=1.0.0",
11
11
  "numpy",
12
12
  "odc-geo[xr]",
13
13
  "pandas",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes