diff --git a/.github/workflows/test_poetry.yml b/.github/workflows/test_poetry.yml index 0b99401..0a4e84f 100644 --- a/.github/workflows/test_poetry.yml +++ b/.github/workflows/test_poetry.yml @@ -1,4 +1,4 @@ -name: test-poetry +name: test-uv on: pull_request: diff --git a/pyproject.toml b/pyproject.toml index e6919b6..af4d163 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,27 +4,27 @@ version = "0.1.0" description = "Add your description here" requires-python = ">=3.10" dependencies = [ - "python-dotenv==1.0.0", - "setuptools==69.0.3", - "fire==0.5.0", - "pydantic==2.5.3", - "beautifulsoup4==4.12.2", - "selenium==4.16.0", - "fastapi==0.108.0", - "uvicorn==0.25.0", - "matplotlib==3.5.1", - "pandas==1.4.2", - "seaborn==0.11.2", - "japanize-matplotlib==1.1.3", - "numpy==1.22.3", - "jupyterlab==3.3.4", - "tqdm==4.64.0", - "scikit-learn==1.1.1", - "openpyxl==3.1.2", - "polars==0.20.31", - "aiohttp==3.9.5", - "tenacity==8.4.1", - "playwright==1.44.0", + "python-dotenv>=1.0.0", + "setuptools>=69.0.3", + "fire>=0.5.0", + "pydantic>=2.5.3", + "beautifulsoup4>=4.12.2", + "selenium>=4.16.0", + "fastapi>=0.108.0", + "uvicorn>=0.25.0", + "matplotlib>=3.5.1", + "pandas>=1.4.2", + "seaborn>=0.11.2", + "japanize-matplotlib>=1.1.3", + "numpy>=1.22.3", + "jupyterlab>=3.3.4", + "tqdm>=4.64.0", + "scikit-learn>=1.1.1", + "openpyxl>=3.1.2", + "polars>=0.20.31", + "aiohttp>=3.9.5", + "tenacity>=8.4.1", + "playwright>=1.44.0", ] [tool.hatch.build.targets.wheel] diff --git a/uv.lock b/uv.lock index 5ab5580..dc61b9d 100644 --- a/uv.lock +++ b/uv.lock @@ -1608,27 +1608,27 @@ dev = [ [package.metadata] requires-dist = [ - { name = "aiohttp", specifier = "==3.9.5" }, - { name = "beautifulsoup4", specifier = "==4.12.2" }, - { name = "fastapi", specifier = "==0.108.0" }, - { name = "fire", specifier = "==0.5.0" }, - { name = "japanize-matplotlib", specifier = "==1.1.3" }, - { name = "jupyterlab", specifier = "==3.3.4" }, - { name = "matplotlib", specifier = "==3.5.1" }, - { name = "numpy", specifier = "==1.22.3" }, - { name = "openpyxl", specifier = "==3.1.2" }, - { name = "pandas", specifier = "==1.4.2" }, - { name = "playwright", specifier = "==1.44.0" }, - { name = "polars", specifier = "==0.20.31" }, - { name = "pydantic", specifier = "==2.5.3" }, - { name = "python-dotenv", specifier = "==1.0.0" }, - { name = "scikit-learn", specifier = "==1.1.1" }, - { name = "seaborn", specifier = "==0.11.2" }, - { name = "selenium", specifier = "==4.16.0" }, - { name = "setuptools", specifier = "==69.0.3" }, - { name = "tenacity", specifier = "==8.4.1" }, - { name = "tqdm", specifier = "==4.64.0" }, - { name = "uvicorn", specifier = "==0.25.0" }, + { name = "aiohttp", specifier = ">=3.9.5" }, + { name = "beautifulsoup4", specifier = ">=4.12.2" }, + { name = "fastapi", specifier = ">=0.108.0" }, + { name = "fire", specifier = ">=0.5.0" }, + { name = "japanize-matplotlib", specifier = ">=1.1.3" }, + { name = "jupyterlab", specifier = ">=3.3.4" }, + { name = "matplotlib", specifier = ">=3.5.1" }, + { name = "numpy", specifier = ">=1.22.3" }, + { name = "openpyxl", specifier = ">=3.1.2" }, + { name = "pandas", specifier = ">=1.4.2" }, + { name = "playwright", specifier = ">=1.44.0" }, + { name = "polars", specifier = ">=0.20.31" }, + { name = "pydantic", specifier = ">=2.5.3" }, + { name = "python-dotenv", specifier = ">=1.0.0" }, + { name = "scikit-learn", specifier = ">=1.1.1" }, + { name = "seaborn", specifier = ">=0.11.2" }, + { name = "selenium", specifier = ">=4.16.0" }, + { name = "setuptools", specifier = ">=69.0.3" }, + { name = "tenacity", specifier = ">=8.4.1" }, + { name = "tqdm", specifier = ">=4.64.0" }, + { name = "uvicorn", specifier = ">=0.25.0" }, ] [package.metadata.requires-dev]