Skip to content

Commit

Permalink
Merge pull request #66 from nsidc/update-deps
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
trey-stafford authored Nov 5, 2024
2 parents ee46674 + b7aa383 commit b1f37e2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.6.0

* Update requirement for `pm_tb_data`

# v0.5.0

* Updates to support G10016 processing.
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.4.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.5.0"
version = "0.6.0"
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.5.0"
current_version = "0.6.0"
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.5.0"
version: "0.6.0"

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.4.0
- pm_tb_data >=0.4.0
- scipy ~=1.8.1

about:
Expand Down

0 comments on commit b1f37e2

Please sign in to comment.