Skip to content

Commit

Permalink
Remove stuff about dependencies from the readme, just read pyproject.…
Browse files Browse the repository at this point in the history
…toml
  • Loading branch information
hugobuddel committed May 13, 2023
1 parent 944a3b1 commit 8066967
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,43 +26,3 @@ https://scopesim.readthedocs.io/en/latest/
A basic Jupyter Notebook can be found here:
[scopesim_basic_intro.ipynb](docs/source/examples/1_scopesim_intro.ipynb)


## Dependencies

For [![Python 3.7](https://img.shields.io/badge/Python-3.7-brightgreen.svg)]() and above the latest versions of these packages are compatible with ScopeSim:

numpy >= 1.16
scipy >= 1.0.0
astropy >= 2.0
pyyaml >= 5.1
requests >= 2.20
beautifulsoup4 >= 4.4
synphot >= 0.1.3

For [![Python 3.5](https://img.shields.io/badge/Python-3.5-yellow.svg)]() the following packages may not exceed these version numbers:

astropy <= 3.2.3
synphot <= 0.1.3

#### Oldest currently tested system

[![Python 3.5](https://img.shields.io/badge/Python-3.5-yellow.svg)]()

[![Numpy](https://img.shields.io/badge/Numpy-1.16-brightgreen.svg)]()
[![Astropy](https://img.shields.io/badge/Astropy-2.0-brightgreen.svg)]()
[![Scipy](https://img.shields.io/badge/Scipy-1.0.0-brightgreen.svg)]()

[![Synphot](https://img.shields.io/badge/Synphot-0.1.3-brightgreen.svg)]()
[![requests](https://img.shields.io/badge/requests-2.20.0-brightgreen.svg)]()
[![beautifulsoup4](https://img.shields.io/badge/beautifulsoup4-4.4-brightgreen.svg)]()
[![pyyaml](https://img.shields.io/badge/pyyaml-5.1-brightgreen.svg)]()

#### Things to watch out for with Synphot
Numpy>=1.16 must be used for synphot to work
For Astropy<4.0, only Synphot<=0.1.3 works

#### Optional dependencies
[![skycalc_ipy](https://img.shields.io/badge/skycalc_ipy->=0.1-brightgreen.svg)]()
[![anisocado](https://img.shields.io/badge/anisocado->=0.1-brightgreen.svg)]()
[![Matplotlib](https://img.shields.io/badge/Matplotlib->=1.5-brightgreen.svg)]()

0 comments on commit 8066967

Please sign in to comment.