Skip to content

Commit

Permalink
add astroscrappy dependency requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
kmzzhang committed Oct 2, 2019
1 parent 8d98403 commit f84b63f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Or you can install from source:
```bash
git clone https://github.com/profjsb/deepCR.git
cd deepCR/
python setup.py install
pip install .
```

### Quick Start
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Or you can install from source:
git clone https://github.com/profjsb/deepCR.git
cd deepCR/
python setup.py install
pip install .
Currently available models
^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ python_requires = >=3.5
install_requires =
astropy>=3.1.2
numpy>=1.16.3
astroscrappy>=1.0.8
tqdm
scikit-image>=0.15.0
scipy>=1.2.1
Expand Down

0 comments on commit f84b63f

Please sign in to comment.