Skip to content

Commit

Permalink
Summary
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryRyumin committed Aug 3, 2024
1 parent 9119837 commit 036f3a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ torch == 2.0.1
torchaudio == 2.0.2
oceanai>=1.0.0a20
sacremoses>=0.0.1
gradio==4.23.0
gradio==4.40.0
2 changes: 1 addition & 1 deletion oceanai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
__uri__ = "https://github.com/DmitryRyumin/oceanai"

__version__ = "1.0"
__release__ = __version__ + ".0a29"
__release__ = __version__ + ".0a30"

__author__ru__ = "Рюмина Елена, Рюмин Дмитрий, Карпов Алексей"
__author__en__ = "Elena Ryumina, Dmitry Ryumin, Alexey Karpov"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"torch == 2.0.1",
"torchaudio == 2.0.2",
"sacremoses >= 0.0.1",
"gradio == 4.23.0",
"gradio == 4.40.0",
]

CLASSIFIERS = """\
Expand Down

0 comments on commit 036f3a9

Please sign in to comment.