Skip to content

Commit

Permalink
add upper pin for asdf (#952)
Browse files Browse the repository at this point in the history
* add upper pin for asdf

* update changelog
  • Loading branch information
braingram authored Nov 19, 2024
1 parent 910973a commit 548d4c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- pin `weldx-widgets>=0.2.3` for viz \[{pull}`939`\].
- pin `pint>=0.21` \[{pull}`941`\].
- pin `python<3.13` \[{pull}`896`\].
- pin `asdf<4` \[{pull}`952`\].

## 0.6.8 (07.06.2024)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dynamic = [
"version", # version gets derived from git by setuptools_scm.
]
dependencies = [
"asdf>=2.15.1",
"asdf>=2.15.1,<4",
"bidict",
"boltons",
"bottleneck>=1.3.3",
Expand Down

0 comments on commit 548d4c8

Please sign in to comment.