Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dromer committed Oct 31, 2024
1 parent 4164a60 commit cdf45a9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,28 @@
annotated-types==0.7.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
colorama==0.4.6 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" and sys_platform == "win32"
coverage[toml]==7.6.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
exceptiongroup==1.2.2 ; python_full_version >= "3.8.1" and python_version < "3.11"
flake8==7.1.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
importlib-resources==6.4.5 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
iniconfig==2.0.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
jinja2==3.1.4 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
markupsafe==2.1.5 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
mccabe==0.7.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
mypy-extensions==1.0.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
mypy==1.12.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
mypy==1.13.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
numpy==1.24.4 ; python_full_version >= "3.8.1" and python_version == "3.8"
numpy==2.0.2 ; python_version >= "3.9" and python_version < "4.0"
packaging==24.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
pluggy==1.5.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
pycodestyle==2.12.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
pydantic-core==2.23.4 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
pydantic==2.9.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
pyflakes==3.2.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
pytest-cov==5.0.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
pytest==8.3.3 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
scipy==1.10.1 ; python_full_version >= "3.8.1" and python_version == "3.8"
scipy==1.13.1 ; python_version >= "3.9" and python_version < "4.0"
tomli==2.0.2 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.0a6"
typing-extensions==4.12.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
wstd2daisy==0.5.3 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
zipp==3.20.2 ; python_full_version >= "3.8.1" and python_version < "3.10"

0 comments on commit cdf45a9

Please sign in to comment.