Changes in / [d53abd2:ec52ea1] in sasview


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • installers/setup_exe.py

    rf05f6ff r3da8692  
    287287    'matplotlib', 'scipy', 'encodings', 'comtypes', 'h5py', 
    288288    'win32com', 'xhtml2pdf', 'bumps', 'sasmodels', 'sas', 
    289     'pkg_resources' 
    290289    ] 
    291290packages.extend([ 
  • src/sas/sasgui/perspectives/fitting/gpu_options.py

    r388aefb r42a6e02  
    139139 
    140140        test_text = wx.StaticText(self, -1, "WARNING: Running tests can take a few minutes!") 
    141         test_text2 = wx.StaticText(self, -1, "NOTE: No test will run if No OpenCL is checked") 
    142         test_text.SetForegroundColour(wx.RED) 
    143         self.vbox.Add(test_text2, 0, wx.LEFT|wx.EXPAND|wx.ADJUST_MINSIZE, 10) 
    144141        self.vbox.Add(test_text, 0, wx.LEFT|wx.EXPAND|wx.ADJUST_MINSIZE, 10) 
    145142 
Note: See TracChangeset for help on using the changeset viewer.