Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolai Rozanov <nickolay.rozanov@gmail.com>
  • Loading branch information
nrozanov committed Mar 19, 2024
1 parent 0017989 commit 2b0c2e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/3.10/app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ pyomo==6.7.0
# via -r requirements/app.in
pyparsing==3.1.1
# via matplotlib
pytest==8.1.1
pytest==8.0.0
# via pytest-mock
pytest-mock==3.12.0
# via -r requirements/app.in
Expand Down
3 changes: 2 additions & 1 deletion requirements/test.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ fakeredis
# required with fakeredis, maybe because we use rq
lupa
# LP solver required to test the function device_scheduler which is used by the StorageScheduler
highspy
highspy
pytest-mock

0 comments on commit 2b0c2e3

Please sign in to comment.