-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
95 lines (95 loc) · 2.36 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
affine==2.4.0
aiobotocore==2.15.1 # Keeping the latest version
aiohappyeyeballs==2.4.3
aiohttp==3.10.9
aioitertools==0.12.0
aiosignal==1.3.1
appnope==0.1.4 # For macOS Jupyter environment; remove if not needed
asciitree==0.3.3
asttokens==2.4.1 # For Jupyter/ipython debugging; remove if not needed
attrs==24.2.0 # Keeping the latest version
blinker==1.8.2
botocore==1.35.23 # Keeping the latest version
certifi==2024.8.30
click==8.1.7
click-plugins==1.1.1
cligj==0.7.2
cloudpickle==3.0.0
comm==0.2.2 # Needed for IPython; remove if not using
cramjam==2.8.4 # Used with fastparquet
cftime==1.6.4
dask==2024.9.1
debugpy==1.8.6 # For Jupyter debugging; remove if not needed
decorator==5.1.1
distributed==2024.9.1 # For dask; compatible with fsspec
executing==2.1.0
fasteners==0.19
fastparquet==2024.5.0
Flask==3.0.3
Flask-Cors==5.0.0
Flask-SQLAlchemy==3.1.1
frozenlist==1.4.1
fsspec==2024.9.0
GeoAlchemy2==0.15.2
greenlet==3.1.1
gunicorn==22.0.0
h5netcdf==1.3.0
h5py==3.12.1
idna==3.10
importlib_metadata==8.4.0
ipykernel==6.29.5
ipython==8.28.0
itsdangerous==2.2.0
jedi==0.19.1
Jinja2==3.1.4
jmespath==1.0.1
jupyter_client==8.6.3
jupyter_core==5.7.2
locket==1.0.0
MarkupSafe==2.1.5
matplotlib-inline==0.1.7 # For Jupyter notebook; remove if not needed
msgpack==1.1.0 # Needed for dask
multidict==6.1.0
nest-asyncio==1.6.0
netCDF4==1.7.1.post2
numcodecs==0.13.0
numpy==2.1.2 # Keeping the latest version
packaging==24.1
pandas==2.2.3
parso==0.8.4
partd==1.4.2
pexpect==4.9.0
platformdirs==4.3.6
prompt_toolkit==3.0.48
psutil==6.0.0
psycopg2-binary==2.9.9
ptyprocess==0.7.0
pure_eval==0.2.3
Pygments==2.18.0
pyparsing==3.1.4
python-dateutil==2.9.0.post0
python-dotenv==1.0.1
pytz==2024.2
PyYAML==6.0.2
pyzmq==26.2.0
rasterio==1.4.1 # For working with geospatial data
s3fs==2024.9.0 # Required for accessing S3
scipy==1.14.1 # Uncommented; ensure needed for numerical computations
six==1.16.0
sortedcontainers==2.4.0 # For dask and other list-based operations
SQLAlchemy==2.0.35
stack-data==0.6.3 # Needed for better error reporting in ipython
tblib==3.0.0 # For dask and distributed
toolz==1.0.0
tornado==6.4.1
traitlets==5.14.3
typing_extensions==4.12.2
tzdata==2024.2
urllib3==2.2.3
Werkzeug==3.0.4
wrapt==1.16.0
xarray==2024.9.0 # Keeping this uncommented; needed for data manipulation
yarl==1.13.1
zarr==2.18.3 # Keeping this uncommented; needed for chunked data storage
zict==3.0.0
zipp==3.20.1