-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathrequirements.txt
28 lines (28 loc) · 1.18 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
pytz
requests
# Ensure scipy dependency does not bring in a recent version of numpy.
scipy<1.9
# The version of astropy will be reset by GitHub Actions tests.
astropy
# Ensure compatibility with numpy <1.23.
numba<0.60
# Ensure compatibility with numpy <1.23.
matplotlib<3.9
healpy
# It is becoming difficult to install speclite and specsim directly from
# git+https, so installing from PyPI is definitely preferred here.
speclite
specsim
# The version of fitsio will be reset by GitHub Actions tests.
fitsio
# Install desiutil separately since it is needed for the other installs.
# git+https://github.com/desihub/desiutil.git@3.1.0#egg=desiutil
git+https://github.com/desihub/specter.git@0.9.4#egg=specter
git+https://github.com/desihub/desimodel.git@0.18.0#egg=desimodel
# Don't forget to install desimodel test data.
git+https://github.com/desihub/desispec.git@0.36.1#egg=desispec
# git+https://github.com/desihub/desitarget.git@0.50.0#egg=desitarget
git+https://github.com/desihub/desitarget.git@main#egg=desitarget
# git+https://github.com/desihub/specsim.git@main#egg=specsim
# simqso install script requires numpy, so install separately.
# git+https://github.com/imcgreer/simqso.git@v1.2.4#egg=simqso