Skip to content

Commit

Permalink
Switching windows to Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-cogliati-inl committed Oct 23, 2023
1 parent 45c2508 commit 2ed74f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Note all install methods after "main" take
<tensorflow source="pip">2.13</tensorflow>
<grpcio source="pip" />
<!-- conda is really slow on windows if the version is not specified.-->
<python skip_check='True' os='windows'>3.8</python>
<python skip_check='True' os='windows'>3.10</python>
<python skip_check='True' os='mac,linux'>3</python>
<hdf5 skip_check='True'/>
<swig skip_check='True'/>
Expand Down

0 comments on commit 2ed74f8

Please sign in to comment.