required.txt 550 Bytes
Newer Older
1
astor
2
hyperopt == 0.1.2
3
4
json_tricks
psutil
5
pyyaml
6
7
8
9
10
requests
responses
schema
PythonWebHDFS
colorama
11
scikit-learn >= 0.24.1
12
13
14
15
websockets
filelock
prettytable
dataclasses ; python_version < "3.7"
Yuge Zhang's avatar
Yuge Zhang committed
16
typing_extensions ; python_version < "3.8"
17
18
19
20
21
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"
22
23
pandas < 1.2 ; python_version < "3.7"
matplotlib < 3.4 ; python_version < "3.7"