Skip to content

Commit 64d6099

Browse files
committed
Require libdiffpy version 1.3.2 in conda recipe.
1 parent 3bf4857 commit 64d6099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conda-recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ requirements:
2020
- python
2121
- setuptools
2222
- numpy 1.9.2
23-
- libdiffpy 1.3.*
23+
- libdiffpy >=1.3.2,1.3.*
2424
- pycifrw
2525
- diffpy.structure
2626
- scons
@@ -29,7 +29,7 @@ requirements:
2929
- python
3030
- setuptools
3131
- numpy >=1.9.2
32-
- libdiffpy 1.3.*
32+
- libdiffpy >=1.3.2,1.3.*
3333
- pycifrw
3434
- diffpy.structure
3535
- pyobjcryst 2.0*

0 commit comments

Comments
 (0)