Skip to content

Commit 323c35c

Browse files
authored
chore(satellite): update satellite-weather-downloader dependency to 1.10.1 (#33)
1 parent 29dd9ae commit 323c35c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ RUN source /home/airflow/mambaforge/bin/activate \
7979
&& sed -i "s/include-system-site-packages = false/include-system-site-packages = true/" /opt/envs/py310/pyvenv.cfg \
8080
&& source /opt/envs/py310/bin/activate \
8181
&& pip install \
82-
"satellite-weather-downloader >= 1.9.6" \
82+
"satellite-weather-downloader >= 1.10.1" \
8383
psycopg2
8484

8585
RUN echo "alias activate_episcanner='source /home/airflow/mambaforge/bin/activate episcanner-downloader'" >> /home/airflow/.bashrc

0 commit comments

Comments
 (0)