Skip to content

Commit

Permalink
roll back without pystatread
Browse files Browse the repository at this point in the history
  • Loading branch information
lmickes committed Mar 12, 2022
1 parent c39246d commit 0125148
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,17 @@ requirements:
- python
- setuptools
- pip
- cython
- numpy 1.21


run:
- numpy
- python
- ipython
- matplotlib
- scipy
- pandas
- openpyxl
- xlrd
- pyreadstat


test:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"pandas",
"openpyxl",
"xlrd",
"pyreadstat",
# "pyreadstat",
"cython"],
#setup_requires=["pytest-runner"],
#tests_require=["pytest"],
Expand Down

0 comments on commit 0125148

Please sign in to comment.