Changes between Initial Version and Version 1 of Ticket #16848, comment 4


Ignore:
Timestamp:
Feb 13, 2025, 1:18:12 AM (8 months ago)
Author:
Zach Pearson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16848, comment 4

    initial v1  
    4848                 expand_by = atoms.filter(mask)
    4949             else:
    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
    7150diff --git a/src/bundles/map_data/src/arrays.py b/src/bundles/map_data/src/arrays.py
    7251index 218f9bc2a..57dbc97b7 100644