Skip to content

Commit

Permalink
update requirements for python 3.9 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
randlet committed Feb 9, 2021
1 parent b6d2bd3 commit be52e5d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ django-widget-tweaks==1.4.1
freezegun==1.0.0
html5lib==1.0.1
markdown==2.6.11
matplotlib==2.2.2
numpy<=1.15.2
pandas>=0.22.0,<0.25
matplotlib>=2.2.2
numpy>=1.15.2
pandas>=0.22.0
pep8==1.7.0
pydicom==1.1.0
scikit-image<0.14.0; python_version == '3.4'
Expand All @@ -40,7 +40,7 @@ pytest-sugar==0.9.1
pytest==3.5.0
python-dateutil==2.8.1
pytz==2018.4
reportlab==3.5.8
reportlab
requests==2.21.0
scipy<=1.1.0
scipy>=1.1.0
selenium==3.11.0

0 comments on commit be52e5d

Please sign in to comment.