-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
56 lines (49 loc) · 969 Bytes
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
wheel
nbresult
colorama
ipdb
ipykernel
yapf
matplotlib
pygeohash
pytest
jupyter
seaborn
openai
numpy==1.23.5
pandas==1.5.3
scipy==1.10.0
scikit-learn==1.3.1
google-cloud-bigquery
google-cloud-storage==2.14.0
google-api-core==2.8.2
googleapis-common-protos==1.56.4
protobuf==3.19.6
h5py==3.10.0
db-dtypes
pyarrow
# Trick to install the version of Tensorflow depending on your processor: darwin == Mac, ARM == M1
tensorflow-macos==2.10.0; sys_platform == 'darwin' and 'ARM' in platform_version # Mac M-chips
tensorflow==2.10.0; sys_platform == 'darwin' and 'ARM' not in platform_version # Mac Intel chips
tensorflow==2.10.0; sys_platform != 'darwin' # Windows & Ubuntu Intel chips
# prevent bq 3+ db-dtypes package error when running training from bq
mlflow==2.1.1
prefect==2.19.2
python-dotenv
psycopg2-binary
# API
fastapi==0.108.0
pytz
uvicorn
# tests
httpx
pytest-asyncio
# scraper
botasaurus
botasaurus-server
# botasaurus-api
dateutils
lxml
regex
# nlp
nltk