-
Notifications
You must be signed in to change notification settings - Fork 22
/
requirements-dev.txt
31 lines (30 loc) · 1.44 KB
/
requirements-dev.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
--extra-index-url https://download.pytorch.org/whl/cpu
black==24.8.0 ; python_version >= "3.8"
click==8.1.8 ; python_version >= "3.8"
colorama==0.4.6 ; python_version >= "3.8" and (sys_platform == "win32" or platform_system == "Windows")
coverage[toml]==7.6.1 ; python_version >= "3.8"
exceptiongroup==1.2.2 ; python_version < "3.11" and python_version >= "3.8"
filelock==3.16.1 ; python_version >= "3.8"
fsspec==2024.12.0 ; python_version >= "3.8"
iniconfig==2.0.0 ; python_version >= "3.8"
isort==5.13.2 ; python_version >= "3.8"
jinja2==3.1.5 ; python_version >= "3.8"
markupsafe==2.1.5 ; python_version >= "3.8"
mpmath==1.3.0 ; python_version >= "3.9" or python_version == "3.8"
mypy-extensions==1.0.0 ; python_version >= "3.8"
networkx==3.1 ; python_version >= "3.8"
numpy==1.24.4 ; python_version < "3.9" and python_version >= "3.8"
numpy==2.0.2 ; python_version >= "3.9"
packaging==24.2 ; python_version >= "3.8"
pathspec==0.12.1 ; python_version >= "3.8"
platformdirs==4.3.6 ; python_version >= "3.8"
pluggy==1.5.0 ; python_version >= "3.8"
pytest-cov==5.0.0 ; python_version >= "3.8"
pytest==8.3.4 ; python_version >= "3.8"
ruff==0.8.6 ; python_version >= "3.8"
setuptools==75.6.0 ; python_version >= "3.12"
sympy==1.12.1 ; python_version == "3.8"
sympy==1.13.1 ; python_version >= "3.9"
tomli==2.2.1 ; python_full_version <= "3.11.0a6" and python_version >= "3.8"
torch==2.5.1+cpu ; python_version >= "3.8"
typing-extensions==4.12.2 ; python_version >= "3.8"