Skip to content

Commit

Permalink
seems fine
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Jul 15, 2023
1 parent c8b6778 commit 2527ce3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion imagen_pytorch/configs.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import json
from pydantic import BaseModel, validator, root_validator
from pydantic import BaseModel, validator
from typing import List, Iterable, Optional, Union, Tuple, Dict, Any
from enum import Enum

Expand Down
2 changes: 1 addition & 1 deletion imagen_pytorch/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.25.4'
__version__ = '1.25.5'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
'numpy',
'packaging',
'pillow',
'pydantic',
'pydantic>=2',
'pytorch-lightning',
'pytorch-warmup',
'sentencepiece',
Expand Down

0 comments on commit 2527ce3

Please sign in to comment.