Skip to content

Commit

Permalink
remove uvtools dependence
Browse files Browse the repository at this point in the history
  • Loading branch information
aewallwi committed Jul 17, 2022
1 parent 43e0073 commit 9e6547f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion calamity/modeling.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import numpy as np
from uvtools import dspec
from hera_filters import dspec
import datetime
import tensorflow as tf
from . import simple_cov
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ def package_files(package_dir, subdirectory):
'tensorflow>=2.4.0',
'scipy',
'tqdm',
'uvtools @ git+http://github.com/HERA-Team/uvtools',
'hera_filters @ git+http://github.com/HERA-Team/hera_filters',
'tensorflow-addons',
],
include_package_data=True,
scripts = ['scripts/calibrate_and_model_dpss.py'],
Expand Down

0 comments on commit 9e6547f

Please sign in to comment.