Skip to content

Commit

Permalink
relax dependencies for py39
Browse files Browse the repository at this point in the history
  • Loading branch information
juarezr committed Sep 17, 2020
1 parent e794741 commit 65d7a22
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions optional_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Cython==0.29.13
numpy==1.16.4
numexpr==2.6.9
Cython<0.29.21,>=0.29.13
numpy<=1.19.2,>=1.16.4
numexpr<=2.7.1,>=2.6.9
intervaltree==3.0.2
lxml==4.4.0
openpyxl==2.6.2
pandas==0.24.2
pandas<=1.1.2,>=0.24.2 ; python_version < '3.9'
PyMySQL==0.9.3
SQLAlchemy==1.3.6
Whoosh==2.7.4
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ commands =
py37: nosetests -v --with-coverage --cover-package=petl --with-doctest --doctest-options=+NORMALIZE_WHITESPACE petl -I"csv_py2\.py" -I"db\.py"
coverage report -m
deps =
:preinstall1: Cython==0.29.13
:preinstall1: numpy==1.16.4
:preinstall2: numexpr==2.6.9
:preinstall1: Cython<=0.29.21,>=0.29.13
:preinstall1: numpy<=1.19.2,>=1.16.4
:preinstall2: numexpr<=2.7.1,>=2.6.9
-rtest_requirements.txt
-roptional_requirements.txt

Expand Down

0 comments on commit 65d7a22

Please sign in to comment.