Skip to content

Commit

Permalink
python version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alrah007 committed Aug 14, 2024
1 parent 874a3d6 commit 5ee6a75
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ classifiers = ["Operating System :: OS Independent"]
packages = [{ include = "titan" }]

[tool.poetry.dependencies]
<<<<<<< HEAD
python = "^3.8"
=======

python = "^3.9"
>>>>>>> origin/main
paraml= "^0.1"
networkx = "^2.4"
nanoid = "^2.0"
Expand Down

0 comments on commit 5ee6a75

Please sign in to comment.