Skip to content

Commit

Permalink
Updated depencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCappelletti94 committed Aug 1, 2019
1 parent bdbda33 commit 518ae31
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion extra_keras_metrics.egg-info/requires.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ pytest
codacy-coverage
coveralls
validate_version_code
silence_tensorflow
pytest-cov
numpy
pandas
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def find_version(*file_paths):

__version__ = find_version("extra_keras_metrics", "__version__.py")

test_deps =["pytest", "codacy-coverage", "coveralls", "validate_version_code", "silence_tensorflow", "pytest-cov", "numpy", "pandas", "extra_keras_utils", "sklearn"]
test_deps =["pytest", "codacy-coverage", "coveralls", "validate_version_code", "pytest-cov", "numpy", "sklearn"]

extras = {
'test': test_deps,
Expand Down
1 change: 0 additions & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
import silence_tensorflow

0 comments on commit 518ae31

Please sign in to comment.