diff options
Diffstat (limited to 'crds')
-rw-r--r-- | crds/build.sh | 1 | ||||
-rw-r--r-- | crds/meta.yaml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/crds/build.sh b/crds/build.sh index b623a78..10954df 100644 --- a/crds/build.sh +++ b/crds/build.sh @@ -1,4 +1,3 @@ -pip install --no-deps --upgrade --force d2to1 || exit 1 python setup.py install || exit 1
\ No newline at end of file diff --git a/crds/meta.yaml b/crds/meta.yaml index 12e7ae4..bf7f408 100644 --- a/crds/meta.yaml +++ b/crds/meta.yaml @@ -10,7 +10,6 @@ package: version: '{{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}' requirements: build: - - d2to1 - astropy >=1.1 - numpy x.x - setuptools |