Skip to content

Commit

Permalink
[TEST] Trying to relax ci install reqs (#196)
Browse files Browse the repository at this point in the history
* Trying to relax ci install reqs

* update overwrite in appveyor

* try again

* back to original pandas hard req
  • Loading branch information
gidden authored Feb 21, 2019
1 parent a6ac0c5 commit 5a6992d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ build: false

test_script:
- pip install -e .[tests]
# pyam currently does not support pandas 0.24.0
# this is specified in requirements.py, but AppVeyor seems to ignore that
- pip install pandas==0.23.4
- pytest -v --mpl tests --mpl-results-path=test-artifacts

artifacts:
Expand Down
2 changes: 1 addition & 1 deletion requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"argparse",
"numpy",
"requests",
"pandas>=0.21.0, <=0.23.4",
"pandas>=0.21.0",
"PyYAML",
"xlrd",
"xlsxwriter",
Expand Down

0 comments on commit 5a6992d

Please sign in to comment.