Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ignore_duplicate_files: true
# happening when an old version has incorrect version pins
specs:
- micromamba
- python 3.11.*
- python 3.14.*
- pip
- openssl >=3
# Security
Expand All @@ -47,11 +47,7 @@ specs:
- opensearch-py
- opensearch-dsl
- mysql-client
# elasticsearch packages can be removed once DIRAC 7.3 is not used anymore - replaced by opensearch
# They can't actually be removed yet as DIRAC stil has it in the dependencies
- elasticsearch <7.14
- elasticsearch-dsl
- numpy <2 # elasticsearch<7.14 needs numpy 1.x, remove this constraint when elasticsearch is removed
- numpy
# Earlier versions of mysqlclient were build with older MySQL versions
- mysqlclient >=2.0.3,<2.1
- sqlalchemy >=1.4.36
Expand Down
Loading