From c7de0d3b82f243d1ff56dad433d813bda43ef4be Mon Sep 17 00:00:00 2001 From: Alessandro Candido Date: Fri, 17 May 2024 09:20:37 +0200 Subject: [PATCH] build: Attempt lifting restrictions, applying known todo --- poetry.lock | 4 ++-- pyproject.toml | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 372514f..78780b7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "absl-py" @@ -2425,4 +2425,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "c102dcfb6877cbe76d2a2dd2c22159ec14fc1d2a72919f336b4723a6160dc956" +content-hash = "4405a882c08c64d0da6c9cf817b69dab920204ea1355c04562dc279260d59b7e" diff --git a/pyproject.toml b/pyproject.toml index ca440a0..9612019 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,11 +14,9 @@ packages = [{ include = "qiboml", from = "src" }] python = ">=3.9,<3.12" numpy = "^1.26.4" numba = "^0.59.0" -tensorflow = { version = "^2.16.1", markers = "sys_platform == 'linux' or sys_platform == 'darwin'" } +tensorflow = "^2.16.1" torch = "^2.2.0" jax = "^0.4.25" -# TODO: the marker is a temporary solution due to the lack of the tensorflow-io 0.32.0's wheels for Windows, this package is one of -# the tensorflow requirements qibo = "^0.2.6" [tool.poetry.group.dev]