Skip to content

Commit

Permalink
remove outdated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
keflavich authored Jun 22, 2024
1 parent 8a3a723 commit 793c77b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,6 @@ xoff, yoff, exoff, eyoff = chi2_shift(image, offset_image)
corrected_image2 = shift.shiftnd(offset_image, (-yoff, -xoff))
```

### Requirements:
Install the following version of the packages to replicate this repository:
- FITS_tools==0.2
- matplotlib==3.4.2
- astropy==4.2.1

For the following packages latest version should work:
- scipy
- pytest

To replicate in conda you can use environment.yml given in repository

### Acknowledgments:
- Borrows heavily from
Expand Down

0 comments on commit 793c77b

Please sign in to comment.