Skip to content

Commit

Permalink
Update gwbootstrap version pins
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Goetz committed Jul 22, 2024
1 parent e354f4c commit 4e31e5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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.6/'
('gwbootstrap', 'https://cdn.jsdelivr.net/npm/gwbootstrap@1.3.7/'
'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.6/'
('gwbootstrap', 'https://cdn.jsdelivr.net/npm/gwbootstrap@1.3.7/'
'lib/gwbootstrap-extra.min.js'),
))

Expand Down
5 changes: 2 additions & 3 deletions 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.6",
"gwdetchar >=2.2.7",
"gwpy >=2.0.0, <=3.0.8",
"gwtrigfind",
"lalsuite",
Expand All @@ -49,7 +49,7 @@ dependencies = [
"markdown",
"MarkupPy",
"matplotlib >=3.5",
"numpy >=1.16",
"numpy >=1.16,<2.0",
"pygments >=2.7.0",
"python-dateutil",
"python-ligo-lw",
Expand Down Expand Up @@ -118,4 +118,3 @@ precision = 1
[tool.pytest.ini_options]
addopts = "-r a"


0 comments on commit 4e31e5e

Please sign in to comment.