Skip to content

Commit

Permalink
update requirements to include highspy
Browse files Browse the repository at this point in the history
Signed-off-by: Nischay Ram Mamidi <NischayPro@gmail.com>
  • Loading branch information
Nischay-Pro committed Aug 7, 2023
1 parent c3fe6a2 commit 74c34ff
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 10 deletions.
2 changes: 2 additions & 0 deletions requirements/3.11/app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,8 @@ pytz==2023.3
# pandas
# timely-beliefs
# timetomodel
pyyaml==6.0.1
# via -r requirements/app.in
redis==4.6.0
# via
# -r requirements/app.in
Expand Down
6 changes: 4 additions & 2 deletions requirements/3.11/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@ pyinstrument==4.5.0
# via -r requirements/dev.in
pytest-runner==6.0.0
# via -r requirements/dev.in
pyyaml==6.0
# via pre-commit
pyyaml==6.0.1
# via
# -c requirements/app.txt
# pre-commit
setuptools-scm==7.1.0
# via -r requirements/dev.in
typing-extensions==4.7.0
Expand Down
2 changes: 2 additions & 0 deletions requirements/3.11/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ flask==2.1.2
# via
# -c requirements/app.txt
# pytest-flask
highspy==1.5.3
# via -r requirements/test.in
idna==3.4
# via
# -c requirements/app.txt
Expand Down
2 changes: 2 additions & 0 deletions requirements/3.8/app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@ pytz==2023.3
# pandas
# timely-beliefs
# timetomodel
pyyaml==6.0.1
# via -r requirements/app.in
redis==4.6.0
# via
# -r requirements/app.in
Expand Down
6 changes: 4 additions & 2 deletions requirements/3.8/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@ pyinstrument==4.5.0
# via -r requirements/dev.in
pytest-runner==6.0.0
# via -r requirements/dev.in
pyyaml==6.0
# via pre-commit
pyyaml==6.0.1
# via
# -c requirements/app.txt
# pre-commit
setuptools-scm==7.1.0
# via -r requirements/dev.in
tomli==2.0.1
Expand Down
2 changes: 2 additions & 0 deletions requirements/3.8/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ flask==2.1.2
# via
# -c requirements/app.txt
# pytest-flask
highspy==1.5.3
# via -r requirements/test.in
idna==3.4
# via
# -c requirements/app.txt
Expand Down
4 changes: 3 additions & 1 deletion requirements/3.9/app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --output-file=requirements/app.txt requirements/app.in
# pip-compile --output-file=requirements/3.9/app.txt requirements/app.in
#
alembic==1.11.1
# via flask-migrate
Expand Down Expand Up @@ -256,6 +256,8 @@ pytz==2023.3
# pandas
# timely-beliefs
# timetomodel
pyyaml==6.0.1
# via -r requirements/app.in
redis==4.6.0
# via
# -r requirements/app.in
Expand Down
8 changes: 5 additions & 3 deletions requirements/3.9/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --output-file=requirements/dev.txt requirements/dev.in
# pip-compile --output-file=requirements/3.9/dev.txt requirements/dev.in
#
black==22.3.0
# via -r requirements/dev.in
Expand Down Expand Up @@ -56,8 +56,10 @@ pyinstrument==4.5.0
# via -r requirements/dev.in
pytest-runner==6.0.0
# via -r requirements/dev.in
pyyaml==6.0
# via pre-commit
pyyaml==6.0.1
# via
# -c requirements/app.txt
# pre-commit
setuptools-scm==7.1.0
# via -r requirements/dev.in
tomli==2.0.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/3.9/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --output-file=requirements/docs.txt requirements/docs.in
# pip-compile --output-file=requirements/3.9/docs.txt requirements/docs.in
#
alabaster==0.7.13
# via sphinx
Expand Down
4 changes: 3 additions & 1 deletion requirements/3.9/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --output-file=requirements/test.txt requirements/test.in
# pip-compile --output-file=requirements/3.9/test.txt requirements/test.in
#
async-timeout==4.0.2
# via
Expand Down Expand Up @@ -30,6 +30,8 @@ flask==2.1.2
# via
# -c requirements/app.txt
# pytest-flask
highspy==1.5.3
# via -r requirements/test.in
idna==3.4
# via
# -c requirements/app.txt
Expand Down

0 comments on commit 74c34ff

Please sign in to comment.