| 50 | | diff --git a/src/bundles/bundle_builder/pyproject.toml b/src/bundles/bundle_builder/pyproject.toml |
| 51 | | index 23324df86..df98e19f0 100644 |
| 52 | | --- a/src/bundles/bundle_builder/pyproject.toml |
| 53 | | +++ b/src/bundles/bundle_builder/pyproject.toml |
| 54 | | @@ -7,11 +7,11 @@ name = "ChimeraX-BundleBuilder" |
| 55 | | description = "Bundle building utilities" # one line synopsis |
| 56 | | authors = [{ name = "UCSF RBVI", email = "chimerax@cgl.ucsf.edu" }] |
| 57 | | dependencies = [ |
| 58 | | - 'tomli; python_version < "3.11"', |
| 59 | | - 'numpy==1.26.4', |
| 60 | | - 'setuptools==72.1.0', |
| 61 | | - 'lxml==5.2.2', |
| 62 | | - 'auditwheel>=6.1.0', |
| 63 | | + # 'tomli; python_version < "3.11"', |
| 64 | | + # 'numpy==1.26.4', |
| 65 | | + # 'setuptools==72.1.0', |
| 66 | | + # 'lxml==5.2.2', |
| 67 | | + # 'auditwheel>=6.1.0', |
| 68 | | ] |
| 69 | | classifiers = [ |
| 70 | | # From https://pypi.python.org/pypi?%3Aaction=list_classifiers |