diff --git a/.gitignore b/.gitignore index 08f90dd..f79912a 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,7 @@ Thumbs.db ################## .eggs/ .idea/ +dist/ cubical.egg-info/ # Backup files # @@ -97,6 +98,6 @@ __pycache__ .venv*/ .virtualenv*/ .persistent_history +venv/ *~ -.#* \ No newline at end of file diff --git a/setup.py b/setup.py index 2361402..2e7c4b2 100644 --- a/setup.py +++ b/setup.py @@ -93,7 +93,7 @@ 'cubical/bin/plot-gain-solutions'], entry_points={'console_scripts': ['gocubical = cubical.main:main']}, extras_require={ - 'lsm-support': ['montblanc@git+https://github.com/ska-sa/montblanc.git@0.6.4'], + 'lsm-support': ['montblanc >= 0.6.4'], 'degridder-support': ['ddfacet >= 0.5.0', 'regions >= 0.4', 'meqtrees-cattery >= 1.7.0']