Skip to content

Commit

Permalink
Fork default leakr dictionary to allow the word "backdoor" used in on…
Browse files Browse the repository at this point in the history
…e of the paper titles.

PiperOrigin-RevId: 491084032
  • Loading branch information
romanngg committed Nov 27, 2022
1 parent 4df736f commit 8db0218
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

strategy:
matrix:
python-version: [3.7, 3.8, 3.9, '3.10'] # 3 == 3.11 currently.
python-version: [3.7, 3.8, 3.9, 3] # 3 == 3.10 currently.
JAX_ENABLE_X64: [0, 1]

runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@


INSTALL_REQUIRES = [
'jax>=0.3.14',
'jax>=0.3.13',
'frozendict>=2.3',
'typing_extensions>=4.0.1',
'tf2jax>=0.3.1',
'tf2jax>=0.3.0',
]


Expand Down

0 comments on commit 8db0218

Please sign in to comment.