Skip to content

Commit

Permalink
follow PEP508 for pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
axbazin authored Jan 8, 2024
1 parent 3897d9e commit 582474d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@ test = [
"pytest=7.0.0"
]
python_deps = [
"tqdm=4",
"tables=3",
"pyrodigal=3",
"networkx=3",
"scipy=1",
"plotly=5",
"gmpy2=2",
"pandas=2",
"colorlover=0.3",
"numpy=1.26",
"bokeh=3"
"tqdm==4",
"tables==3",
"pyrodigal==3",
"networkx==3",
"scipy==1",
"plotly==5",
"gmpy2==2",
"pandas==2",
"colorlover==0.3",
"numpy==1.26",
"bokeh==3"
]
#
[project.urls]
Expand Down

0 comments on commit 582474d

Please sign in to comment.