File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,5 +16,6 @@ dependencies:
1616 - scikit-spatial
1717 - mendeleev
1818 - sympy
19+ - requests
1920 - pip :
2021 - openpmd-api
Original file line number Diff line number Diff line change @@ -11,11 +11,12 @@ dependencies:
1111 - ase=3.24.0
1212 - blinker=1.9.0
1313 - brotli-bin=1.1.0
14- - brotli-python=1.0.9
14+ - brotli-python=1.1.0
1515 - bzip2=1.0.8
1616 - c-ares=1.34.4
17- - ca-certificates=2025.2.25
18- - charset-normalizer=3.3.2
17+ - ca-certificates=2025.1.31
18+ - certifi=2025.1.31
19+ - charset-normalizer=3.4.1
1920 - click=8.1.8
2021 - colorama=0.4.6
2122 - colorlog=6.9.0
@@ -26,6 +27,10 @@ dependencies:
2627 - freetype=2.12.1
2728 - fsspec=2025.2.0
2829 - gmp=6.3.0
30+ - h2=4.2.0
31+ - hpack=4.1.0
32+ - hyperframe=6.1.0
33+ - idna=3.10
2934 - importlib-metadata=8.6.1
3035 - itsdangerous=2.2.0
3136 - jinja2=3.1.5
@@ -44,8 +49,9 @@ dependencies:
4449 - libgcc-ng=14.2.0
4550 - libgfortran=14.2.0
4651 - libgfortran5=14.2.0
47- - libgomp=14.2.0
4852 - libgrpc=1.67.1
53+ - libhwloc=2.11.2
54+ - libiconv=1.18
4955 - libjpeg-turbo=3.0.0
5056 - liblapack=3.9.0
5157 - liblzma=5.6.4
@@ -59,57 +65,62 @@ dependencies:
5965 - libstdcxx=14.2.0
6066 - libstdcxx-ng=14.2.0
6167 - libtiff=4.7.0
62- - libtorch=2.6.0
68+ - libtorch=2.5.1
6369 - libuuid=2.38.1
6470 - libuv=1.50.0
6571 - libwebp-base=1.5.0
6672 - libxcb=1.17.0
73+ - libxml2=2.13.6
6774 - libzlib=1.3.1
75+ - llvm-openmp=19.1.7
6876 - mako=1.3.9
6977 - markdown=3.6
7078 - matplotlib-base=3.10.0
7179 - mendeleev=0.20.1
80+ - mkl=2024.2.2
7281 - mpc=1.3.1
7382 - mpfr=4.2.1
7483 - mpmath=1.3.0
7584 - munkres=1.1.4
7685 - ncurses=6.5
7786 - networkx=3.4.2
78- - nomkl=1.0
7987 - openjpeg=2.5.3
8088 - openssl=3.4.1
8189 - optuna=4.2.1
8290 - packaging=24.2
8391 - pip=25.0.1
8492 - pthread-stubs=0.4
85- - pybind11=2.13.6
86- - pybind11-global=2.13.6
93+ - pycparser=2.22
8794 - pydantic=2.10.6
8895 - pyfiglet=0.8.post1
8996 - pygments=2.19.1
9097 - pyparsing=3.2.1
98+ - pysocks=1.7.1
9199 - python=3.10.4
92100 - python-dateutil=2.9.0.post0
93101 - python-tzdata=2025.1
94102 - python_abi=3.10
95- - pytorch=2.6.0
96- - pytorch-cpu=2.6.0
103+ - pytorch=2.5.1
104+ - pytorch-cpu=2.5.1
97105 - pytz=2024.1
98106 - qhull=2020.2
99107 - re2=2024.07.02
100108 - readline=8.2
109+ - requests=2.32.3
101110 - scikit-spatial=8.1.0
102111 - setuptools=75.8.2
103112 - six=1.17.0
104113 - sleef=3.8
105114 - sqlite=3.49.1
106115 - sympy=1.13.3
116+ - tbb=2021.13.0
107117 - tensorboard=2.19.0
108118 - tk=8.6.13
109119 - tqdm=4.67.1
110120 - typing-extensions=4.12.2
111121 - typing_extensions=4.12.2
112122 - tzdata=2025a
123+ - urllib3=2.3.0
113124 - werkzeug=3.1.3
114125 - wheel=0.45.1
115126 - xorg-libxau=1.0.12
@@ -119,33 +130,29 @@ dependencies:
119130 - xz-tools=5.6.4
120131 - yaml=0.2.5
121132 - zipp=3.21.0
122- - zstd=1.5.7
133+ - zstd=1.5.6
123134 - pip :
124- - brotli==1.0.9
125- - certifi==2025.1.31
135+ - brotli==1.1.0
136+ - cffi==1.17.1
126137 - contourpy==1.3.1
127138 - fonttools==4.56.0
128139 - gmpy2==2.1.5
129140 - greenlet==3.1.1
130141 - grpcio==1.67.1
131- - idna==3.7
132142 - kiwisolver==1.4.7
133143 - markupsafe==3.0.2
134144 - matplotlib==3.10.0
135145 - numpy==1.26.4
136146 - openpmd-api==0.16.1
137- - optree==0.14.0
138147 - pandas==2.2.3
139148 - pillow==11.1.0
140149 - protobuf==5.28.3
141150 - pydantic-core==2.27.2
142- - pysocks==1.7.1
143151 - pyyaml==6.0.2
144- - requests==2.32.3
145152 - scipy==1.15.2
146153 - sqlalchemy==2.0.38
147154 - tensorboard-data-server==0.7.0
148- - torch==2.5.1.post103
155+ - torch==2.5.1.post108
149156 - unicodedata2==16.0.0
150- - urllib3==2.3.0
151157 - wrapt==1.17.2
158+ - zstandard==0.23.0
You can’t perform that action at this time.
0 commit comments