73ed353d27
Sasview is a data fitting and analysis package for small angle scattering data. More information can be found at https://www.sasview.org. There is some unfortunate cruft to this commit. SasView uses the xhtml2pdf python package, which has a specific version of html5lib as a dependency. This module manually loads that version into sasview. I haven't made xhtml2pdf available as its own package due to these circumstances.
8 lines
171 B
Diff
8 lines
171 B
Diff
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -5,1 +5,1 @@
|
|
- 'bumps>=0.7.5.9', 'periodictable>=1.5.0', 'pyparsing<2.0.0',
|
|
+ 'bumps>=0.7.5.9', 'periodictable>=1.5.0',
|
|
--
|
|
2.15.0
|
|
|