diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index be0d032..0e6e54f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -101,7 +101,7 @@ jobs: - name: Install dependencies run: | - pip install poetry wget + pip install poetry poetry config virtualenvs.create false poetry install --no-root --with docs diff --git a/poetry.lock b/poetry.lock index ab5a004..4db40d4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5264,17 +5264,6 @@ docs = ["Sphinx (>=6.0)", "myst-parser (>=2.0.0)", "sphinx_rtd_theme (>=1.1.0)"] optional = ["python-socks", "wsaccel"] test = ["pytest", "websockets"] -[[package]] -name = "wget" -version = "3.2" -description = "pure python download utility" -optional = false -python-versions = "*" -groups = ["main"] -files = [ - {file = "wget-3.2.zip", hash = "sha256:35e630eca2aa50ce998b9b1a127bb26b30dfee573702782aa982f875e3f16061"}, -] - [[package]] name = "win32-setctime" version = "1.2.0" @@ -5297,4 +5286,4 @@ web = [] [metadata] lock-version = "2.1" python-versions = ">=3.11,<3.14" -content-hash = "ea50177e1fc511f88ad0bb568c1af13255eee0fa049a3e13bd0e8d0ceac11855" +content-hash = "1036baf1ddcc1e53fab8f168ad5ce713f85370f19d46462af0b36e360be37733" diff --git a/pyproject.toml b/pyproject.toml index b6ecd72..4ed2ca7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,6 @@ fastparquet = ">=2023.10.1,<=2024.11.0" pyarrow = ">=11.0.0" numpy = ">=2.4.0" tqdm = ">=4.67.0" -wget = "^3.2" loguru = "^0.6.0" Unidecode = "^1.3.6" dateparser = "^1.1.8"