Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions dependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,31 +37,31 @@ Note all install methods after "main" take
-->
<dependencies>
<main>
<h5py/>
<numpy>1.26</numpy>
<scipy>1.12</scipy>
<scikit-learn>1.1</scikit-learn>
<pandas/>
<h5py source="pip"/>
<numpy source="pip">1.26</numpy>
<scipy source="pip">1.12</scipy>
<scikit-learn source="pip">1.1</scikit-learn>
<pandas source="pip"/>
<!-- Note most versions of xarray work, but some (such as 0.20) don't -->
<xarray/>
<xarray source="pip"/>
<netcdf4 source="pip">1.6</netcdf4>
<matplotlib>3.6</matplotlib>
<statsmodels>0.13</statsmodels>
<cloudpickle/>
<matplotlib source="pip">3.6</matplotlib>
<statsmodels source="pip">0.13</statsmodels>
<cloudpickle source="pip"/>
<tensorflow source="pip">2.14</tensorflow>
<grpcio source="pip" />
<!-- conda is really slow on windows if the version is not specified.-->
<python skip_check='True' os='windows'>3.11</python>
<python skip_check='True' os='mac,linux'>3</python>
<python skip_check='True' os='mac,linux'>3.11</python>
<hdf5 skip_check='True'/>
<swig skip_check='True'/>
<pylint/>
<coverage/>
<lxml/>
<psutil/>
<lxml source="pip"/>
<psutil source="pip"/>
<pip/>
<pyDOE3 source="pip"/>
<importlib_metadata/>
<importlib_metadata source="pip"/>
<pyside2 optional='True'/>
<nomkl os='linux' skip_check='True'/>
<cmake skip_check='True' optional='True'/>
Expand All @@ -72,8 +72,8 @@ Note all install methods after "main" take
<imageio source="pip">2.22</imageio>
<line_profiler optional='True'/>
<!-- <ete3 optional='True'/> -->
<statsforecast/>
<pywavelets>1.4</pywavelets>
<statsforecast source="pip"/>
<pywavelets source="pip">1.4</pywavelets>
<python-sensors source="pip"/>
<numdifftools source="pip">0.9</numdifftools>
<fmpy optional='True'/>
Expand All @@ -83,7 +83,7 @@ Note all install methods after "main" take
<ipopt skip_check='True' optional='True'/>
<cyipopt optional='True'/>
<pyomo-extensions source="pyomo" skip_check='True' optional='True'/>
<setuptools />
<setuptools source="pip"/>
<!-- source="mamba" are the ones installed when mamba is installed -->
<mamba source='mamba' skip_check='True'/>
<pydmd source="pip"/>
Expand Down