xbudget 0.5.0__tar.gz → 0.5.1__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.4
2
2
  Name: xbudget
3
- Version: 0.5.0
3
+ Version: 0.5.1
4
4
  Summary: Helper functions and meta-data conventions for wrangling finite-volume ocean model budgets
5
5
  Project-URL: Homepage, https://github.com/hdrake/xbudget
6
6
  Project-URL: Bugs/Issues/Features, https://github.com/hdrake/xbudget/issues
@@ -9,7 +9,7 @@ License-File: LICENSE
9
9
  Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
10
10
  Classifier: Operating System :: OS Independent
11
11
  Classifier: Programming Language :: Python :: 3
12
- Requires-Python: >=3.8
12
+ Requires-Python: >=3.12
13
13
  Requires-Dist: numpy
14
14
  Requires-Dist: xarray
15
15
  Requires-Dist: xgcm>=0.9.0
@@ -2,7 +2,7 @@ name: test_env_xbudget
2
2
  channels:
3
3
  - conda-forge
4
4
  dependencies:
5
- - python>=3.8
5
+ - python>=3.12
6
6
  - cftime
7
7
  - netcdf4
8
8
  - pydap
@@ -2,7 +2,7 @@ name: docs_env_xbudget
2
2
  channels:
3
3
  - conda-forge
4
4
  dependencies:
5
- - python>=3.8
5
+ - python==3.12
6
6
  - cftime
7
7
  - ipython
8
8
  - jupyterlab
@@ -10,4 +10,4 @@ dependencies:
10
10
  - netcdf4
11
11
  - pydap
12
12
  - pytest
13
- - pip
13
+ - pip
@@ -6,7 +6,7 @@ authors = [
6
6
  ]
7
7
  description = "Helper functions and meta-data conventions for wrangling finite-volume ocean model budgets"
8
8
  readme = "README.md"
9
- requires-python = ">=3.8"
9
+ requires-python = ">=3.12"
10
10
  classifiers = [
11
11
  "Programming Language :: Python :: 3",
12
12
  "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
@@ -1,3 +1,3 @@
1
1
  """xbudget: version information"""
2
2
 
3
- __version__ = "0.5.0"
3
+ __version__ = "0.5.1"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes