-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
67d5c47
commit eea8bbb
Showing
11 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "autogoal_contrib" | ||
version = "0.8.0a1" | ||
version = "0.8.0" | ||
description = "Common library for AutoGOAL contrib packages" | ||
authors = ["Suilan Estevez-Velarde <[email protected]>", "Alejandro Piad-Morffis <[email protected]>", "Ernesto L. Estevanell-Valladares <[email protected]>"] | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "autogoal_gensim" | ||
version = "0.2.0a1" | ||
version = "0.8.0" | ||
description = "Gensim algorithm library wrapper for AutoGOAL" | ||
authors = ["Suilan Estevez-Velarde <[email protected]>", "Alejandro Piad-Morffis <[email protected]>", "Ernesto L. Estevanell-Valladares <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -14,7 +14,7 @@ packages = [{include = "autogoal_gensim"}] | |
python = ">=3.9.13,<3.10" | ||
gensim = "^4.2" | ||
autogoal = "1.0.1a1" | ||
autogoal-contrib = "0.8.0a1" | ||
autogoal-contrib = "0.8.0" | ||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "autogoal_keras" | ||
version = "0.2.0a1" | ||
version = "0.8.0" | ||
description = "Keras algorithm library wrapper for AutoGOAL" | ||
authors = ["Suilan Estevez-Velarde <[email protected]>", "Alejandro Piad-Morffis <[email protected]>", "Ernesto L. Estevanell-Valladares <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -16,7 +16,7 @@ tensorflow = "^2.12.0" | |
keras = "^2.12.0" | ||
tensorflow_addons = "^0.22.0" | ||
autogoal = "1.0.1a1" | ||
autogoal-contrib = "0.8.0a1" | ||
autogoal-contrib = "0.8.0" | ||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "autogoal_nltk" | ||
version = "0.8.0a1" | ||
version = "0.8.0" | ||
description = "Scikit-learn algorithm library wrapper for AutoGOAL" | ||
authors = ["Suilan Estevez-Velarde <[email protected]>", "Alejandro Piad-Morffis <[email protected]>", "Ernesto L. Estevanell-Valladares <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -16,7 +16,7 @@ nltk = "^3.8.1" | |
gensim = "4.1" | ||
numpy = "^1.21.6" | ||
autogoal = "1.0.1a1" | ||
autogoal-contrib = "0.8.0a1" | ||
autogoal-contrib = "0.8.0" | ||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "autogoal_regex" | ||
version = "0.2.0a1" | ||
version = "0.8.0" | ||
description = "scikit-learn algorithm library for AutoGOAL" | ||
authors = ["Suilan Estevez-Velarde <[email protected]>", "Alejandro Piad-Morffis <[email protected]>", "Ernesto L. Estevanell-Valladares <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -13,7 +13,7 @@ packages = [{include = "autogoal_regex"}] | |
[tool.poetry.dependencies] | ||
python = ">=3.9.13,<3.10" | ||
autogoal = "1.0.1a1" | ||
autogoal-contrib = "0.8.0a1" | ||
autogoal-contrib = "0.8.0" | ||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "autogoal_sklearn" | ||
version = "0.8.0a1" | ||
version = "0.8.0" | ||
description = "scikit-learn algorithm library for AutoGOAL" | ||
authors = ["Suilan Estevez-Velarde <[email protected]>", "Alejandro Piad-Morffis <[email protected]>", "Ernesto L. Estevanell-Valladares <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -16,7 +16,7 @@ scikit-learn = "1.0" | |
sklearn-crfsuite = "^0.3.6" | ||
numpy = "^1.21.6" | ||
autogoal = "1.0.1a1" | ||
autogoal-contrib = "0.8.0a1" | ||
autogoal-contrib = "0.8.0" | ||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "autogoal_spacy" | ||
version = "0.2.0a1" | ||
version = "0.8.0" | ||
description = "Spacy algorithm library wrapper for AutoGOAL" | ||
authors = ["Suilan Estevez-Velarde <[email protected]>", "Alejandro Piad-Morffis <[email protected]>", "Ernesto L. Estevanell-Valladares <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -14,7 +14,7 @@ packages = [{include = "autogoal_spacy"}] | |
python = ">=3.9.13,<3.10" | ||
spacy = "^3.5.1" | ||
autogoal = "1.0.1a1" | ||
autogoal-contrib = "0.8.0a1" | ||
autogoal-contrib = "0.8.0" | ||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "autogoal_streamlit" | ||
version = "0.2.0a1" | ||
version = "0.8.0" | ||
description = "streamlit library wrapper for AutoGOAL" | ||
authors = ["Suilan Estevez-Velarde <[email protected]>", "Alejandro Piad-Morffis <[email protected]>", "Ernesto L. Estevanell-Valladares <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -15,7 +15,7 @@ python = ">=3.9.13,<3.10" | |
streamlit = "^1.20.0" | ||
nx-altair = "^0.1.6" | ||
autogoal = "1.0.1a1" | ||
autogoal-contrib = "0.8.0a1" | ||
autogoal-contrib = "0.8.0" | ||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "autogoal_telegram" | ||
version = "0.2.0a1" | ||
version = "0.8.0" | ||
description = "telegram library wrapper for AutoGOAL" | ||
authors = ["Suilan Estevez-Velarde <[email protected]>", "Alejandro Piad-Morffis <[email protected]>", "Ernesto L. Estevanell-Valladares <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -15,7 +15,7 @@ python = ">=3.9.13,<3.10" | |
telegram = "^0.0.1" | ||
python-telegram-bot = "13" | ||
autogoal = "1.0.1a1" | ||
autogoal-contrib = "0.8.0a1" | ||
autogoal-contrib = "0.8.0" | ||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "autogoal_transformers" | ||
version = "0.2.0a1" | ||
version = "0.8.0" | ||
description = "transformers algorithm library wrapper for AutoGOAL" | ||
authors = ["Suilan Estevez-Velarde <[email protected]>", "Alejandro Piad-Morffis <[email protected]>", "Ernesto L. Estevanell-Valladares <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -17,7 +17,7 @@ transformers = "^4.27.3" | |
evaluate = "^0.4.1" | ||
datasets = "^2.14.6" | ||
autogoal = "1.0.1a1" | ||
autogoal-contrib = "0.8.0a1" | ||
autogoal-contrib = "0.8.0" | ||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "autogoal_wikipedia" | ||
version = "0.2.0a1" | ||
version = "0.8.0" | ||
description = "wikipedia algorithm library wrapper for AutoGOAL" | ||
authors = ["Suilan Estevez-Velarde <[email protected]>", "Alejandro Piad-Morffis <[email protected]>", "Ernesto L. Estevanell-Valladares <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -14,7 +14,7 @@ packages = [{include = "autogoal_wikipedia"}] | |
python = ">=3.9.13,<3.10" | ||
wikipedia = "^1.4.0" | ||
autogoal = "1.0.1a1" | ||
autogoal-contrib = "0.8.0a1" | ||
autogoal-contrib = "0.8.0" | ||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
|