Skip to content

Commit

Permalink
Merge pull request #61 from nsidc/update-pm_tb_data-dep
Browse files Browse the repository at this point in the history
Update pm tb data dep
  • Loading branch information
trey-stafford authored Sep 4, 2024
2 parents a758271 + 6ee59fd commit 0042e8f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.3.2

* Update `pm_tb_data` dependency to v0.4.0


# v0.3.1

* Fix some nasateam tiepoints to reflect values found in `cdralgos`.
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ dependencies:
- pydantic ~=1.9 # Definitely NOT compatible with pydantic 2.0 (!)
- pandas ~=1.4.4
- pyresample ~=1.27
- pm_tb_data ~=0.3.0
- pm_tb_data ~=0.4.0
- scipy ~=1.8.1
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pm_icecon"
version = "0.3.1"
version = "0.3.2"
description = "Sea ice concentration estimates from passive microwave data"

[tool.setuptools]
Expand Down Expand Up @@ -45,7 +45,7 @@ max-complexity = 8
inline-quotes = "double"

[tool.bumpversion]
current_version = "0.3.1"
current_version = "0.3.2"
commit = false
tag = false

Expand Down
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: pm_icecon
version: "0.3.1"
version: "0.3.2"

source:
path: ../
Expand Down Expand Up @@ -28,7 +28,7 @@ requirements:
- pydantic ~=1.9 # Definitely NOT compatible with pydantic 2.0 (!)
- pandas ~=1.4.4
- pyresample ~=1.27
- pm_tb_data ~=0.3.0
- pm_tb_data ~=0.4.0
- scipy ~=1.8.1

about:
Expand Down

0 comments on commit 0042e8f

Please sign in to comment.