Skip to content
Snippets Groups Projects
Commit 7813e4ce authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

[conda] pin tensorflow to next minor version

parent 0ebabafe
Branches
Tags
No related merge requests found
Pipeline #55580 passed
......@@ -37,7 +37,7 @@ requirements:
- {{ pin_compatible('scipy') }}
- {{ pin_compatible('click') }}
- {{ pin_compatible('click-plugins') }}
- {{ pin_compatible('tensorflow') }} # [linux]
- {{ pin_compatible('tensorflow', max_pin='x.x') }} # [linux]
run_constrained:
- {{ pin_compatible('scikit-learn') }}
- {{ pin_compatible('matplotlib') }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment