# Python dependencies for the adaptive multi-disease testing code.
#
# Development/experiment environment reported in the paper (Section 5.1.3):
#   Python 3.12.0
#   Gurobi Optimizer 12.0.1  (a valid Gurobi license is required)
#
# The version specifiers below are lower bounds known to work; the code uses
# only stable APIs of these packages.

gurobipy>=12.0.1
numpy>=1.26
scipy>=1.11
pandas>=2.0
more-itertools>=10.0
pgmpy>=0.1.25        # only needed by the general (BN-based) instance generator
