Skip to content

Commit

Permalink
Added dependancy for python 3.12-tqdm #121
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-Hades committed Dec 4, 2024
1 parent 51488ef commit 249375c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "refineGEMs"
version = "2.0.0-alpha.2"
requires-python = ">=3.10, <3.12"
requires-python = ">=3.10"
authors = [
{name = "Famke Baeuerle", email = "[email protected]"},
{name = "Gwendolyn O. Döbel", email = "[email protected]"},
Expand Down Expand Up @@ -59,6 +59,7 @@ dependencies = [
"sqlalchemy>=2.0.0",
"sqlite_dump>=0.1.1",
'tqdm>=4.66.1',
'ipywidgets', # needed to run tqdm normally without error
"venn>=0.1.3",
"z3-solver>=4.13.0.0",
]
Expand Down

0 comments on commit 249375c

Please sign in to comment.