Skip to content

Commit

Permalink
Summary
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryRyumin committed Dec 12, 2023
1 parent 0cd594a commit ed542d3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
9 changes: 5 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ sphinx_design==0.3.0
sphinx-intl==2.0.1
nbsphinx==0.8.10
sphinx-copybutton==0.5.1
ipython>=8.7.0
jupyterlab>=3.5.0
ipython>=8.18.1
jupyterlab>=4.0.9
tensorflow>=2.15.0
keras>=2.11.0
Keras-Applications>=1.0.8
Expand All @@ -21,10 +21,11 @@ scikit-learn>=1.1.3
opencv-contrib-python>=4.6.0.66
pymediainfo>=6.0.1
mediapipe>=0.9.0
pytest>=7.2.0
pytest>=7.4.3
liwc>=0.5.0
transformers >= 4.36.0
sentencepiece >= 0.1.99
torch == 2.0.1
torchaudio == 2.0.2
oceanai>=1.0.0a15
oceanai>=1.0.0a16
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__ + ".0a15"
__release__ = __version__ + ".0a16"

__author__ru__ = "Рюмина Елена, Рюмин Дмитрий, Карпов Алексей"
__author__en__ = "Elena Ryumina, Dmitry Ryumin, Alexey Karpov"
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
import oceanai

REQUIRED_PACKAGES = [
"ipython >= 8.7.0",
"jupyterlab >= 3.5.0",
"ipython >= 8.18.1",
"jupyterlab >= 4.0.9",
"tensorflow >= 2.15.0",
"keras >= 2.11.0",
"Keras-Applications>=1.0.8",
Expand All @@ -31,6 +31,7 @@
"sentencepiece >= 0.1.99",
"torch == 2.0.1",
"torchaudio == 2.0.2",
"sacremoses >= 0.0.1",
]

CLASSIFIERS = """\
Expand Down

0 comments on commit ed542d3

Please sign in to comment.