Skip to content

Commit

Permalink
Update autogoal version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EEstevanell committed Feb 19, 2024
1 parent 91404e8 commit f5b8f94
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion autogoal_contrib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packages = [{include = "autogoal_contrib"}]
[tool.poetry.dependencies]
python = ">=3.9.13,<3.11"
numpy = "^1.21.6"
autogoal = "1.0.1a1"
autogoal = "1.0.2"

[build-system]
requires = ["poetry-core"]
Expand Down
2 changes: 1 addition & 1 deletion autogoal_gensim/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packages = [{include = "autogoal_gensim"}]
[tool.poetry.dependencies]
python = ">=3.9.13,<3.11"
gensim = "^4.2"
autogoal = "1.0.1a1"
autogoal = "1.0.2"
autogoal-contrib = "^0.8.2"

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion autogoal_keras/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ python = ">=3.9.13,<3.11"
tensorflow = "^2.12.0"
keras = "^2.12.0"
tensorflow_addons = "^0.22.0"
autogoal = "1.0.1a1"
autogoal = "1.0.2"
autogoal-contrib = "^0.8.2"

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion autogoal_nltk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ python = ">=3.9.13,<3.11"
nltk = "^3.8.1"
gensim = "4.1"
numpy = "^1.21.6"
autogoal = "1.0.1a1"
autogoal = "1.0.2"
autogoal-contrib = "^0.8.2"

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion autogoal_regex/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages = [{include = "autogoal_regex"}]

[tool.poetry.dependencies]
python = ">=3.9.13,<3.11"
autogoal = "1.0.1a1"
autogoal = "1.0.2"
autogoal-contrib = "^0.8.2"

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion autogoal_sklearn/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ python = ">=3.9.13,<3.11"
scikit-learn = "1.0"
sklearn-crfsuite = "^0.3.6"
numpy = "^1.21.6"
autogoal = "1.0.1a1"
autogoal = "1.0.2"
autogoal-contrib = "^0.8.2"

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion autogoal_spacy/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packages = [{include = "autogoal_spacy"}]
[tool.poetry.dependencies]
python = ">=3.9.13,<3.11"
spacy = "^3.5.1"
autogoal = "1.0.1a1"
autogoal = "1.0.2"
autogoal-contrib = "^0.8.2"

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion autogoal_streamlit/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages = [{include = "autogoal_streamlit"}]
python = ">=3.9.13,<3.11"
streamlit = "^1.20.0"
nx-altair = "^0.1.6"
autogoal = "1.0.1a1"
autogoal = "1.0.2"
autogoal-contrib = "^0.8.2"

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion autogoal_telegram/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages = [{include = "autogoal_telegram"}]
python = ">=3.9.13,<3.11"
telegram = "^0.0.1"
python-telegram-bot = "13"
autogoal = "1.0.1a1"
autogoal = "1.0.2"
autogoal-contrib = "^0.8.2"

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion autogoal_transformers/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ torch = "^2.0.0"
transformers = "^4.27.3"
evaluate = "^0.4.1"
datasets = "^2.14.6"
autogoal = "1.0.1a1"
autogoal = "1.0.2"
autogoal-contrib = "^0.8.2"

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion autogoal_wikipedia/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packages = [{include = "autogoal_wikipedia"}]
[tool.poetry.dependencies]
python = ">=3.9.13,<3.11"
wikipedia = "^1.4.0"
autogoal = "1.0.1a1"
autogoal = "1.0.2"
autogoal-contrib = "^0.8.2"

[build-system]
Expand Down

0 comments on commit f5b8f94

Please sign in to comment.