Skip to content

Commit fcea803

Browse files
authored
Update setup.py
1 parent b2facc9 commit fcea803

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
AUTHOR = "Alec Thomson"
2121
REQUIRES_PYTHON = ">=3.8.0"
22-
VERSION = "2.4.0"
22+
VERSION = "2.4.1"
2323

2424
# What packages are required for this module to be executed?
2525
REQUIRED = [
@@ -29,7 +29,7 @@
2929
"schwimmbad",
3030
"psutil",
3131
"scipy",
32-
"spectral_cube @ git+https://github.com/AlecThomson/spectral-cube@fix_beams", # Need this until PR is merged upstream :'(
32+
"spectral_cube @ git+https://github.com/radio-astro-tools/spectral-cube", # Will be released in 0.6.3
3333
"tqdm",
3434
]
3535

0 commit comments

Comments
 (0)