Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion autoarray/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from autoarray import conf
from autoconf import conf
dir(conf)
from autoarray import exc
from autoarray import masked
from autoarray import plotters as plot
Expand Down
154 changes: 0 additions & 154 deletions autoarray/conf.py

This file was deleted.

3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ scipy>=1.3.1
decorator>=4.0.0
astropy>=3.0.0
scikit-image>=0.14.2
scikit-learn>=0.21.3
scikit-learn>=0.21.3
autoconf>=0.1.1