We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.19.1
1 parent 35d11ac commit 42d946dCopy full SHA for 42d946d
2 files changed
CHANGES.rst
@@ -1,4 +1,9 @@
1
-0.19.1 (unreleased)
+0.19.2 (unreleased)
2
+===================
3
+
4
+-
5
6
+0.19.1 (2024-04-04)
7
===================
8
9
- Remove the ``psutil`` dependency. [#320]
pyproject.toml
@@ -18,8 +18,8 @@ dependencies = [
18
"gwcs >=0.18.1",
19
"numpy >=1.22",
20
"astropy >=5.3.0",
21
- "rad @ git+https://github.com/spacetelescope/rad.git",
22
- # "rad >= 0.19.0",
+ # "rad @ git+https://github.com/spacetelescope/rad.git",
+ "rad >= 0.19.1",
23
"asdf-standard >=1.0.3",
24
]
25
dynamic = [
0 commit comments