Skip to content

Commit 145ea8c

Browse files
committed
Pipfile update
1 parent ffb83b3 commit 145ea8c

File tree

1 file changed

+17
-19
lines changed

1 file changed

+17
-19
lines changed

Pipfile

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,26 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
chembl-webresource-client = ">=0.10.0"
8-
crossrefapi = "1.6.0"
9-
django = ">=5.1.4"
10-
pyld = ">=2.0.3"
11-
django-admin-logs = ">=1.3.0"
12-
django-allauth = ">=65.3.0"
7+
chembl-webresource-client = ">=0.10.9"
8+
crossrefapi = "1.7.0"
9+
django = ">=5.2.4"
10+
django-admin-logs = ">=1.4.0"
11+
django-allauth = ">=65.10.0"
1312
django-debug-toolbar = ">=4.4.0"
14-
django-cors-headers = ">=4.6.0"
15-
django-crispy-forms = ">=2.3.0"
16-
djangorestframework = ">=3.15.0"
13+
django-cors-headers = ">=4.7.0"
14+
django-crispy-forms = ">=2.4"
15+
djangorestframework = ">=3.16.0"
16+
pandas = ">=2.3.1"
17+
paramiko = ">=3.5.1"
18+
pygithub = ">=2.7.0"
19+
pyld = ">=2.0.4"
1720
pymysql = ">=1.1.1"
18-
pandas = ">=2.2.0"
19-
scipy = ">=1.14.0"
20-
pygithub = ">=1.55"
21-
urllib3 = ">=1.26.0"
22-
qwikidata = ">=0.4.0"
23-
pytest = ">=8.3.0"
24-
requests = ">=2.23.0"
25-
rdkit = ">=2024.9.0"
26-
paramiko = ">=3.5.0"
21+
pytest = ">=8.4.1"
22+
qwikidata = ">=0.4.2"
23+
rdkit = ">=2025.3.5"
24+
scipy = ">=1.16.1"
2725

2826
[dev-packages]
2927

3028
[requires]
31-
python_version = "3.12"
29+
python_version = "3.13"

0 commit comments

Comments
 (0)