Skip to content

Commit

Permalink
update to fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
shayla831 committed Apr 11, 2023
2 parents a56ba32 + 7ddab00 commit 3d184f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ results/*/*.txt
profile.prof
site/

.DS_Store
.DS_Store
Empty file removed docs/.Rhistory
Empty file.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ classifiers = ["Operating System :: OS Independent"]
packages = [{ include = "titan" }]

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.6"
paraml= "^0.1"
networkx = "^2.4"
nanoid = "^2.0"
numpy = "^1.23"
numpy = "^1.18"
black = {version = "^23.1.0", optional = true}
flake8 = {version = "^3.8", optional = true}
mypy = {version = "^1.0.0", optional = true}
Expand Down

0 comments on commit 3d184f5

Please sign in to comment.