Skip to content

Commit 6780cd4

Browse files
committed
Remove transitive dependencies pulled in by OpenMM.
1 parent 08a5c68 commit 6780cd4

2 files changed

Lines changed: 1 addition & 18 deletions

File tree

pixi.toml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,12 @@ pyopencl = "*"
1111

1212
[target.linux-64.dependencies]
1313
pycuda = "*"
14-
ocl-icd = "*"
15-
ocl-icd-system = "*"
1614

17-
[target.osx-arm64.dependencies]
18-
khronos-opencl-icd-loader = "*"
19-
ocl_cd_wrapper_apple = "*"
20-
21-
[target.windows-64.dependencies]
15+
[target.win-64.dependencies]
2216
pycuda = "*"
23-
khronos-opencl-icd-loader = "*"
2417

2518
[feature.test.dependencies]
2619
pytest = "*"
27-
black = "*"
2820

2921
[feature.lint.dependencies]
3022
pre-commit = "*"

recipes/loch/recipe.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,9 @@ requirements:
2323
- loguru
2424
- pyopencl
2525
- python
26-
- if: linux
27-
then:
28-
- ocl-id
29-
- ocl-id-system
3026
- if: not osx
3127
then:
3228
- pycuda
33-
else:
34-
- ocl_icd_wrapper_apple
35-
- if: osx or win
36-
then:
37-
- khronos-opencl-icd-loader
3829

3930
about:
4031
homepage: https://github.com/openbiosim/loch

0 commit comments

Comments
 (0)