Skip to content

Commit

Permalink
ci: test with uptodate package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Juarez Rudsatz authored and juarezr committed Feb 5, 2022
1 parent 1ed38a6 commit eab2ecc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
22 changes: 10 additions & 12 deletions requirements-formats.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
Cython<0.29.21,>=0.29.13
numpy<=1.19.2,>=1.16.4 ; python_version < '3.10'
numpy ; python_version >= '3.10'
numexpr<=2.7.1,>=2.6.9
intervaltree==3.0.2
lxml==4.6.5
openpyxl==2.6.2
pandas<=1.1.2,>=0.24.2 ; python_version < '3.9'
pandas ; python_version >= '3.9'
Cython
numpy
numexpr
intervaltree>=3.0.2
lxml>=4.6.5
openpyxl>=2.6.2
pandas
tables
Whoosh==2.7.4
xlrd==2.0.1
xlwt==1.3.0
Whoosh>=2.7.4
xlrd>=2.0.1
xlwt>=1.3.0
fastavro>=0.24.2 ; python_version >= '3.4'
fastavro==0.24.2 ; python_version < '3.0'
4 changes: 2 additions & 2 deletions requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
wheel
setuptools
pytest-cov==2.12.0
pytest<7.0.0
pytest-cov>=2.12.0
pytest>=4.6.6,<7.0.0
tox
coveralls
coverage
Expand Down

0 comments on commit eab2ecc

Please sign in to comment.