Skip to content

Commit

Permalink
prepare for Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
otvam committed Dec 5, 2024
1 parent 315e946 commit df906b4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/envs/env_conda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ pyvista>=0.40
shapely>=2.0
rasterio>=1.3
pillow>=10.0
matplotlib-base>=3.7

# plotting libraries
# interface libraries
pyqt>=5.15
pyvistaqt>=0.11
matplotlib-base>=3.7
4 changes: 2 additions & 2 deletions .github/envs/env_pypi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ pyvista>=0.40
shapely>=2.0
rasterio>=1.3
pillow>=10.0
matplotlib>=3.7

# plotting libraries
# interface libraries
PyQt5>=5.15
pyvistaqt>=0.11
matplotlib>=3.7
4 changes: 2 additions & 2 deletions .github/envs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ pyvista==0.44.2
shapely==2.0.6
rasterio==1.4.2
pillow==11.0.0
matplotlib==3.9.2

# plotting libraries
# interface libraries
PyQt5==5.15.11
pyvistaqt==0.11.1
matplotlib==3.9.2
4 changes: 2 additions & 2 deletions conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ dependencies:
- shapely=2.0.6
- rasterio=1.4.2
- pillow=11.0.0
# plotting libraries
- matplotlib-base=3.9.2
# interface libraries
- pyqt=5.15.9
- pyvistaqt=0.11.1
- matplotlib-base=3.9.2
# optional packages for Jupyter
- jupyterlab=4.3.1
- jupyter-server-proxy=4.4.0
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ pyvista==0.44.2
shapely==2.0.6
rasterio==1.4.2
pillow==11.0.0
matplotlib==3.9.2

# plotting libraries
# interface libraries
PyQt5==5.15.11
pyvistaqt==0.11.1
matplotlib==3.9.2

0 comments on commit df906b4

Please sign in to comment.