Skip to content

Commit

Permalink
moving solara dep to extras (#22)
Browse files Browse the repository at this point in the history
* moving solara dep to extra

* fixing endianness for numpy/fits data
  • Loading branch information
havok2063 authored Jun 11, 2024
1 parent 576d209 commit eb3cd9b
Show file tree
Hide file tree
Showing 4 changed files with 836 additions and 844 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ cd valis
poetry install
```

### Solara Dependencies

The default install does not install any of the Solara dependencies for Jdaviz and the SDSS DataView Explorer. To install these dependencies, run
```
poetry install -E solara
```

### Updating Dependencies with Poetry
To update poetry itself, run
```
Expand Down
Loading

0 comments on commit eb3cd9b

Please sign in to comment.