Skip to content

Commit

Permalink
remove local MathCAT version path
Browse files Browse the repository at this point in the history
  • Loading branch information
NSoiffer committed Jun 16, 2024
1 parent 63ae9a9 commit 2db32a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ crate-type = ["cdylib"]
[dependencies.mathcat]
version = "0.6.2"
# for testing MathCAT without having to publish a new version (change two occurences)
path = "../MathCAT/"
# path = "../MathCAT/"
# features = ["include-zip"] # for building, we want the zip files so we can include them separately

[dependencies.pyo3]
Expand All @@ -32,8 +32,8 @@ features = ["extension-module", "abi3"]

[build-dependencies]
zip = { version = "2.1", default-features = false, features = ["bzip2"] }
# mathcat = { version = "0.6.2", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
mathcat = { path = "../MathCAT/", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
mathcat = { version = "0.6.2", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
# mathcat = { path = "../MathCAT/", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
# for testing MathCAT without having to publish a new version (change two occurences)


Expand Down

0 comments on commit 2db32a1

Please sign in to comment.