Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: test with updated package versions #598

Merged
merged 2 commits into from
Feb 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Topic :: Software Development :: Libraries :: Python Modules'
]
)