Skip to content

Commit

Permalink
update v0.3.1 --> v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
avgcampos committed Jun 18, 2024
1 parent eef4fe6 commit 3c9c1f0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion myfempy/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.1"
__version__ = "0.3.2"
17 changes: 9 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,18 @@ authors = [
{name = "Antonio Campos", email = "antviniciuscampos@gmail.com"},
]
readme = "README.md"
version = "0.3.1"
version = "0.3.2"
license = {file = "LICENSE.md"}
requires-python = ">3.8"
dependencies = [
"numpy",
"scipy",
"cython",
"gmsh",
"vedo",
"matplotlib",
"colorama",
"numpy == 1.26.4",
"scipy == 1.13.1",
"cython == 3.0.10",
"gmsh == 4.13.1",
"vedo == 2024.5.2",
"matplotlib == 3.9.0",
"colorama == 0.4.6",
"art == 6.2",
]
keywords = ["FEM", "FEA", "FSI", "Engineering"]

Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
###### To Dev Version ######
###### Requirements without Version Specifiers ######
###### pip install -r requeriment.txt ######
numpy
###### pip install -r requirements.txt ######
numpy==1.26.4
scipy
cython
gmsh
matplotlib
vedo
numdifftools
jax[cpu]
# jax[cpu]
colorama
art
mkdocs
Expand Down

0 comments on commit 3c9c1f0

Please sign in to comment.