Skip to content

Commit 5b64f5b

Browse files
committed
Update lnmmeshio to get rid of the loguru
version inconsistency between lnmmeshio and fourcipp. Adapted the README accordingly.
1 parent f90e4ec commit 5b64f5b

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@ Install all requirements with:
4343
pip install -e .
4444
```
4545

46-
Finally, you need to force the installation of a specific `lnmmeshio` version due to a dependency mismatch with:
47-
```bash
48-
pip install lnmmeshio==5.6.2 --force
49-
```
50-
We are already working on the resolution of this issue.
51-
5246
## Using the 4C-Webviewer
5347

5448
To start the webviewer, in the conda environment run:
@@ -83,7 +77,7 @@ pip-compile --all-extras --output-file=requirements.txt --upgrade requirements.i
8377
8478
Please note that this project is still at an early stage of development.
8579
86-
We encourage you to test the current state and provide feedback on what functionality would help you by opening an issue or a discussion, or even contribute to the progress yourself.
80+
We encourage you to test the current state and provide feedback on what functionality would help you by adding to the corresponding [issue](https://github.com/4C-multiphysics/4C-webviewer/issues/1) or even contributing to the progress yourself.
8781
8882
8983
## License

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ vtk
1010
numpy
1111
# include fourcipp from github
1212
git+https://github.com/4C-multiphysics/fourcipp.git
13-
lnmmeshio>=5.6.2
13+
lnmmeshio>=5.6.3

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jsonschema-specifications==2025.4.1
4444
# jsonschema
4545
kiwisolver==1.4.8
4646
# via matplotlib
47-
lnmmeshio==5.4.0
47+
lnmmeshio==5.6.3
4848
# via -r requirements.in
4949
loguru==0.7.3
5050
# via fourcipp

0 commit comments

Comments
 (0)