Skip to content

Commit

Permalink
Force windows version to speed up dependency checking.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-cogliati-inl committed Nov 14, 2022
1 parent 63d74f3 commit a7a2582
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ Note all install methods after "main" take
<statsmodels>0.13</statsmodels>
<cloudpickle>2.2</cloudpickle>
<tensorflow>2.9</tensorflow>
<python skip_check='True'>3</python>
<python skip_check='True' os='windows'>3.7</python>
<python skip_check='True' os='mac,linux'>3</python>
<hdf5 skip_check='True'/>
<swig skip_check='True'/>
<pylint/>
Expand Down

0 comments on commit a7a2582

Please sign in to comment.