Skip to content

Commit

Permalink
Add compat constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
tfmlaX authored Dec 5, 2023
1 parent 5d022a5 commit 0fe42b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MPSDynamics"
uuid = "8fc8f346-e1eb-498f-94db-02ffe92d8134"
authors = ["angus-dunnett <[email protected]>", "Thibaut Lacroix <[email protected]>"]
version = "0.1.0"
version = "1.0"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand All @@ -21,3 +21,6 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Jacobi = "83f21c0b-4282-5fbc-9e3f-f6da3d2e584c"

[compat]
TensorOperations = "=3.2.5"

0 comments on commit 0fe42b7

Please sign in to comment.