Skip to content

Commit

Permalink
Issue yell#8 Try fix python 3.6 build
Browse files Browse the repository at this point in the history
  • Loading branch information
SrMouraSilva committed Mar 6, 2019
1 parent e390366 commit 78618c1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 14 deletions.
8 changes: 0 additions & 8 deletions .noserc

This file was deleted.

5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ ipython~=5.4.1
jupyter~=1.0.0
keras~=2.0.8
matplotlib~=1.5.3
nose-exclude~=0.5.0
nose~=1.3.4
numpy~=1.13.0
scikit-learn~=0.19.0
scipy~=0.17.0
seaborn~=0.8.1
tensorflow-gpu~=1.3.0
tqdm~=4.14.0
pytest~=4.3.0,
pytest-cov~=2.6.1
codecov~=2.0.*
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
'seaborn>=0.8.1',
'tqdm>=4.14.0',
# Tests
'pytest=4.3.*',
'pytest==4.3.*',
'pytest-cov>=2.6.1',
'nose>=1.3.4',
'nose-exclude>=0.5.0',
'codecov',
'codecov>=2.0.*',
],
packages=find_packages())
4 changes: 2 additions & 2 deletions setup_cpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
'seaborn>=0.8.1',
'tqdm>=4.14.0',
# Tests
'pytest=4.3.*',
'pytest==4.3.*',
'pytest-cov>=2.6.1',
'nose>=1.3.4',
'nose-exclude>=0.5.0',
'codecov',
'codecov>=2.0.*',
],
packages=find_packages())

0 comments on commit 78618c1

Please sign in to comment.