Skip to content

Commit

Permalink
v4.5.13.1 dev_bot_fixes (Tornado, aiohttp, Jupyter, JupyterLab) (#1361)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobHanna-NOAA authored Dec 12, 2024
1 parent 08a46a3 commit 1fa128f
Show file tree
Hide file tree
Showing 5 changed files with 1,407 additions and 1,346 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ ENV PYTHONUNBUFFERED=TRUE

## ADD TO PATHS ##
ENV PATH="$projectDir:${PATH}"
ENV PYTHONPATH="${PYTHONPATH}:${projectDir}:${srcDir}:${srcDir}/utils:${projectDir}/data:${toolsDir}"
ENV PYTHONPATH="${projectDir}:${srcDir}:${srcDir}/utils:${projectDir}/data:${toolsDir}"

## install python 3 modules ##
COPY Pipfile .
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ ENV PYTHONUNBUFFERED=TRUE

## ADD TO PATHS ##
ENV PATH="$projectDir:${PATH}"
ENV PYTHONPATH="${PYTHONPATH}:${projectDir}:${srcDir}:${srcDir}/utils:${projectDir}/data:${toolsDir}"
ENV PYTHONPATH="${projectDir}:${srcDir}:${srcDir}/utils:${projectDir}/data:${toolsDir}"

## install python 3 modules ##
COPY Pipfile .
Expand Down
5 changes: 2 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ geopandas = "==1.0.1"
gval = "==0.2.7.post1"
ipympl = "==0.9.3"
isort = "==5.12.0"
jupyter = "==1.0.0"
jupyterlab = "==3.6.8"
jupyter = "==1.1.1"
jupyterlab = "==4.2.6"
lmoments3 = "==1.0.6"
monaco = "==0.13.1"
natsort = "==8.3.1"
Expand Down Expand Up @@ -54,6 +54,5 @@ whitebox = "==2.3.5"
xarray = "==2024.6.0"
zarr = "==2.18.0"


[requires]
python_version = "3.10"
Loading

0 comments on commit 1fa128f

Please sign in to comment.