File tree 3 files changed +4
-10
lines changed
3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -61,9 +61,6 @@ before_install:
61
61
- $NOMC || conda create --name=testenv --yes python=${MYPYTHON_VERSION} coverage
62
62
- $NOMC || conda config --add channels diffpy
63
63
64
- # FIXME - remove after libdiffpy release 1.3.3
65
- - $NOMC || conda config --add channels pavoljuhas/channel/dev
66
-
67
64
- $NOAPT || test "${TRAVIS_OS_NAME}" = "linux" || exit $?
68
65
- $NOAPT || sudo apt-get update -qq
69
66
- $NOAPT || sudo apt-get install -y
Original file line number Diff line number Diff line change @@ -20,8 +20,7 @@ requirements:
20
20
- python
21
21
- setuptools
22
22
- numpy 1.9.2
23
- # FIXME - adjust for libdiffpy 1.3.3
24
- - libdiffpy >=1.3.2.post24
23
+ - libdiffpy >=1.3.3,1.3.*
25
24
- pycifrw
26
25
- diffpy.structure
27
26
- scons
@@ -30,8 +29,7 @@ requirements:
30
29
- python
31
30
- setuptools
32
31
- numpy >=1.9.2
33
- # FIXME - adjust for libdiffpy 1.3.3
34
- - libdiffpy >=1.3.2.post24
32
+ - libdiffpy >=1.3.3,1.3.*
35
33
- pycifrw
36
34
- diffpy.structure
37
35
- pyobjcryst 2.0*
Original file line number Diff line number Diff line change 34
34
#include < diffpy/srreal/QuantityType.hpp>
35
35
#include < diffpy/version.hpp>
36
36
37
- // FIXME - adjust for libdiffpy 1.3.3
38
- #if DIFFPY_VERSION < 1003002024
39
- #error "diffpy.srreal requires libdiffpy 1.3.2.post24 or later."
37
+ #if DIFFPY_VERSION < 1003003000
38
+ #error "diffpy.srreal requires libdiffpy 1.3.3 or later."
40
39
#endif
41
40
42
41
// / Conversion function that supports implicit conversions in
You can’t perform that action at this time.
0 commit comments