Skip to content

Commit

Permalink
Fixed dependency version with a knowing working set
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanobrunet committed Sep 27, 2024
1 parent 28ba4d7 commit bf6cb98
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions envs/std-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@ channels:
- defaults
dependencies:
- python=3.8
- blackd
- cmocean
- colorcet
- ezdxf
- geopandas
- laspy
- loopstructural
- lxml
- mplstereonet
- openpyxl
- pyinstaller
- pyqt
- pytest
- pythreejs
- pyvistaqt
- qtpy
- rasterio
- seaborn
- blackd=23.7.0
- cmocean=3.0.3
- colorcet=3.0.1
- ezdxf=1.0.3
- geopandas=0.13.2
- laspy=2.3.0
- loopstructural=v1.5.11
- lxml=4.9.2
- mplstereonet=0.6.2
- openpyxl=3.1.2
- pyinstaller=5.13.0
- pyqt=5.15.7
- pytest=7.4.0
- pythreejs=2.4.2
- pyvistaqt=0.11.0
- qtpy=2.3.1
- rasterio=1.3.6
- seaborn=0.12.2
- shapely=1.8
- sphinx
- sphinx_rtd_theme
- vedo
- vtk
- xarray
- sphinx=6.2.1
- sphinx_rtd_theme=1.2.2
- vedo=2023.4.6
- vtk=9.2.6
- xarray=2023.1.0

0 comments on commit bf6cb98

Please sign in to comment.