Skip to content

Commit

Permalink
updated the list of python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
abzoghbi committed Jul 14, 2021
1 parent 2a2c638 commit 67bbbe5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ There are 2 components in the model data:
- `astropy`
- `pandas`
- `sklearn`
- `py-xgboost`

The python libraries can be installed with `conda` or `pip` (e.g. `pip install numpy astropy pandas sklearn`)
The python libraries can be installed with `conda` or `pip` (e.g. `pip install numpy astropy pandas sklearn py-xgboost`)

- Version **0.2.t4n20** requires a geomagnetic data file (kpFile in the USAGE section below). The latest file can be downloaded from https://heasarc.gsfc.nasa.gov/FTP/caldb/data/gen/pcf/geomag/kp_noaa.fits. The model was trained using the noaa data file, so it is suggested that it is the one used and not the Potsdam one (see discussion [here](https://heasarc.gsfc.nasa.gov/docs/nicer/analysis_threads/geomag/)).

Expand Down

0 comments on commit 67bbbe5

Please sign in to comment.