File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,16 @@ crate-type = ["cdylib"]
2323[dependencies .mathcat ]
2424version = " =0.7.1"
2525# for testing MathCAT without having to publish a new version (change two occurrences)
26- path = " ../MathCAT/"
26+ # path = "../MathCAT/"
2727
2828[dependencies .pyo3 ]
2929version = " 0.22"
3030features = [" extension-module" , " abi3" ]
3131
3232[build-dependencies ]
3333zip = { version = " 5.1" , default-features = false , features = [" bzip2" ] }
34- # mathcat = {version = "=0.7.1", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
35- mathcat = { path = " ../MathCAT/" , features = [" include-zip" ]} # for building, we want the zip files so we can include them separately
34+ mathcat = {version = " =0.7.1" , features = [" include-zip" ]} # for building, we want the zip files so we can include them separately
35+ # mathcat = { path = "../MathCAT/", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
3636# for testing MathCAT without having to publish a new version (change two occurrences)
3737
3838
You can’t perform that action at this time.
0 commit comments