Add WeatherNext2 worker and prevent empty scan cache
This commit is contained in:
+145
-8
@@ -4,6 +4,7 @@ aiohappyeyeballs==2.6.2
|
||||
# via aiohttp
|
||||
aiohttp==3.14.1
|
||||
# via
|
||||
# gcsfs
|
||||
# pytelegrambotapi
|
||||
# web3
|
||||
aiosignal==1.4.0
|
||||
@@ -28,6 +29,8 @@ certifi==2026.5.20
|
||||
# httpx
|
||||
# netcdf4
|
||||
# requests
|
||||
cffi==2.0.0 ; platform_python_implementation != 'PyPy'
|
||||
# via cryptography
|
||||
cftime==1.6.5
|
||||
# via netcdf4
|
||||
charset-normalizer==3.4.7
|
||||
@@ -40,8 +43,14 @@ colorama==0.4.6 ; sys_platform == 'win32'
|
||||
# via
|
||||
# click
|
||||
# loguru
|
||||
cryptography==49.0.0
|
||||
# via google-auth
|
||||
cytoolz==1.1.0 ; implementation_name == 'cpython'
|
||||
# via eth-utils
|
||||
decorator==5.3.1
|
||||
# via gcsfs
|
||||
donfig==0.8.1.post1
|
||||
# via zarr
|
||||
eth-abi==5.2.0
|
||||
# via
|
||||
# eth-account
|
||||
@@ -81,6 +90,58 @@ frozenlist==1.8.0
|
||||
# via
|
||||
# aiohttp
|
||||
# aiosignal
|
||||
fsspec==2026.6.0
|
||||
# via
|
||||
# -r requirements.txt
|
||||
# gcsfs
|
||||
gcsfs==2026.6.0
|
||||
# via -r requirements.txt
|
||||
google-api-core==2.31.0
|
||||
# via
|
||||
# google-cloud-core
|
||||
# google-cloud-storage
|
||||
# google-cloud-storage-control
|
||||
google-auth==2.55.1
|
||||
# via
|
||||
# gcsfs
|
||||
# google-api-core
|
||||
# google-auth-oauthlib
|
||||
# google-cloud-core
|
||||
# google-cloud-storage
|
||||
# google-cloud-storage-control
|
||||
google-auth-oauthlib==1.4.0
|
||||
# via gcsfs
|
||||
google-cloud-core==2.6.0
|
||||
# via google-cloud-storage
|
||||
google-cloud-storage==3.12.0
|
||||
# via
|
||||
# -r requirements.txt
|
||||
# gcsfs
|
||||
google-cloud-storage-control==1.12.0
|
||||
# via gcsfs
|
||||
google-crc32c==1.8.0
|
||||
# via
|
||||
# google-cloud-storage
|
||||
# google-resumable-media
|
||||
# zarr
|
||||
google-resumable-media==2.10.0
|
||||
# via google-cloud-storage
|
||||
googleapis-common-protos==1.75.0
|
||||
# via
|
||||
# google-api-core
|
||||
# grpc-google-iam-v1
|
||||
# grpcio-status
|
||||
grpc-google-iam-v1==0.14.4
|
||||
# via google-cloud-storage-control
|
||||
grpcio==1.81.1
|
||||
# via
|
||||
# google-api-core
|
||||
# google-cloud-storage-control
|
||||
# googleapis-common-protos
|
||||
# grpc-google-iam-v1
|
||||
# grpcio-status
|
||||
grpcio-status==1.81.1
|
||||
# via google-api-core
|
||||
h11==0.16.0
|
||||
# via
|
||||
# httpcore
|
||||
@@ -100,33 +161,72 @@ idna==3.18
|
||||
# httpx
|
||||
# requests
|
||||
# yarl
|
||||
joblib==1.5.3
|
||||
# via
|
||||
# -r requirements.txt
|
||||
# scikit-learn
|
||||
lightgbm==4.6.0
|
||||
# via -r requirements.txt
|
||||
loguru==0.7.3
|
||||
# via -r requirements.txt
|
||||
multidict==6.7.1
|
||||
# via
|
||||
# aiohttp
|
||||
# yarl
|
||||
narwhals==2.23.0
|
||||
# via scikit-learn
|
||||
netcdf4==1.7.4
|
||||
# via -r requirements.txt
|
||||
numcodecs==0.16.5
|
||||
# via zarr
|
||||
numpy==2.4.6
|
||||
|
||||
torch
|
||||
typing_extensions==4.15.0
|
||||
# via torch
|
||||
# via
|
||||
# -r requirements.txt
|
||||
# cftime
|
||||
# lightgbm
|
||||
# netcdf4
|
||||
# numcodecs
|
||||
# pandas
|
||||
# scikit-learn
|
||||
# scipy
|
||||
# xarray
|
||||
# zarr
|
||||
oauthlib==3.3.1
|
||||
# via requests-oauthlib
|
||||
packaging==26.2
|
||||
# via
|
||||
# xarray
|
||||
# zarr
|
||||
pandas==3.0.3
|
||||
# via xarray
|
||||
parsimonious==0.10.0
|
||||
# via eth-abi
|
||||
propcache==0.5.2
|
||||
# via
|
||||
# aiohttp
|
||||
# yarl
|
||||
proto-plus==1.28.0
|
||||
# via
|
||||
# google-api-core
|
||||
# google-cloud-storage-control
|
||||
protobuf==7.35.1
|
||||
# via
|
||||
# google-api-core
|
||||
# google-cloud-storage-control
|
||||
# googleapis-common-protos
|
||||
# grpc-google-iam-v1
|
||||
# grpcio-status
|
||||
# proto-plus
|
||||
pyaes==1.6.1
|
||||
# via telethon
|
||||
pyasn1==0.6.3
|
||||
# via rsa
|
||||
# via
|
||||
# pyasn1-modules
|
||||
# rsa
|
||||
pyasn1-modules==0.4.2
|
||||
# via google-auth
|
||||
pycparser==3.0 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy'
|
||||
# via cffi
|
||||
pycryptodome==3.23.0
|
||||
# via
|
||||
# eth-hash
|
||||
@@ -141,6 +241,8 @@ pydantic-core==2.46.4
|
||||
# via pydantic
|
||||
pytelegrambotapi==4.34.0
|
||||
# via -r requirements.txt
|
||||
python-dateutil==2.9.0.post0
|
||||
# via pandas
|
||||
python-dotenv==1.2.2
|
||||
# via -r requirements.txt
|
||||
pyunormalize==17.0.0
|
||||
@@ -148,7 +250,9 @@ pyunormalize==17.0.0
|
||||
pywin32==312 ; sys_platform == 'win32'
|
||||
# via web3
|
||||
pyyaml==6.0.3
|
||||
# via -r requirements.txt
|
||||
# via
|
||||
# -r requirements.txt
|
||||
# donfig
|
||||
redis==6.4.0
|
||||
# via -r requirements.txt
|
||||
regex==2026.5.9
|
||||
@@ -156,18 +260,40 @@ regex==2026.5.9
|
||||
requests==2.34.2
|
||||
# via
|
||||
# -r requirements.txt
|
||||
# gcsfs
|
||||
# google-api-core
|
||||
# google-cloud-storage
|
||||
# pytelegrambotapi
|
||||
# requests-oauthlib
|
||||
# web3
|
||||
requests-oauthlib==2.0.0
|
||||
# via google-auth-oauthlib
|
||||
rlp==4.1.0
|
||||
# via
|
||||
# eth-account
|
||||
# eth-rlp
|
||||
rsa==4.9.1
|
||||
# via telethon
|
||||
scikit-learn==1.9.0
|
||||
# via -r requirements.txt
|
||||
scipy==1.17.1 ; python_full_version < '3.12'
|
||||
# via
|
||||
# -r requirements.txt
|
||||
# lightgbm
|
||||
# scikit-learn
|
||||
scipy==1.18.0 ; python_full_version >= '3.12'
|
||||
# via
|
||||
# -r requirements.txt
|
||||
# lightgbm
|
||||
# scikit-learn
|
||||
six==1.17.0
|
||||
# via python-dateutil
|
||||
starlette==1.3.1
|
||||
# via fastapi
|
||||
telethon==1.43.2
|
||||
# via -r requirements.txt
|
||||
threadpoolctl==3.6.0
|
||||
# via scikit-learn
|
||||
toolz==1.1.0 ; implementation_name == 'cpython' or implementation_name == 'pypy'
|
||||
# via
|
||||
# cytoolz
|
||||
@@ -181,17 +307,22 @@ typing-extensions==4.15.0
|
||||
# anyio
|
||||
# eth-typing
|
||||
# fastapi
|
||||
# grpcio
|
||||
# numcodecs
|
||||
# pydantic
|
||||
# pydantic-core
|
||||
# starlette
|
||||
# typing-inspection
|
||||
# web3
|
||||
# zarr
|
||||
typing-inspection==0.4.2
|
||||
# via
|
||||
# fastapi
|
||||
# pydantic
|
||||
tzdata==2026.2 ; sys_platform == 'win32'
|
||||
# via -r requirements.txt
|
||||
tzdata==2026.2 ; sys_platform == 'emscripten' or sys_platform == 'win32'
|
||||
# via
|
||||
# -r requirements.txt
|
||||
# pandas
|
||||
urllib3==2.7.0
|
||||
# via
|
||||
# requests
|
||||
@@ -206,5 +337,11 @@ websockets==15.0.1
|
||||
# web3
|
||||
win32-setctime==1.2.0 ; sys_platform == 'win32'
|
||||
# via loguru
|
||||
xarray==2026.4.0
|
||||
# via -r requirements.txt
|
||||
yarl==1.24.2
|
||||
# via aiohttp
|
||||
zarr==3.1.6 ; python_full_version < '3.12'
|
||||
# via -r requirements.txt
|
||||
zarr==3.2.1 ; python_full_version >= '3.12'
|
||||
# via -r requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user