required.txt 784 Bytes
Newer Older
1
astor
2
hyperopt == 0.1.2
3
4
json_tricks
psutil
5
pyyaml >= 5.4
6
7
8
requests
responses
schema
liuzhe-lz's avatar
liuzhe-lz committed
9
typeguard
10
11
PythonWebHDFS
colorama
J-shang's avatar
J-shang committed
12
13
scikit-learn >= 0.24.1 ; python_version >= "3.7"
scikit-learn < 1.0 ; python_version < "3.7"
14
15
websockets >= 10.1 ; python_version >= "3.7"
websockets <= 10.0 ; python_version < "3.7"
16
filelock ; python_version >= "3.7"
17
filelock < 3.4 ; python_version < "3.7"
18
prettytable
19
cloudpickle
20
dataclasses ; python_version < "3.7"
Yuge Zhang's avatar
Yuge Zhang committed
21
typing_extensions ; python_version < "3.8"
22
23
24
25
26
numpy < 1.19.4 ; sys_platform == "win32"
numpy < 1.20 ; sys_platform != "win32" and python_version < "3.7"
numpy ; sys.platform != "win32" and python_version >= "3.7"
scipy < 1.6 ; python_version < "3.7"
scipy ; python_version >= "3.7"
27
pandas < 1.2 ; python_version < "3.7"
28
pandas ; python_version >= "3.7"