Skip to content
Snippets Groups Projects
Commit 1cd02e88 authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

A more future-proof tensorflow version dependency

parent f71b7a7b
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ addons:
install:
- >
conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION
numpy scipy nose pandas matplotlib mkl-service 'tensorflow>=2.2.0'
numpy scipy nose pandas matplotlib mkl-service 'tensorflow>=2.2.0,<2.3.0'
pypandoc sphinx numpydoc
- source activate test-environment
- pip install nose-timer
......
six
pandas>=0.20.3
tensorflow>=2.2.0
tensorflow>=2.2.0,<2.3.0
appdirs
scikit-learn
mhcnames
......
......@@ -51,7 +51,7 @@ if __name__ == '__main__':
'six',
'pandas>=0.20.3',
'appdirs',
'tensorflow>=2.2.0',
'tensorflow>=2.2.0,<2.3.0',
'scikit-learn',
'mhcnames',
'pyyaml',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment