Changes in / [e2083f1a:56dd23c] in sasview


Ignore:
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • build_tools/conda_qt5_min_ubuntu.yml

    r00fd278 ra22b77a  
    33 - conda-forge 
    44dependencies: 
    5  - matplotlib=2 
    6  - scipy 
    7  - hdf5 
    8  - h5py 
    9  - ipython 
     5 - matplotlib=2.2.2 
     6 - scipy=1.1.0 
     7 - hdf5=1.10.1 
     8 - h5py=2.8.0 
     9 - ipython=6 
    1010 - ipykernel=4.9 
    1111 - jupyter 
    12  - twisted 
    13  - lxml 
    14  - sphinx 
    15  - cython 
     12 - twisted=18.4.0 
     13 - lxml=4.2.1 
     14 - sphinx=1.7.4 
     15 - cython=0.28.3 
    1616 - pytest 
    17  - mako 
    18  - pyinstaller  
     17 - mako=1.0.7 
     18 - pyinstaller=3.3.1  
    1919 - pyqt>=5.9 # required for GTK themes to work correctly 
    2020 - testpath=0.3.1 
     21 - numpy=1.14.3  # NEED TO DOWNGRADE NUMPY!!! 
    2122# - pyopencl 
    2223# - pocl 
    2324 - pip: 
    24    - pytools  
    25    - periodictable  
    26    - bumps  
    27    - xhtml2pdf  
    28    - qt5reactor  
     25   - pytools==2018.4 
     26   - periodictable==1.5.0 
     27   - bumps==0.7.8 
     28   - xhtml2pdf==0.2.2 
     29   - qt5reactor==0.5 
  • build_tools/conda_qt5_ubuntu.yml

    rdf44689 re9b115aa  
    2323  - cryptography=2.2.1=py36_0 
    2424  - cycler=0.10.0=py36_0 
    25   - dbus=1.11.0=0 
     25  - dbus 
    2626  - decorator=4.3.0=py_0 
    2727  - docutils=0.14=py36_0 
     
    3030  - freetype=2.8.1=0 
    3131  - gettext=0.19.8.1=0 
    32   - glib=2.55.0=0 
    33   - gst-plugins-base=1.8.0=0 
    34   - gstreamer=1.8.0=1 
     32  - glib=2 
     33  - gst-plugins-base 
     34  - gstreamer 
    3535  - h5py=2.8.0=py36h470a237_0 
    3636  - hdf5=1.10.1=2 
     
    4444  - libpng=1.6.34=0 
    4545  - libsodium=1.0.16=0 
    46   - libtiff=4.0.9=0 
     46  - libtiff 
    4747  - libxcb=1.13=0 
    4848  - libxslt=1.1.32=0 
     
    5151  - mako=1.0.7=py36_0 
    5252  - markupsafe=1.0=py36_0 
    53   - matplotlib=2.2.2=py36_1 
     53  - matplotlib=2 
    5454  - ncurses=5.9=10 
    5555  - ocl-icd=2.2.9=4 
    5656  - openblas=0.2.20=7 
    57   - openssl=1.0.2o=0 
     57  - openssl 
    5858  - packaging=17.1=py_0 
    5959  - pcre=8.41=1 
     
    6666  - pyopenssl=18.0.0=py36_0 
    6767  - pyparsing=2.2.0=py36_0 
    68   - pyqt=5.6.0=py36_5 
     68  - pyqt>=5.9.0 
    6969  - pysocks=1.6.8=py36_1 
    70   - python=3.6.5=1 
     70  - python=3.6 
    7171  - python-dateutil=2.7.3=py_0 
    7272  - pytools=2018.4=py_0 
    7373  - pytz=2018.4=py_0 
    74   - qt=5.6.2=7 
     74  - qt>=5.9 
    7575  - readline=7.0=0 
    7676  - requests=2.18.4=py36_1 
    7777  - setuptools=39.2.0=py36_0 
    78   - sip=4.18=py36_1 
    79   - six=1.11.0=py36_1 
     78  - sip 
     79  - six>=1.11.0=py36_1 
    8080  - snowballstemmer=1.2.1=py36_0 
    8181  - sphinx=1.7.4=py36_0 
    8282  - sphinxcontrib-websupport=1.0.1=py36_0 
    83   - sqlite=3.20.1=2 
     83  - sqlite 
    8484  - tk=8.6.7=0 
    8585  - tornado=5.0.2=py36_0 
     
    103103  - scipy=1.1.0=py36hfc37229_0 
    104104  - service_identity=17.0.0=py36_0 
     105  - jedi=0.12.1 
    105106  - pip: 
    106107    - automat==0.6.0 
  • build_tools/jenkins_ubuntu_build.sh

    r1095866 r8e76e49  
    1818cd build_tools 
    1919conda env create --force -f conda_qt5_min_ubuntu.yml 
     20# conda env create --force -f conda_qt5_ubuntu.yml 
    2021conda env list 
    2122 
  • installers/sasview_qt5_min_centos.spec

    r4e85147 ra22b77a  
    8383# else: 
    8484#     raise Exception("No numerical library for numpy found.") 
    85 #  
     85 
    8686 
    8787#import sas.sascalc.dataloader.readers 
     
    153153 'site','lxml._elementpath','lxml.etree', 
    154154 'scipy._lib.messagestream', 
     155 'IPython', 
    155156] 
    156157 
Note: See TracChangeset for help on using the changeset viewer.