Skip to content

Commit

Permalink
Merge pull request #2856 from SasView/req-file-cleanup
Browse files Browse the repository at this point in the history
Cleanup of requirements.txt
  • Loading branch information
butlerpd authored Apr 19, 2024
2 parents 8bf5873 + 32e8642 commit a12755e
Showing 1 changed file with 35 additions and 32 deletions.
67 changes: 35 additions & 32 deletions build_tools/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,41 +1,44 @@
numpy
scipy
docutils
pytest
pytest_qt
pytest-mock
unittest-xml-reporting
tinycc
h5py
sphinx
pyparsing
html5lib
pybind11
# Alphabetized list of OS and version agnostic dependencies
appdirs
six
numba
mako
ipython
qtconsole
xhtml2pdf
pylint
periodictable
uncertainties
matplotlib
lxml
pytools
bumps
cffi
docutils
dominate
h5py
html2text
html5lib
importlib-resources
bumps
html2text
ipython
jsonschema
pywin32; platform_system == "Windows"
PySide6==6.4.3
twisted
zope
superqt
lxml
mako
matplotlib
numba
numpy
periodictable
pybind11
pylint
pyopengl
pyopengl_accelerate
pyparsing
pytest
pytest_qt
pytest-mock
pytools
qtconsole
scipy
six
sphinx
superqt
tinycc
twisted
uncertainties
unittest-xml-reporting
xhtml2pdf
zope

# Alphabetized list of OS-specific packages
pywin32; platform_system == "Windows"

# Alphabetized list of version-pinned packages
PySide6==6.4.3 # Later versions do not mesh well with pyinstaller < 6.0

0 comments on commit a12755e

Please sign in to comment.