From 0125148d95f06be755f353aad7030083d3002525 Mon Sep 17 00:00:00 2001 From: Laura Mickes Date: Sat, 12 Mar 2022 13:50:59 +0000 Subject: [PATCH] roll back without pystatread --- conda/meta.yaml | 5 ++--- setup.py | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 8e5b110..a4e3e06 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -11,10 +11,10 @@ requirements: - python - setuptools - pip - - cython - - numpy 1.21 + run: + - numpy - python - ipython - matplotlib @@ -22,7 +22,6 @@ requirements: - pandas - openpyxl - xlrd - - pyreadstat test: diff --git a/setup.py b/setup.py index bcf7c8a..477b486 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ "pandas", "openpyxl", "xlrd", - "pyreadstat", +# "pyreadstat", "cython"], #setup_requires=["pytest-runner"], #tests_require=["pytest"],