Skip to content

Commit

Permalink
Merge pull request #15 from casangi/11-update-astroviper-to-use-lates…
Browse files Browse the repository at this point in the history
…t-version-of-graphviper

Fix call of read_processing set and update pyproject.toml requirements.
  • Loading branch information
Jan-Willem authored Mar 28, 2024
2 parents ff0cd5b + 37af653 commit 45eb455
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ dependencies = [
'gdown',
'graphviper',
'matplotlib',
'numba>=0.57.0',
'numpy<=1.25.0',
'numba>=0.59.0',
'numpy<1.27.0',
'prettytable',
'pytest',
'pytest-cov',
Expand All @@ -30,7 +30,8 @@ dependencies = [
'pyarrow',
'graphviz',
'xradio',
'python_casacore>=3.5.2; sys_platform != "darwin" '
'python_casacore>=3.5.2; sys_platform != "darwin" ',
ipympl
]


Expand Down

0 comments on commit 45eb455

Please sign in to comment.