Skip to content

Commit 937230b

Browse files
authored
Bump up tensorboard dependency version # (#1663)
* Update tensorboard version * Update pyspark version * Update mypy version
1 parent 1ea1bbe commit 937230b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

requirements-pyspark.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Note: we don't include PySpark in the normal required installs.
22
# Installing a new version may overwrite your existing system install.
3-
pyspark==2.4.3
3+
pyspark==3.1.2

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ munkres>=1.0.6
2525
networkx>=2.2,<2.6
2626

2727
# Model introspection tools
28-
tensorboard>=1.14.0,<2.0.0
28+
tensorboard>=2.0.0,<2.7.0
2929

3030
#### EXTRA/TEST LIBRARIES
3131

@@ -46,7 +46,7 @@ dill>=0.3.0,<0.4.0
4646
black>=19.3b0,<20.0
4747
flake8>=3.7.0,<4.0.0
4848
isort>=4.3.0,<5.0.0
49-
mypy>=0.720,<0.730
49+
mypy>=0.800,<0.920
5050
pydocstyle>=4.0.0,<5.0.0
5151
pytest>=5.0.0,<6.0.0
5252
pytest-cov>=2.7.0,<3.0.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"tqdm>=4.33.0,<5.0.0",
4343
"scikit-learn>=0.20.2,<0.25.0",
4444
"torch>=1.2.0,<2.0.0",
45-
"tensorboard>=1.14.0,<2.0.0",
45+
"tensorboard>=2.0.0,<2.7.0",
4646
"networkx>=2.2,<2.6",
4747
],
4848
python_requires=">=3.6",

0 commit comments

Comments
 (0)