@@ -19,7 +19,7 @@ classifiers = [
1919 ' Topic :: Scientific/Engineering'
2020]
2121dependencies = [
22- ' alembic~=1.2 ' ,
22+ ' alembic~=1.8 ' ,
2323 ' archive-path~=0.4.2' ,
2424 " asyncssh~=2.19.0" ,
2525 ' circus~=0.19.0' ,
@@ -30,7 +30,7 @@ dependencies = [
3030 ' get-annotations~=0.1;python_version<"3.10"' ,
3131 ' graphviz~=0.19' ,
3232 ' plumpy~=0.25.0' ,
33- ' ipython>=7' ,
33+ ' ipython>=7.6 ' ,
3434 ' jedi<0.19' ,
3535 ' jinja2~=3.0' ,
3636 ' kiwipy[rmq]~=0.8.4' ,
@@ -39,13 +39,13 @@ dependencies = [
3939 ' paramiko~=3.0' ,
4040 ' pgsu~=0.3.0' ,
4141 ' psutil~=5.6' ,
42- ' psycopg[binary]~ =3.0' ,
43- ' pydantic~=2.4 ' ,
42+ ' psycopg[binary]> =3.0.2,<4 ' ,
43+ ' pydantic~=2.6 ' ,
4444 ' pytz~=2021.1' ,
4545 ' pyyaml~=6.0' ,
4646 ' requests~=2.0' ,
47- ' sqlalchemy~ =2.0' ,
48- ' tabulate>=0.8 .0,<0.10.0' ,
47+ ' sqlalchemy> =2.0.20,<3 ' ,
48+ ' tabulate>=0.9 .0,<0.10.0' ,
4949 ' tqdm~=4.45' ,
5050 ' typing-extensions~=4.0;python_version<"3.10"' ,
5151 ' upf_to_json~=0.9.2' ,
@@ -202,9 +202,9 @@ requires-python = '>=3.9'
202202[project .optional-dependencies ]
203203atomic_tools = [
204204 ' PyCifRW~=4.4' ,
205- ' ase~=3.18 ' ,
205+ ' ase~=3.21 ' ,
206206 ' matplotlib~=3.3,>=3.3.4' ,
207- ' pymatgen>=2022.1.20 ' ,
207+ ' pymatgen>=2024.3.1 ' ,
208208 ' pymysql~=0.9.3' ,
209209 ' seekpath~=1.9,>=1.9.3' ,
210210 ' spglib>=1.14,<3.0'
@@ -239,9 +239,9 @@ pre-commit = [
239239]
240240rest = [
241241 ' flask-cors~=3.0' ,
242- ' flask-restful~=0.3.7 ' ,
243- ' flask~=2.2 ' ,
244- ' pyparsing~=3.0 ' ,
242+ ' flask-restful~=0.3.10 ' ,
243+ ' flask~=2.3.3 ' ,
244+ ' pyparsing~=3.1 ' ,
245245 ' python-memcached~=1.59' ,
246246 ' seekpath~=1.9,>=1.9.3'
247247]
0 commit comments