Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
* Bump attrs to 21.4.0.
* Don't use latest networkx version (2.8.4) - seems to have a pydot bug.

Bump required attrs version.
  • Loading branch information
rchen152 committed Jun 14, 2022
1 parent 70028f1 commit cdd5868
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Python dependencies for building and testing the pytype source code.
# Make sure you also install the non-Python dependencies described in
# https://github.com/google/pytype/blob/master/CONTRIBUTING.md#pytype-dependencies.
attrs>=21.2.0
attrs>=21.4.0
dataclasses; python_version < '3.7'
importlab>=0.7
libcst
networkx<2.8.4
ninja>=1.10.0.post2
pybind11>=2.6.0rc3
pydot
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ python_requires = >=3.7, <3.11
packages =
find:
install_requires =
attrs>=21.2.0
attrs>=21.4.0
importlab>=0.7
libcst
networkx<2.8.4
ninja>=1.10.0.post2
pydot
tabulate
Expand Down

0 comments on commit cdd5868

Please sign in to comment.