Skip to content

Commit 9cfbdd9

Browse files
pin asdf<4.0 (#509)
* pin ASDF below 4.0 * add change log entry
1 parent f2d7af7 commit 9cfbdd9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

changes/509.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pin `asdf<4.0`

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ classifiers = [
1212
"Programming Language :: Python :: 3",
1313
]
1414
dependencies = [
15-
"asdf >=2.14.2",
15+
"asdf >=2.14.2,<4.0",
1616
"asdf-astropy >=0.5.0",
1717
]
1818
dynamic = [

0 commit comments

Comments
 (0)