Skip to content

Commit

Permalink
Summary
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryRyumin committed Dec 20, 2023
1 parent 63bb946 commit c5437e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sphinx-intl==2.0.1
nbsphinx==0.8.10
sphinx-copybutton==0.5.1
ipython>=8.18.1
jupyterlab>=4.0.9
jupyterlab>=3.5.0
tensorflow>=2.15.0
keras>=2.11.0
Keras-Applications>=1.0.8
Expand All @@ -27,5 +27,5 @@ transformers >= 4.36.0
sentencepiece >= 0.1.99
torch == 2.0.1
torchaudio == 2.0.2
oceanai>=1.0.0a17
oceanai>=1.0.0a18
sacremoses>=0.0.1
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__ + ".0a17"
__release__ = __version__ + ".0a18"

__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 @@ -11,7 +11,7 @@

REQUIRED_PACKAGES = [
"ipython >= 8.18.1",
"jupyterlab >= 4.0.9",
"jupyterlab >= 3.5.0",
"tensorflow >= 2.15.0",
"keras >= 2.11.0",
"Keras-Applications>=1.0.8",
Expand Down

0 comments on commit c5437e2

Please sign in to comment.