Skip to content

Commit

Permalink
Merge d6210f1 into c17248c
Browse files Browse the repository at this point in the history
  • Loading branch information
Nischay-Pro committed Jul 25, 2023
2 parents c17248c + d6210f1 commit ed169b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ install-flexmeasures:
pip install -e .

install-pip-tools:
pip3 install -q "pip-tools>=6.4"
pip3 install -q "pip-tools>=7.0"

install-docs-dependencies:
pip install -r requirements/docs.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/app.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ psycopg2-binary
bcrypt
pytz
# limit the numpy version to make it compatible with numba==0.56.4, which timely-beliefs >=1.18 depends on (library sktime).
numpy<1.24
numpy<1.26
isodate
click
click-default-group
Expand Down Expand Up @@ -67,4 +67,4 @@ Flask-SQLAlchemy>=2.4.3,<3
# flask should be after all the flask plugins, because setup might find they ARE flask
# <2.3: https://github.com/Parallels/rq-dashboard/issues/417 and https://github.com/FlexMeasures/flexmeasures/issues/754 and flask-login 0.6.1 not compatible
flask>=1.0, <=2.1.2
werkzeug<=2.1
werkzeug<=2.1

0 comments on commit ed169b9

Please sign in to comment.