2022-11-17 22:47:37 +00:00
|
|
|
coverage==6.5.0
|
2023-03-06 20:37:04 +00:00
|
|
|
pytest==7.2.2
|
2022-11-07 08:19:01 +00:00
|
|
|
pytest-cov==4.0.0
|
2022-10-26 14:31:25 +00:00
|
|
|
pytest-forked==1.4.0
|
2023-01-16 15:34:10 +00:00
|
|
|
pytest-rerunfailures==10.3
|
2020-06-30 14:56:05 +00:00
|
|
|
|
2021-10-26 11:58:20 +00:00
|
|
|
# needed in tests
|
2023-04-24 08:19:20 +00:00
|
|
|
cloudpickle >=1.3, <2.3.0
|
2022-12-20 05:21:02 +00:00
|
|
|
scikit-learn>0.22.1, <1.2.1
|
2023-02-28 17:38:40 +00:00
|
|
|
onnx<1.14.0
|
2022-11-15 16:22:55 +00:00
|
|
|
onnxruntime<1.14.0
|
2023-01-16 12:49:48 +00:00
|
|
|
psutil<5.9.5 # for `DeviceStatsMonitor`
|
2023-05-02 11:46:07 +00:00
|
|
|
pandas>1.0, <2.0.2 # needed in benchmarks
|
2022-12-10 13:32:37 +00:00
|
|
|
fastapi<0.87.0 # for `ServableModuleValidator`
|
2023-04-24 18:28:14 +00:00
|
|
|
uvicorn<0.21.2 # for `ServableModuleValidator`
|
2022-11-21 20:53:25 +00:00
|
|
|
|
2023-04-24 08:19:20 +00:00
|
|
|
tensorboard >=2.9.1, <2.12.0 # for `TensorBoardLogger`
|
|
|
|
protobuf <=3.20.1 # strict # an extra is updating protobuf, this pin prevents TensorBoard failure
|