Skip to content

Commit baf6484

Browse files
fix(deps): update python
1 parent c826005 commit baf6484

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

23-
FROM python:3.12-slim
23+
FROM python:3.13-slim
2424

2525
# Poetry environment variables.
2626
ENV POETRY_VERSION=1.8.0 \

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ packages = [{ include = "sr-data" }, { include = "sr-train" }, { include = "sr-f
3030

3131
[tool.poetry.dependencies]
3232
poetry = "1.8.4"
33-
python = "==3.10.* || ==3.11.* || ==3.12.*"
33+
python = "=3.13.2"
3434
sr-data = { path = "./sr-data" }
3535
sr-train = { path = "./sr-train" }
3636
sr-filter = { path = "./sr-filter" }

sr-data/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ readme = "README.md"
2929
packages = [{include = "sr_data", from = "src"}]
3030

3131
[tool.poetry.dependencies]
32-
python = "==3.10.* || ==3.11.* || ==3.12.*"
32+
python = "=3.13.2"
3333
langdetect = "1.0.9"
3434
pandas = "2.2.3"
3535
numpy = "<2"

sr-filter/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ packages = [{include = "sr", from = "src"}]
3030

3131
[tool.poetry.dependencies]
3232
sr-data = "0.0.0"
33-
python = "==3.10.* || ==3.11.* || ==3.12.*"
33+
python = "=3.13.2"
3434
loguru = "^0.7.3"
3535
toml = "^0.10.2"
3636

sr-train/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ packages = [{ include = "models", from = "src" }]
3030

3131
[tool.poetry.dependencies]
3232
sr-data = { path = "../sr-data" }
33-
python = "==3.10.* || ==3.11.* || ==3.12.*"
33+
python = "=3.13.2"
3434
scikit-learn = "1.6.0"
3535
pandas = "2.2.3"
3636
scikit-fuzzy = "0.5.0"

0 commit comments

Comments
 (0)