Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Nschanche committed Apr 26, 2024
2 parents 4fe07a2 + 35c3d45 commit c7341a6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,14 @@ Timeseries Simple Search Combo (TSSC)

Documentation
-------------
Read the documentation [here](https://heasarc.gsfc.nasa.gov/docs/tess/https://tylerapritchard.github.io/TSSC/).
Read the documentation [here](https://tylerapritchard.github.io/TSSC/).
Check out the tutorial notebook [here](docs/tutorials/Example_searches.ipynb)


Quickstart and Installation
---------------------------

Please visit our quickstart guide at [TBD](https://heasarc.gsfc.nasa.gov/docs/tess/).

*This package is not currently available on PyPI, but is intended to be pip-installable when made available to users*
*This package is not currently available on PyPI, but is intended to be pip-installable when made available to users currently we suggest you clone the github and install with poetry*

The easiest way to install *TSSC* and all of its dependencies is to use the ``pip`` command,
which is a standard part of all Python distributions. (upon release)
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ python = "^3.9"
astropy = "^5.3.4"
astroquery = "^0.4.7"
joblib = "^1.3.2"
lightkurve = "^2.4.2"
numpy = "^1.26.4"
pandas = "^2.2.2"
pytest = "^7.4.4"
Expand Down
1 change: 0 additions & 1 deletion tests/test_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import astropy.units as u
from astropy.table import Table

import lightkurve as lk
import pandas as pd

from pathlib import Path
Expand Down

0 comments on commit c7341a6

Please sign in to comment.