Skip to content

Commit

Permalink
remove versions from requirements.txt, at least for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ivh committed Jan 2, 2024
1 parent 36bad4d commit d01d99e
Showing 1 changed file with 21 additions and 28 deletions.
49 changes: 21 additions & 28 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,21 @@
astropy==5.1.1
cffi==1.15.1
cffi>=1.0.0
colorlog==6.7.0
corner==2.2.1
emcee==3.1.3
joblib==1.2.0
jsonschema==4.16.0
matplotlib==3.6.1
numpy==1.23.4

# optional for tools combine
# git+https://github.com/cylammarco/SpectRes

# Development Requirements
pre-commit==2.20.0
pytest==7.2.0
pytest-cov==4.0.0
python-dateutil==2.8.2
scikit-image==0.19.3
scipy==1.10.0
sphinx==5.3.0
tqdm==4.64.1
wget==3.2
joblib==0.13.2
pytest==5.0.1
jsonschema==3.0.1
Pillow==9.3.0
cffi
numpy
matplotlib
scipy
astropy
colorlog
corner
emcee
joblib
jsonschema
spectres
pre-commit
pytest
pytest-cov
python-dateutil
scikit-image
sphinx
tqdm
wget
joblib
Pillow

0 comments on commit d01d99e

Please sign in to comment.