Skip to content

Commit

Permalink
Merge pull request #782 from sdss/last
Browse files Browse the repository at this point in the history
Pinning some deps for
  • Loading branch information
havok2063 authored Jul 27, 2022
2 parents 8210662 + d0b65ff commit 7ff9372
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Marvin's Change Log
===================

[2.7.4] - 2022/07/27
--------------------
- Last tag to support python versions >2.7 up to <3.8
- Pinning `marvin_brain` and `marvin_wtforms_alchemy` dependencies
- Additional docs updates

[2.7.3] - 2022/07/12
--------------------
- Small tweaks to documentation links and tutorial exercise notebooks
Expand Down
18 changes: 9 additions & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,20 @@ package_dir =
include_package_data = True
install_requires =
# sdss reqs
sdsstools>=0.4,<1.0
sdss-tree>=3.1.0,<4.0
sdss-access>=2.0,<3.0
marvin-brain>=0.2,<1.0
marvin-sqlalchemy-boolean-search>=0.2,<1.0
marvin-wtforms-alchemy>=0.16.9,<1.0
sdsstools>=0.4
sdss-tree>=3.1.0
sdss-access>=2.0
marvin-brain>=0.2,<0.3
marvin-sqlalchemy-boolean-search>=0.2
marvin-wtforms-alchemy>=0.16.9,<0.18.0
# all else
# utility
astropy>=3.3,<5.0
fuzzywuzzy>=0.15.0,<1.0
python-Levenshtein>=0.12.0,<1.0
fuzzywuzzy>=0.15.0
python-Levenshtein>=0.12.0
raven>=5.32.0,<7.0
packaging>=20.1,<21.0
yamlordereddictloader>=0.2.2,<1.0
yamlordereddictloader>=0.2.2
markupsafe<2.1
# numerical
scipy>=0.18.1,<2.0
Expand Down

0 comments on commit 7ff9372

Please sign in to comment.