Skip to content

Commit

Permalink
make pypi compatible (#446)
Browse files Browse the repository at this point in the history
* make pypi compatible

* error

* Update setup.py

Only support up to v0.6.1 of montblanc

* Update setup.py

Co-authored-by: Benjamin Hugo <bennahugo@gmail.com>
Co-authored-by: JSKenyon <jskenyon007@gmail.com>
Co-authored-by: JSKenyon <jonathan.simon.kenyon@gmail.com>
  • Loading branch information
4 people authored Mar 17, 2021
1 parent 4ae6a06 commit aa7eb7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Thumbs.db
##################
.eggs/
.idea/
dist/
cubical.egg-info/

# Backup files #
Expand Down Expand Up @@ -97,6 +98,6 @@ __pycache__
.venv*/
.virtualenv*/
.persistent_history
venv/

*~
.#*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit aa7eb7c

Please sign in to comment.