Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
fixed tensorflow version mismatch caused by conda (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkazmsft authored Jul 22, 2020
1 parent 8c7b576 commit 3f74fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment/anaconda/local/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ dependencies:
- torchvision>=0.5.0
- pandas==0.25.3
- scikit-learn==0.21.3
- tensorflow==2.1
- opt-einsum>=2.3.2
- tqdm==4.39.0
- itkwidgets==0.23.1
Expand All @@ -27,6 +26,7 @@ dependencies:
- tabulate==0.8.2
- Jinja2==2.10.3
- gitpython==3.0.6
- tensorflow==2.1
- tensorboard==2.0.1
- tensorboardx==1.9
- invoke==1.3.0
Expand Down

0 comments on commit 3f74fac

Please sign in to comment.