Skip to content

Commit

Permalink
add tensorboard as a dependency just for azure tests, this is optiona…
Browse files Browse the repository at this point in the history
…l for users, but adds to our testing environment
bw4sz committed Dec 2, 2023
1 parent 880a4c3 commit e9743bf
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ jobs:
displayName: 'Create Conda environment for DeepForest'
- script: |
pip install pytest pytest-azurepipelines yapf
pip install pytest tensorboard pytest-azurepipelines yapf
pytest -v
displayName: 'Pytests'
1 change: 1 addition & 0 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -27,6 +27,7 @@ sphinx_markdown_tables
tqdm
twine
torchvision>=0.13
tensorboard
xmltodict
comet_ml
imagecodecs

0 comments on commit e9743bf

Please sign in to comment.