File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,9 +69,9 @@ install:
6969 - source activate test
7070 - conda install --yes numpy scipy matplotlib pip nose sip=4.18
7171 - if [[ "$TOXENV" == "py27" ]]; then
72- conda install --yes -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core=0.18.1 python=2.7;
72+ conda install --yes -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core=0.18.1 smesh=6.7.5 python=2.7;
7373 else
74- conda install --yes -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core=0.18.1 python=3.6;
74+ conda install --yes -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core=0.18.1 smesh=6.7.5 python=3.6;
7575 fi
7676 - pip install setuptools
7777 - pip install enum34
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ See the [**Examples**](#examples) section below and the [**Tutorials**](tutorial
4545
4646| Package | Version | How to install (precompiled binaries via conda) |
4747| ---------| -------------| ----------------------------------------------------------------------------------------------------------------------|
48- | OCC | ==0.18.1 | Python2.7 ` conda install -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core==0.18.1 smesh=6.7.6 python=2.7 ` |
49- | OCC | ==0.18.1 | Python3.6 ` conda install -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core==0.18.1 smesh=6.7.6 python=3.6 ` |
48+ | OCC | ==0.18.1 | Python2.7 ` conda install -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core==0.18.1 smesh=6.7.5 python=2.7 ` |
49+ | OCC | ==0.18.1 | Python3.6 ` conda install -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core==0.18.1 smesh=6.7.5 python=3.6 ` |
5050
5151conda install -c pythonocc -c dlr-sc -c oce smesh=6.7.6
5252
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def readme():
2525 keywords = 'blade-generation propeller iges procal' ,
2626 url = 'https://github.com/mathLab/BladeX' ,
2727 author = 'Marco Tezzele, Mahmoud Gadalla' ,
28- author_email = 'marcotez@gmail.com, mgadalla@sissa.it ' ,
28+ author_email = 'marcotez@gmail.com, gadalla.mah@gmail.com ' ,
2929 license = 'MIT' ,
3030 packages = ['bladex' ],
3131 install_requires = [
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments