Skip to content

Commit

Permalink
Fix tensorboardX dependency (cvat-ai#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Zhiltsov authored Jun 29, 2021
1 parent 5209d42 commit e8371e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion requirements-core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ pycocotools>=2.0.0,!=2.0.2; platform_system != "Windows"
pycocotools-windows; platform_system == "Windows"
PyYAML>=5.3.1
scikit-image>=0.15.0
tensorboardX>=1.8

# 2.3 has an unlisted dependency on PyTorch, which we don't need
tensorboardX>=1.8,!=2.3

0 comments on commit e8371e9

Please sign in to comment.