Skip to content

Commit e7dd0d8

Browse files
authored
Merge pull request #325 from CCPBioSim/324-bug-invalid-numba-version
Fix unsatisfiable numba version constraint and align conda recipe metadata
2 parents 1634d40 + 3b48df3 commit e7dd0d8

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

conda-recipe/meta.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ requirements:
3939
- distributed >=2026.1.2,<2026.2.0
4040
- dask-jobqueue >=0.9,<0.10
4141
- pytest-xdist >=3.8, <3.9
42-
- numba >=0.65.0, <0.7
42+
- numba >=0.65.1, <0.70
4343

4444
test:
4545
imports:
@@ -48,7 +48,13 @@ test:
4848
- CodeEntropy --help
4949

5050
about:
51-
home: https://ccpbiosim.github.io/CodeEntropy/
51+
home: https://github.com/CCPBioSim/CodeEntropy
5252
license: MIT
53+
license_family: MIT
5354
license_file: LICENSE
54-
summary: "Entropy analysis tools for macromolecular systems and MD simulation"
55+
license_url: https://github.com/CCPBioSim/CodeEntropy/blob/main/LICENSE
56+
summary: Python package for calculating configurational entropy from molecular dynamics simulations using the multiscale cell correlation method.
57+
description: "CodeEntropy is a Python package for computing the configurational entropy of macromolecular systems using forces sampled from molecular dynamics (MD) simulations. It implements the multiscale cell correlation method to provide accurate and efficient entropy estimates, supporting a wide range of applications in molecular simulation and statistical mechanics."
58+
dev_url: https://github.com/CCPBioSim/CodeEntropy
59+
doc_url: https://codeentropy.readthedocs.io/en/latest/
60+
doc_source_url: https://github.com/CCPBioSim/CodeEntropy/blob/main/README.md

0 commit comments

Comments
 (0)