Skip to content

Commit

Permalink
TensorFlow 2.4.0 (#90)
Browse files Browse the repository at this point in the history
* tf 2.4

* 0.6.0

* one more version
  • Loading branch information
briannemsick authored Dec 15, 2020
1 parent 16c821c commit f86bd07
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion barrage/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.4.0"
__version__ = "0.6.0"

from .log import logger # noqa
from .engine import BarrageModel # noqa
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
project = "barrage"
copyright = "2019, Brian Nemsick"
author = "Brian Nemsick"
version = "0.5.0"
version = "0.6.0"

# -- General configuration ---------------------------------------------------
extensions = [
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="barrage",
version="0.5.0",
version="0.6.0",
description="A supervised deep learning tool.",
long_description=long_description,
author="Brian Nemsick",
Expand All @@ -18,13 +18,12 @@
license="MIT",
python_requires=">=3.6",
install_requires=[
"absl-py>=0.8.0", # <0.8.0 conflicts with logging module
"click",
"cytoolz>=0.9.0",
"jsonschema>=3.0",
"numpy",
"pandas",
"tensorflow>=2.3.0, <2.4",
"tensorflow>=2.4.0, <2.5",
],
extras_require={
"tests": [
Expand Down

0 comments on commit f86bd07

Please sign in to comment.