File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ version = "=0.7"
2626# path = "../MathCAT/"
2727
2828[dependencies .pyo3 ]
29- version = " 0.22 "
29+ version = " 0.27 "
3030features = [" extension-module" , " abi3" ]
3131
3232[build-dependencies ]
3333zip = { version = " 6.0" , default-features = false , features = [" bzip2" ] }
3434mathcat = {version = " =0.7" , features = [" include-zip" ]} # for building, we want the zip files so we can include them separately
35- mat?hcat = { path = " ../MathCAT/" , 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