Skip to content

Commit

Permalink
upgrading attr dep and dealing with some deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
piccolbo committed Oct 6, 2019
1 parent c4ebba7 commit 819cd02
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
3 changes: 2 additions & 1 deletion autosig/autosig.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ def make_sig_class(sig):
"Sig_" + str(abs(hash(sig))),
attrs=sig.params,
# bases=(SigBase, ),
cmp=False,
eq=False,
order=False,
)


Expand Down
27 changes: 13 additions & 14 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ classifiers=[
]

[tool.poetry.dependencies]
attrs = ">=18.2.0"
attrs = ">=19.2.0"
python = "^3.5"
toolz = ">=0.9.0"

Expand Down

0 comments on commit 819cd02

Please sign in to comment.