Skip to content

Commit

Permalink
Merge pull request #266 from snek5000/fluidsim_core-from-PyPI
Browse files Browse the repository at this point in the history
Use fluidsim-core 0.7.2 (from PyPI)
  • Loading branch information
paugier committed Jan 5, 2023
2 parents 6e3ecdf + 3f30b71 commit fb78ca0
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 11 deletions.
3 changes: 1 addition & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,8 @@ fluiddyn==0.5.1
# fluidsim-core
# snek5000
# snek5000 (setup.cfg)
fluidsim-core @ hg+https://foss.heptapod.net/fluiddyn/fluidsim#subdirectory=lib
fluidsim-core==0.7.2
# via
# -r requirements/vcs_packages.in
# snek5000
# snek5000 (setup.cfg)
fonttools==4.38.0
Expand Down
3 changes: 1 addition & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,8 @@ fluiddyn==0.5.1
# fluidsim-core
# snek5000
# snek5000 (setup.cfg)
fluidsim-core @ hg+https://foss.heptapod.net/fluiddyn/fluidsim#subdirectory=lib
fluidsim-core==0.7.2
# via
# -r requirements/vcs_packages.in
# snek5000
# snek5000 (setup.cfg)
fonttools==4.38.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/main.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fluiddyn==0.5.1
# via
# fluidsim-core
# snek5000 (setup.cfg)
fluidsim-core==0.7.1
fluidsim-core==0.7.2
# via snek5000 (setup.cfg)
fonttools==4.38.0
# via matplotlib
Expand Down
3 changes: 1 addition & 2 deletions requirements/tests-editable.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,8 @@ fluiddyn==0.5.1
# fluidsim-core
# snek5000
# snek5000 (setup.cfg)
fluidsim-core @ hg+https://foss.heptapod.net/fluiddyn/fluidsim#subdirectory=lib
fluidsim-core==0.7.2
# via
# -r requirements/vcs_packages.in
# snek5000
# snek5000 (setup.cfg)
fonttools==4.38.0
Expand Down
3 changes: 1 addition & 2 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,8 @@ fluiddyn==0.5.1
# fluidsim-core
# snek5000
# snek5000 (setup.cfg)
fluidsim-core @ hg+https://foss.heptapod.net/fluiddyn/fluidsim#subdirectory=lib
fluidsim-core==0.7.2
# via
# -r requirements/vcs_packages.in
# snek5000
# snek5000 (setup.cfg)
fonttools==4.38.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/vcs_packages.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
snek5000-phill @ git+https://github.com/snek5000/snek5000-phill.git
snek5000-cbox @ git+https://github.com/snek5000/snek5000-cbox.git
# TODO before releases: comment out these 2 lines
fluidsim-core @ hg+https://foss.heptapod.net/fluiddyn/fluidsim#subdirectory=lib
# fluidsim-core @ hg+https://foss.heptapod.net/fluiddyn/fluidsim#subdirectory=lib
# pymech @ git+https://github.com/eX-Mech/pymech.git
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ packages=find:
install_requires =
snakemake >= 7.15.2
fluiddyn >= 0.4.0
fluidsim-core >= 0.7.1
fluidsim-core >= 0.7.2
pymech >= 1.5.0
pandas
jinja2
Expand Down
1 change: 1 addition & 0 deletions src/snek5000/output/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
print_stdout
phys_fields
spatial_means
remaining_clock_time
"""
from pathlib import Path
Expand Down

0 comments on commit fb78ca0

Please sign in to comment.