Skip to content

Commit

Permalink
Improve gqla versions
Browse files Browse the repository at this point in the history
  • Loading branch information
as51340 committed Jan 5, 2024
1 parent 98559c8 commit d9ba834
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ exclude = '''

[tool.poetry.dependencies]
python = "^3.8"
pymgclient = "1.3.1"
pymgclient = "^1.3.1"
networkx = "^2.5.1"
pydantic = "2.3.0"
psutil = "^5.9.0"
dacite = "^1.6.0"
adlfs = "^2023.9.0"
neo4j = ">=4.4.3"
neo4j = "^4.4.3"
numpy = "^1.24.1"

pyarrow = { version = "^13.0.0", optional = true }
Expand All @@ -59,7 +59,7 @@ black = "^22.3.0"
pytest = "^7.1.1"
pytest-black = "^0.3.12"
pytest-cov = "^2.12.0"
pytest-flake8 = "1.0.7"
pytest-flake8 = "^1.0.7"
pytest-timeout = "^1.4.2"
pre-commit = "^2.15.0"

Expand Down

0 comments on commit d9ba834

Please sign in to comment.