Skip to content

Commit 02565fc

Browse files
committed
Fix missing Sire pins.
1 parent 89e19d5 commit 02565fc

2 files changed

Lines changed: 16 additions & 5 deletions

File tree

pixi.toml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ rdkit = "*"
2525

2626
# Optional but useful for full BioSimSpace functionality
2727
[target.linux-64.dependencies]
28-
sire = "*"
28+
# main
29+
#sire = ">=2025.3.0,<2025.4.0"
30+
# devel
31+
sire = "==2025.4.0.dev"
2932
ambertools = ">=22"
3033
gromacs = "*"
3134
alchemlyb = "*"
@@ -39,14 +42,20 @@ mdanalysis = "*"
3942
gromacs = "*"
4043

4144
[target.osx-arm64.dependencies]
42-
sire = "*"
45+
# main
46+
#sire = ">=2025.3.0,<2025.4.0"
47+
# devel
48+
sire = "==2025.4.0.dev"
4349
ambertools = ">=22"
4450
alchemlyb = "*"
4551
mdtraj = "*"
4652
mdanalysis = "*"
4753

4854
[target.win-64.dependencies]
49-
sire = "*"
55+
# main
56+
#sire = ">=2025.3.0,<2025.4.0"
57+
# devel
58+
sire = "==2025.4.0.dev"
5059
alchemlyb = "*"
5160
mdtraj = "*"
5261
mdanalysis = "*"

recipes/biosimspace/recipe.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ requirements:
3737
- python
3838
- pyyaml
3939
- rdkit
40-
- sire
40+
# main
41+
#- sire >=2025.3.0,<2025.4.0
42+
# devel
43+
- sire ==2025.4.0.dev
4144
- if: not aarch64
4245
then:
4346
- alchemlyb
@@ -58,7 +61,6 @@ tests:
5861
requirements:
5962
run:
6063
- pytest
61-
- requests
6264
- if: linux and x86_64
6365
then:
6466
- ambertools

0 commit comments

Comments
 (0)