Skip to content

Commit

Permalink
Update version pins for gwbootstrap and gwdetchar (#409)
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Goetz <evan.goetz@ligo.org>
  • Loading branch information
eagoetz and Evan Goetz committed Apr 19, 2024
1 parent 93fa5d8 commit 105a704
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gwsumm/html/static.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'font-awesome/6.5.1/css/fontawesome.min.css'),
('font-awesome-solid', 'https://cdnjs.cloudflare.com/ajax/libs/'
'font-awesome/6.5.1/css/solid.min.css'),
('gwbootstrap', 'https://cdn.jsdelivr.net/npm/gwbootstrap@1.3.5/'
('gwbootstrap', 'https://cdn.jsdelivr.net/npm/gwbootstrap@1.3.6/'
'lib/gwbootstrap.min.css'),
))

Expand All @@ -51,7 +51,7 @@
('datepicker', 'https://cdnjs.cloudflare.com/ajax/libs/'
'bootstrap-datepicker/1.9.0/js/'
'bootstrap-datepicker.min.js'),
('gwbootstrap', 'https://cdn.jsdelivr.net/npm/gwbootstrap@1.3.5/'
('gwbootstrap', 'https://cdn.jsdelivr.net/npm/gwbootstrap@1.3.6/'
'lib/gwbootstrap-extra.min.js'),
))

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ classifiers = [
dependencies = [
"astropy >=3.0.0",
"gwdatafind >=1.1.1",
"gwdetchar >=2.2.5",
"gwdetchar >=2.2.6",
"gwpy >=2.0.0",
"gwtrigfind",
"lalsuite",
Expand Down

0 comments on commit 105a704

Please sign in to comment.