Skip to content

Commit 179b96e

Browse files
committed
BLD: bump up libdiffpy and pyobjcryst versions
1 parent 2561ab9 commit 179b96e

File tree

3 files changed

+4
-13
lines changed

3 files changed

+4
-13
lines changed

conda-recipe/conda_build_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ numpy:
88
- 1.11
99

1010
libdiffpy:
11-
- 1.3.4
11+
- 1.4.*
1212

1313
boost:
1414
- 1.67

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ requirements:
3636
- boost
3737
- pycifrw
3838
- diffpy.structure
39-
- pyobjcryst 2.0*
39+
- pyobjcryst 2.1.*
4040
- periodictable
4141

4242
test:

src/extensions/srreal_converters.hpp

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,8 @@
3434
#include <diffpy/srreal/QuantityType.hpp>
3535
#include <diffpy/version.hpp>
3636

37-
// FIXME -- temporary features, remove when released
38-
#include <diffpy/features.hpp>
39-
#ifndef DIFFPY_DEV_PEAKWIDTHMODEL_SERIALIZATION
40-
#error "diffpy.srreal requires PEAKWIDTHMODEL_SERIALIZATION feature"
41-
#endif
42-
#ifndef DIFFPY_DEV_DIRECT_SERIALIZATION
43-
#error "diffpy.srreal requires DIRECT_SERIALIZATION feature"
44-
#endif
45-
46-
#if DIFFPY_VERSION < 1003003000
47-
#error "diffpy.srreal requires libdiffpy 1.3.3 or later."
37+
#if DIFFPY_VERSION < 1004000000
38+
#error "diffpy.srreal requires libdiffpy 1.4.0 or later."
4839
#endif
4940

5041
/// Conversion function that supports implicit conversions in

0 commit comments

Comments
 (0)