File tree Expand file tree Collapse file tree 2 files changed +156
-13
lines changed
Expand file tree Collapse file tree 2 files changed +156
-13
lines changed Original file line number Diff line number Diff line change @@ -11,22 +11,23 @@ authors = [{ name = "Daniel Hollarek", email = "
[email protected] "
1111license = { file = " LICENSE.txt" }
1212urls = { Homepage = " https://github.com/aimat-lab/xrdpattern" }
1313dependencies = [
14- " numpy < 2.0.0 " ,
15- " scipy" ,
16- " matplotlib" ,
17- " pymatgen" ,
18- " torch" ,
19- " gemmi" ,
20- " pandas" ,
21- " tensordict" ,
22- " orjson" ,
23- " openpyxl" ,
24- " pathvalidate" ,
25- " progressbar2" ,
26- " distlib"
14+ " numpy==1.26.4 " ,
15+ " scipy==1.15.1 " ,
16+ " matplotlib==3.10.0 " ,
17+ " pymatgen==2024.8.9 " ,
18+ " torch==2.6.0 " ,
19+ " gemmi==0.7.0 " ,
20+ " pandas==2.2.3 " ,
21+ " tensordict==0.7.0 " ,
22+ " orjson==3.10.15 " ,
23+ " openpyxl==3.1.5 " ,
24+ " pathvalidate==3.2.3 " ,
25+ " progressbar2==4.5.0 " ,
26+ " distlib==0.3.9 "
2727]
2828
2929
30+
3031[tool .deptry .per_rule_ignores ]
3132DEP002 = [" openpyxl" ]
3233DEP001 = [" mpl_toolkits" , " xylib" ]
Original file line number Diff line number Diff line change 1+ ase==3.24.0
2+ asttokens==3.0.0
3+ attrs==25.3.0
4+ backcall==0.2.0
5+ beautifulsoup4==4.13.4
6+ bleach==6.2.0
7+ build==1.2.2.post1
8+ cachetools==5.5.1
9+ certifi==2025.1.31
10+ cffi==1.17.1
11+ chardet==5.2.0
12+ charset-normalizer==3.4.1
13+ click==8.1.8
14+ cloudpickle==3.1.1
15+ colorama==0.4.6
16+ contourpy==1.3.1
17+ cryptoalgos==0.1.0
18+ cryptography==44.0.0
19+ cycler==0.12.1
20+ decorator==5.2.1
21+ defusedxml==0.7.1
22+ deptry==0.23.0
23+ dill==0.3.9
24+ distlib==0.3.9
25+ docopt==0.6.2
26+ et_xmlfile==2.0.0
27+ evdev==1.8.0
28+ executing==2.2.0
29+ fastjsonschema==2.21.1
30+ filelock==3.17.0
31+ fonttools==4.55.8
32+ fsspec==2025.2.0
33+ gemmi==0.7.0
34+ holytools==0.9.16
35+ idna==3.10
36+ ipython==8.12.3
37+ jedi==0.19.2
38+ jeepney==0.8.0
39+ Jinja2==3.1.5
40+ joblib==1.4.2
41+ jsonschema==4.23.0
42+ jsonschema-specifications==2024.10.1
43+ jupyter_client==8.6.3
44+ jupyter_core==5.7.2
45+ jupyterlab_pygments==0.3.0
46+ kiwisolver==1.4.8
47+ latexcodec==3.0.0
48+ MarkupSafe==3.0.2
49+ matplotlib==3.10.0
50+ matplotlib-inline==0.1.7
51+ mistune==3.1.3
52+ monty==2025.1.9
53+ mpmath==1.3.0
54+ mss==10.0.0
55+ narwhals==1.25.2
56+ nbclient==0.10.2
57+ nbconvert==7.16.6
58+ nbformat==5.10.4
59+ networkx==3.4.2
60+ numpy==1.26.4
61+ nvidia-cublas-cu12==12.4.5.8
62+ nvidia-cuda-cupti-cu12==12.4.127
63+ nvidia-cuda-nvrtc-cu12==12.4.127
64+ nvidia-cuda-runtime-cu12==12.4.127
65+ nvidia-cudnn-cu12==9.1.0.70
66+ nvidia-cufft-cu12==11.2.1.3
67+ nvidia-curand-cu12==10.3.5.147
68+ nvidia-cusolver-cu12==11.6.1.9
69+ nvidia-cusparse-cu12==12.3.1.170
70+ nvidia-cusparselt-cu12==0.6.2
71+ nvidia-nccl-cu12==2.21.5
72+ nvidia-nvjitlink-cu12==12.4.127
73+ nvidia-nvtx-cu12==12.4.127
74+ openpyxl==3.1.5
75+ orjson==3.10.15
76+ packaging==24.2
77+ palettable==3.3.3
78+ pandas==2.2.3
79+ pandocfilters==1.5.1
80+ parso==0.8.4
81+ pathvalidate==3.2.3
82+ pexpect==4.9.0
83+ pickleshare==0.7.5
84+ pillow==11.1.0
85+ pipreqs==0.5.0
86+ platformdirs==4.3.6
87+ plotly==6.0.0
88+ pluggy==1.5.0
89+ progressbar2==4.5.0
90+ prompt_toolkit==3.0.51
91+ psutil==6.1.1
92+ ptyprocess==0.7.0
93+ pure_eval==0.2.3
94+ pybtex==0.24.0
95+ pycparser==2.22
96+ Pygments==2.19.1
97+ pymatgen==2024.8.9
98+ Pympler==1.1
99+ pynput==1.7.7
100+ pyparsing==3.2.1
101+ pyproject-api==1.9.0
102+ pyproject_hooks==1.2.0
103+ python-dateutil==2.9.0.post0
104+ python-utils==3.9.1
105+ python-xlib==0.33
106+ pytz==2025.1
107+ PyYAML==6.0.2
108+ pyzmq==26.4.0
109+ referencing==0.36.2
110+ requests==2.32.3
111+ requirements-parser==0.11.0
112+ rpds-py==0.24.0
113+ ruamel.yaml==0.18.10
114+ ruamel.yaml.clib==0.2.12
115+ scipy==1.15.1
116+ screeninfo==0.8.1
117+ seaborn==0.13.2
118+ SecretStorage==3.3.3
119+ setuptools==75.8.0
120+ six==1.17.0
121+ soupsieve==2.6
122+ spglib==2.5.0
123+ stack-data==0.6.3
124+ sympy==1.13.1
125+ tabulate==0.9.0
126+ tensordict==0.7.0
127+ tinycss2==1.4.0
128+ torch==2.6.0
129+ tornado==6.4.2
130+ tox==4.24.1
131+ tqdm==4.67.1
132+ traitlets==5.14.3
133+ triton==3.2.0
134+ types-setuptools==75.8.0.20250110
135+ typing_extensions==4.12.2
136+ tzdata==2025.1
137+ uncertainties==3.2.2
138+ urllib3==2.3.0
139+ virtualenv==20.29.1
140+ wcwidth==0.2.13
141+ webencodings==0.5.1
142+ yarg==0.1.9
You can’t perform that action at this time.
0 commit comments