File tree Expand file tree Collapse file tree 5 files changed +8
-9
lines changed Expand file tree Collapse file tree 5 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,6 @@ before_install:
6060 - conda install --yes gcc swig
6161 - echo "Using GCC at "`which gcc`
6262 - export CC=`which gcc`
63- # Fixes version `GLIBCXX_3.4.21' not found (on Ubuntu 16.04)
64- - conda install --yes libgcc
6563
6664install :
6765 # Install general requirements the way setup.py suggests
Original file line number Diff line number Diff line change 66__MANDATORY_PACKAGES__ = '''
77numpy>=1.9
88scikit-learn>=0.18.1,<0.19
9- smac==0.6.0
109lockfile>=0.10
10+ smac>=0.6.0,<0.7
11+ pyrfr>=0.6.1,<0.7
1112ConfigSpace>=0.3.3,<0.4
1213pyrfr>=0.6.0,<0.7
1314'''
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ the Section `Installing auto-sklearn`_.
5858A common installation problem under recent Linux distribution is the
5959incompability of the compiler version used to compile the Python binary
6060shipped by AnaConda and the compiler installed by the distribution. This can
61- be solved by istalling the *gcc * compiler shipped with AnaConda (as well as
61+ be solved by installing the *gcc * compiler shipped with AnaConda (as well as
6262*swig *):
6363
6464.. code :: bash
Original file line number Diff line number Diff line change 1818
1919ConfigSpace >= 0.3.3 ,< 0.4
2020pynisher >= 0.4
21- pyrfr >= 0.6.0 ,< 0.7
22- smac == 0.6.0
21+ pyrfr >= 0.6.1 ,< 0.7
22+ smac >= 0.6.0 , < 0.7
Original file line number Diff line number Diff line change 2626 "liac-arff" ,
2727 "pandas" ,
2828 "ConfigSpace>=0.3.3,<0.4" ,
29- "pynisher>=0.4" ,
30- "pyrfr>=0.6,<0.7" ,
31- "smac== 0.6.0"
29+ "pynisher>=0.4,<0.5 " ,
30+ "pyrfr>=0.6.1 ,<0.7" ,
31+ "smac>= 0.6.0,<0.7 "
3232]
3333
3434with open ("autosklearn/__version__.py" ) as fh :
You can’t perform that action at this time.
0 commit comments