-
Notifications
You must be signed in to change notification settings - Fork 4
/
requirements.txt
executable file
·32 lines (32 loc) · 2.02 KB
/
requirements.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
32
attrs==21.2.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
certifi==2020.12.5; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
chardet==4.0.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
colorama==0.4.4; python_version >= "2.7" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_full_version >= "3.5.0"
colorlog==5.0.1
decorator==4.4.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_version >= "3.6" and python_full_version >= "3.2.0"
idna==2.10; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
importlib-metadata==4.3.1; python_version < "3.8" and python_version >= "3.6"
jsonschema==3.2.0
lxml==4.6.3; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
mpmath==1.2.1; python_version >= "3.6"
msgpack==1.0.2
networkx==2.5.1; python_version >= "3.6"
numpy==1.20.3; python_version >= "3.7"
pillow==8.2.0; python_version >= "3.6"
pycollada==0.7.1
pyglet==1.5.17
pyrsistent==0.17.3; python_version >= "3.5"
python-dateutil==2.8.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
requests==2.25.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
rtree==0.9.7
scipy==1.6.1; python_version >= "3.7"
shapely==1.7.0
six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
svg.path==4.1
sympy==1.8; python_version >= "3.6"
triangle==20200424
trimesh==3.9.19
typing-extensions==3.10.0.0; python_version < "3.8" and python_version >= "3.6"
urllib3==1.26.5; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4"
xxhash==2.0.2; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
zipp==3.4.1; python_version < "3.8" and python_version >= "3.6"