Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions python/unittest_py/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PyGithub
coverage==7.10.7
mock
gymnasium>=1.0.0a1
hypothesis<6.145.0
gymnasium>=1.2.3
hypothesis
opencv-python>= 4.10.0.84
visualdl==2.5.3
paddle2onnx>=0.9.6; python_version < "3.12"
Expand All @@ -11,14 +11,14 @@ scipy > 1.13
prettytable
distro
autograd==1.4
librosa==0.8.1 ; python_version<"3.12"
librosa==0.11.0
parameterized
wandb>=0.17.2 ; python_version<"3.12"
wandb>=0.23.1
xlsxwriter==3.0.9
xdoctest==1.3.0
ubelt==1.3.3 # just for xdoctest
mypy==1.18.2
ubelt==1.4.0 # just for xdoctest
mypy==1.19.1
soundfile
apache-tvm-ffi==0.1.5
apache-tvm-ffi==0.1.7
graphviz
nvidia-ml-py3 ; platform_system != "Darwin"
Loading