Skip to content

Commit

Permalink
Making Python version more flexible: now it accepts any Python versio…
Browse files Browse the repository at this point in the history
…n compatible with 3.10. Also, TopoBenchmarkX has been added to the project.
  • Loading branch information
rballeba committed Jun 20, 2024
1 parent 4c8df65 commit ec28de1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "mantra"]
path = mantra
url = [email protected]:aidos-lab/mantra.git
[submodule "TopoBenchmarkX"]
path = TopoBenchmarkX
url = https://github.com/pyt-team/TopoBenchmarkX
1 change: 1 addition & 0 deletions TopoBenchmarkX
Submodule TopoBenchmarkX added at 04b085
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "3.10.13"
python = "~3.10"
gudhi = "3.9.0"
lightning = "2.2.5"
wandb = "0.17.0"
Expand Down

0 comments on commit ec28de1

Please sign in to comment.