Skip to content

Commit

Permalink
Merge pull request #693 from oda-hub/upgrading-bokeh
Browse files Browse the repository at this point in the history
numpy, flask, jsonschema versionfreezing
  • Loading branch information
burnout87 authored Jun 21, 2024
2 parents e4b7784 + 63347bb commit e8f8082
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
future
numpy
numpy<2.0.0
pyyaml
simplejson
flask>=2.0.3
flask==2.0.3
astropy>=5.0.1
pylogstash_context>=0.1.19
gunicorn
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
install_req = [
'oda_api>=1.1.31',
'pylogstash_context>=0.1.19',
"numpy",
"numpy<2.0.0",
"pyyaml",
"simplejson",
"flask",
"flask==2.0.3",
"astropy>=2.0.3",
"gunicorn",
"decorator",
Expand All @@ -49,7 +49,7 @@
"giturlparse",
"sentry-sdk",
"validators==0.28.3",
"jsonschema"
"jsonschema<=4.17.3"
]

test_req = [
Expand Down

0 comments on commit e8f8082

Please sign in to comment.