Skip to content

Commit

Permalink
Updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCappelletti94 committed Aug 10, 2022
1 parent f7960eb commit 6b7498b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,15 @@ exclude = ["pytests/*", "Python-*", "./*.py"]
keywords = ["python", "rust", "graph", "random", "walk"]

[package.metadata.maturin]
requires-python = ">=3.6"
requires-python = ">=3.7"
requires-dist = [
"toml~=0.10.0",
"downloaders>=1.0.15",
"compress_json>=1.0.6",
"userinput>=1.0.17",
"cache_decorator>=2.0.13",
"compress_json>=1.0.7",
"userinput>=1.0.19",
"cache_decorator>=2.1.11",
"tqdm",
"pandas",
"transformers",
"py-cpuinfo",
"environments_utils>=1.0.4"
]
Expand Down

0 comments on commit 6b7498b

Please sign in to comment.