Skip to content

Commit

Permalink
Remove deprecated zip_safe field, and potentially fix the deploy work…
Browse files Browse the repository at this point in the history
…flow

PiperOrigin-RevId: 551313330
  • Loading branch information
rosshemsley authored and OptaxDev committed Jul 26, 2023
1 parent b527ce5 commit cfa6f78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion optax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
from optax._src.wrappers import skip_large_updates
from optax._src.wrappers import skip_not_finite

__version__ = "0.1.7.dev"
__version__ = "0.1.7"

__all__ = (
"adabelief",
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,5 @@ dp-accounting = [
"scipy>=1.7.1"
]

[tool.setuptools]
zip_safe = false

[tool.setuptools.packages.find]
exclude = ["*_test.py"]

0 comments on commit cfa6f78

Please sign in to comment.