-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
54 lines (46 loc) · 1.27 KB
/
pyproject.toml
File metadata and controls
54 lines (46 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[tool.poetry]
name = "mofsyncondition"
version = "0.1.3"
description = "A python too for extracting synthesis condition of MOFs directly from journal articles in any file format (html, xml and pdf"
authors = ["Dinga Wonanke <dak52@uclive.ac.nz>"]
license = "MIT"
readme = "README.md"
packages = [{ include = "mofsyncondition" }]
include = [
{ path = "mofsyncondition/nltk_data/**", format = "sdist" },
{ path = "mofsyncondition/nltk_data/**", format = "wheel" }
]
[tool.poetry.urls]
Repository = "https://github.com/bafgreat/mofsyncondition"
Author-Github = "https://github.com/bafgreat"
Author-Website = "https://www.dingawonanke.com"
[tool.poetry.dependencies]
python = ">=3.10,<3.14"
spacy = ">=3.7.2,<3.8.0"
inscriptis = "^2.7.0"
requests = "^2.32.5"
beautifulsoup4 = "^4.14.3"
matplotlib = "^3.10.8"
selenium = "^4.39.0"
pubchempy = "^1.0.5"
pymupdf = "^1.26.7"
pint = "0.24"
scyjava = "^1.12.1"
torch = "2.2.2"
sentence-transformers = "^5.2.0"
numpy = "<2"
nltk = "^3.9.2"
ase = "^3.26.0"
pypdf2 = "^3.0.1"
pymatgen = "2025.10.7"
cirpy = "^1.0.2"
scikit-learn = "1.3.0"
pytest = "^9.0.2"
en-chem-ner = "^0.1.0"
wordcloud = "^1.9.5"
notebook = "^7.5.2"
en-mof-chem-ner = "^0.0.1"
[tool.poetry.scripts]
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"