diff --git a/recipe/meta.yaml b/recipe/meta.yaml index c8725cd..789fb53 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -12,7 +12,7 @@ source: sha256: {{ sha256 }} build: - number: 1 + number: 2 preserve_egg_dir: yes detect_binary_files_with_prefix: true script: python setup.py install --single-version-externally-managed --record record.txt @@ -27,7 +27,7 @@ requirements: - future - numpy - scipy - - matplotlib + - matplotlib-base - lxml - sqlalchemy - requests @@ -38,7 +38,7 @@ requirements: - future - numpy <1.16 - scipy - - matplotlib + - matplotlib-base - lxml - sqlalchemy - requests @@ -54,7 +54,7 @@ requirements: test: requires: - flake8 - - matplotlib + - matplotlib-base - pyshp - basemap imports: diff --git a/recipe/yum_requirements.txt b/recipe/yum_requirements.txt new file mode 100644 index 0000000..018785a --- /dev/null +++ b/recipe/yum_requirements.txt @@ -0,0 +1 @@ +xorg-x11-server-Xorg