Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZAARAOUI999 authored Dec 18, 2023
1 parent 4331fc9 commit ed98da6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "hypermat"
version = "0.1.1"
version = "0.1.2"
description = "Hyperelastic formulations using an algorithmic differentiation with hyper-dual numbers in Python"
readme = "README.md"
requires-python = ">=3.6"
Expand Down Expand Up @@ -41,7 +41,8 @@ dependencies = [
"numpy",
"matplotlib",
"scipy",
"lmfit"
"lmfit",
"tensortrax"
]

[project.urls]
Expand Down

0 comments on commit ed98da6

Please sign in to comment.