Skip to content

Commit

Permalink
conda and requirements.txt sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
otvam committed Mar 15, 2024
1 parent adf2c12 commit 2bb4a79
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions conda_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ dependencies:
- numpy=1.24.1
- scipy=1.9.3
- joblib=1.3.0
# Qt bindings
- pyqt=5.15.7
# geometry manipulation and plotting libraries
# geometry manipulation
- vtk=9.2.6
- pyvista=0.40.0
- pyvistaqt=0.11.0
- matplotlib=3.7.1
- shapely=2.0.1
- rasterio=1.3.8
- pillow=10.0.0
# plotting libraries
- pyqt=5.15.7
- pyvistaqt=0.11.0
- matplotlib=3.7.1
10 changes: 5 additions & 5 deletions conda_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ dependencies:
- numpy=1.24.1
- scipy=1.9.3
- joblib=1.3.0
# Qt bindings
- pyqt=5.15.7
# geometry manipulation and plotting libraries
# geometry manipulation
- vtk=9.2.6
- pyvista=0.40.0
- pyvistaqt=0.11.0
- matplotlib=3.7.1
- shapely=2.0.1
- rasterio=1.3.8
- pillow=10.0.0
# plotting libraries
- pyqt=5.15.7
- pyvistaqt=0.11.0
- matplotlib=3.7.1
# optional Jupyter libs
- jupyterlab=4.0.4
- ipywidgets=8.1.0
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ numpy>=1.24
scipy>=1.9
joblib>=1.3

# Qt bindings
PyQt5>=5.15

# geometry manipulation and plotting libraries
# geometry manipulation
vtk>=9.2
pyvista>=0.40
pyvistaqt>=0.11
matplotlib>=3.7
shapely>=2.0
rasterio>=1.3
Pillow>=10.0

# plotting libraries
PyQt5>=5.15
pyvistaqt>=0.11
matplotlib>=3.7

0 comments on commit 2bb4a79

Please sign in to comment.