From eedbe1eef0052c1d3683028114ebd96a09e6b87e Mon Sep 17 00:00:00 2001 From: engeir Date: Fri, 21 Jun 2024 13:00:26 +0200 Subject: [PATCH] build: remove requirements-dev.txt, using `.lock` --- pyproject.toml | 2 +- requirements-dev.txt | 173 ------------------------------------------- 2 files changed, 1 insertion(+), 174 deletions(-) delete mode 100644 requirements-dev.txt diff --git a/pyproject.toml b/pyproject.toml index d80a264c..23865bb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "inscar" -version = "3.3.1" +version = "3.3.2" description = "Calculate an incoherent scatter spectrum with arbitrary isotropic electron velocity distributions and radar pointing at oblique angles to the magnetic field" authors = [{ name = "Eirik Enger", email = "engeir@pm.me" }] readme = "README.rst" diff --git a/requirements-dev.txt b/requirements-dev.txt deleted file mode 100644 index 126d7abb..00000000 --- a/requirements-dev.txt +++ /dev/null @@ -1,173 +0,0 @@ -# generated by rye -# use `rye lock` or `rye sync` to update this lockfile -# -# last locked with the following flags: -# pre: false -# features: [] -# all-features: false -# with-sources: false - --e file:. -alabaster==0.7.13 - # via sphinx -asteval==0.9.32 - # via lmfit -attrs==23.2.0 - # via inscar -babel==2.14.0 - # via sphinx -certifi==2024.2.2 - # via requests -cfgv==3.4.0 - # via pre-commit -charset-normalizer==3.3.2 - # via requests -colorama==0.4.6 - # via sphinx-autobuild -contourpy==1.1.1 - # via matplotlib -coverage==7.4.4 - # via pytest-cov -cycler==0.12.1 - # via matplotlib -dill==0.3.8 - # via lmfit -distlib==0.3.8 - # via virtualenv -docutils==0.19 - # via sphinx - # via sphinx-rtd-theme -exceptiongroup==1.2.0 - # via pytest -filelock==3.15.1 - # via virtualenv -fonttools==4.51.0 - # via matplotlib -future==1.0.0 - # via uncertainties -identify==2.5.36 - # via pre-commit -idna==3.7 - # via requests -imagesize==1.4.1 - # via sphinx -importlib-metadata==7.1.0 - # via numba - # via sphinx -importlib-resources==6.4.0 - # via matplotlib -iniconfig==2.0.0 - # via pytest -jinja2==3.1.4 - # via sphinx -kiwisolver==1.4.5 - # via matplotlib -livereload==2.6.3 - # via sphinx-autobuild -llvmlite==0.41.1 - # via numba -lmfit==1.3.1 -markupsafe==2.1.5 - # via jinja2 -matplotlib==3.7.5 -mypy==1.10.0 -mypy-extensions==1.0.0 - # via mypy -nodeenv==1.8.0 - # via pre-commit -numba==0.58.1 - # via inscar -numpy==2.0.0 - # via contourpy - # via inscar - # via lmfit - # via matplotlib - # via numba - # via scipy -packaging==24.1 - # via matplotlib - # via pytest - # via sphinx -pillow==10.3.0 - # via matplotlib -platformdirs==4.2.2 - # via virtualenv -pluggy==1.4.0 - # via pytest -pre-commit==3.7.1 -pre-commit-hooks==4.6.0 -pydocstringformatter==0.7.3 -pygments==2.17.2 - # via sphinx -pyparsing==3.1.2 - # via matplotlib -pytest==8.1.1 - # via pytest-cov -pytest-cov==5.0.0 -python-dateutil==2.9.0.post0 - # via matplotlib -pytz==2024.1 - # via babel -pyyaml==6.0.1 - # via pre-commit -requests==2.32.3 - # via sphinx -ruamel-yaml==0.18.6 - # via pre-commit-hooks -ruamel-yaml-clib==0.2.8 - # via ruamel-yaml -ruff==0.3.7 -scipy==1.13.1 - # via inscar - # via lmfit -setuptools==70.0.0 - # via nodeenv -six==1.16.0 - # via livereload - # via python-dateutil -snowballstemmer==2.2.0 - # via sphinx -sphinx==6.2.1 - # via sphinx-autobuild - # via sphinx-autodoc-typehints - # via sphinx-rtd-theme - # via sphinxcontrib-jquery -sphinx-autobuild==2021.3.14 -sphinx-autodoc-typehints==1.23.0 -sphinx-rtd-theme==2.0.0 -sphinxcontrib-applehelp==1.0.4 - # via sphinx -sphinxcontrib-devhelp==1.0.2 - # via sphinx -sphinxcontrib-htmlhelp==2.0.5 - # via sphinx -sphinxcontrib-jquery==4.1 - # via sphinx-rtd-theme -sphinxcontrib-jsmath==1.0.1 - # via sphinx -sphinxcontrib-qthelp==1.0.3 - # via sphinx -sphinxcontrib-serializinghtml==1.1.10 - # via sphinx -tomli==2.0.1 - # via coverage - # via mypy - # via pre-commit-hooks - # via pydocstringformatter - # via pytest -tornado==6.4.1 - # via livereload -tqdm==4.66.3 -types-attrs==19.1.0 -typing-extensions==4.11.0 - # via mypy -uncertainties==3.2.1 - # via lmfit -urllib3==2.2.2 - # via requests -virtualenv==20.26.2 - # via pre-commit -xdoctest==1.1.3 -zipp==3.18.1 - # via importlib-metadata - # via importlib-resources