Skip to content

Commit

Permalink
Clean up workarounds
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburr authored Dec 16, 2024
1 parent dd80a46 commit d486496
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,13 @@ ignore_duplicate_files: true
# selects an older version to avoid conflicts. This is particularly prone to
# happening when an old version has incorrect version pins
specs:
- micromamba >=0.22.0
- micromamba >=0.22.0,<2
- python 3.11.*
- pip
- openssl >=3
# Security
- certifi
# https://github.com/DIRACGrid/DIRAC/pull/7568
- m2crypto >=0.38,<0.40.0
- m2crypto >=0.43
- pyasn1 >0.4.1
- pyasn1-modules
- tornado_m2crypto
Expand Down Expand Up @@ -95,10 +94,7 @@ specs:
- pytz >=2015.7
- requests >=2.9.1
- rrdtool # [not (osx and arm64)]
# Use a custom build of apptainer to workaround:
# * https://github.com/apptainer/apptainer/issues/2166
# * https://github.com/apptainer/apptainer/issues/2167
- apptainer 1.2.5 *_734000 # [not osx]
- apptainer # [not osx]
- six
- subprocess32
- suds >=1.0
Expand All @@ -107,8 +103,7 @@ specs:
- tornado *+dirac*
- xmltodict
- importlib_resources <6
# Temporary workaround until we have releases with https://github.com/DIRACGrid/DIRAC/pull/6458
- importlib_metadata <5.0.0
- importlib_metadata
# Testing and development
- bat
- docutils
Expand Down

0 comments on commit d486496

Please sign in to comment.