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

Commit 3f74fac

Browse files
authored
fixed tensorflow version mismatch caused by conda (#403)
1 parent 8c7b576 commit 3f74fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment/anaconda/local/environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ dependencies:
1212
- torchvision>=0.5.0
1313
- pandas==0.25.3
1414
- scikit-learn==0.21.3
15-
- tensorflow==2.1
1615
- opt-einsum>=2.3.2
1716
- tqdm==4.39.0
1817
- itkwidgets==0.23.1
@@ -27,6 +26,7 @@ dependencies:
2726
- tabulate==0.8.2
2827
- Jinja2==2.10.3
2928
- gitpython==3.0.6
29+
- tensorflow==2.1
3030
- tensorboard==2.0.1
3131
- tensorboardx==1.9
3232
- invoke==1.3.0

0 commit comments

Comments
 (0)