We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2facc9 commit fcea803Copy full SHA for fcea803
setup.py
@@ -19,7 +19,7 @@
19
EMAIL = "[email protected]"
20
AUTHOR = "Alec Thomson"
21
REQUIRES_PYTHON = ">=3.8.0"
22
-VERSION = "2.4.0"
+VERSION = "2.4.1"
23
24
# What packages are required for this module to be executed?
25
REQUIRED = [
@@ -29,7 +29,7 @@
29
"schwimmbad",
30
"psutil",
31
"scipy",
32
- "spectral_cube @ git+https://github.com/AlecThomson/spectral-cube@fix_beams", # Need this until PR is merged upstream :'(
+ "spectral_cube @ git+https://github.com/radio-astro-tools/spectral-cube", # Will be released in 0.6.3
33
"tqdm",
34
]
35
0 commit comments