Skip to content

Commit bfef1f0

Browse files
authored
Merge pull request #22 from gilrrei/install_fourcipp_from_pypi
build: install fourcipp from pypi
2 parents e23b5d8 + 3fd861c commit bfef1f0

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

requirements.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ pandas
88
pyvista
99
vtk==9.4.2
1010
numpy
11-
# include fourcipp from github
12-
git+https://github.com/4C-multiphysics/fourcipp.git
11+
fourcipp
1312
lnmmeshio>=5.6.3
1413
numexpr
1514

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ filelock==3.18.0
3333
# via virtualenv
3434
fonttools==4.59.0
3535
# via matplotlib
36-
fourcipp @ git+https://github.com/4C-multiphysics/fourcipp.git
36+
fourcipp==0.29.0
3737
# via -r requirements.in
3838
frozenlist==1.7.0
3939
# via

src/fourc_webviewer/fourc_webserver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def init_general_sections_state_and_server_vars(self):
296296
approach to add them up to the main section SOLVERS.
297297
"""
298298

299-
self.state.json_schema = CONFIG["json_schema"]
299+
self.state.json_schema = CONFIG.fourc_json_schema
300300

301301
# define substrings of section names to exclude
302302
substr_to_exclude = ["DESIGN", "TOPOLOGY", "ELEMENTS", "NODE", "FUNCT"]

0 commit comments

Comments
 (0)