Skip to content

Commit

Permalink
Bumping python library versions to support 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethmorton committed May 19, 2021
1 parent ad67ebe commit 617908f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion clarkproc/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PyInstaller==3.5
PyInstaller==4.3
pre-commit
6 changes: 3 additions & 3 deletions clarkproc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appdirs==1.4.3
attrs==19.3.0
Click==7.0
fhir.resources==5.0.1
flasgger==0.9.3
flasgger==0.9.5
Flask==1.1.1
isodate==0.6.0
itsdangerous==1.1.0
Expand All @@ -18,7 +18,7 @@ pyrsistent==0.15.6
python-dateutil==2.8.1
pytz==2019.3
PyYAML==5.2
scikit-learn==0.21.2
scipy==1.3.0
scikit-learn==0.24.2
scipy==1.6.3
six==1.13.0
Werkzeug==0.16.0
7 changes: 6 additions & 1 deletion clarkproc/server.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ a = Analysis(['./clarkproc/server_app.py'],
'sklearn.tree._utils',
'sklearn.utils._cython_blas',
'sklearn.metrics.cluster',
'pkg_resources.py2_warn'
'pkg_resources.py2_warn',
'sklearn.utils.sparsetools._graph_validation',
'sklearn.utils.sparsetools._graph_tools',
'sklearn.utils.lgamma',
'sklearn.utils.weight_vector',
'sklearn.utils._weight_vector'
],
hookspath=[],
runtime_hooks=[],
Expand Down

0 comments on commit 617908f

Please sign in to comment.