-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Description
Description
What steps will reproduce the problem?
i installed tensorflow
that automaticly upgrade the numpy
Traceback
A module that was compiled using NumPy 1.x cannot be run in
NumPy 2.2.6 as it may crash. To support both 1.x and 2.x
versions of NumPy, modules must be compiled with NumPy 2.0.
Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
If you are a user of the module, the easiest solution will be to
downgrade to 'numpy<2' or try to upgrade the affected module.
We expect that some modules will need time to support NumPy 2.
Traceback (most recent call last): File "D:\downloads\apps\programming\Lib\site-packages\spyder\plugins\application\container.py", line 242, in _compute_dependencies
dependencies.declare_dependencies()
File "D:\downloads\apps\programming\Lib\site-packages\spyder\dependencies.py", line 490, in declare_dependencies
add(dep['modname'], dep['package_name'],
File "D:\downloads\apps\programming\Lib\site-packages\spyder\dependencies.py", line 421, in add
DEPENDENCIES += [Dependency(modname, package_name, features,
File "D:\downloads\apps\programming\Lib\site-packages\spyder\dependencies.py", line 360, in __init__
self.installed_version = programs.get_module_version(modname)
File "D:\downloads\apps\programming\Lib\site-packages\spyder\utils\programs.py", line 1004, in get_module_version
mod = __import__(module_name)
File "D:\downloads\apps\programming\Lib\site-packages\pandas\__init__.py", line 26, in <module>
from pandas.compat import (
File "D:\downloads\apps\programming\Lib\site-packages\pandas\compat\__init__.py", line 27, in <module>
from pandas.compat.pyarrow import (
File "D:\downloads\apps\programming\Lib\site-packages\pandas\compat\pyarrow.py", line 8, in <module>
import pyarrow as pa
File "D:\downloads\apps\programming\Lib\site-packages\pyarrow\__init__.py", line 65, in <module>
import pyarrow.lib as _lib
AttributeError: _ARRAY_API not found
A module that was compiled using NumPy 1.x cannot be run in
NumPy 2.2.6 as it may crash. To support both 1.x and 2.x
versions of NumPy, modules must be compiled with NumPy 2.0.
Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
If you are a user of the module, the easiest solution will be to
downgrade to 'numpy<2' or try to upgrade the affected module.
We expect that some modules will need time to support NumPy 2.
Traceback (most recent call last): File "D:\downloads\apps\programming\Lib\site-packages\spyder\plugins\application\container.py", line 242, in _compute_dependencies
dependencies.declare_dependencies()
File "D:\downloads\apps\programming\Lib\site-packages\spyder\dependencies.py", line 490, in declare_dependencies
add(dep['modname'], dep['package_name'],
File "D:\downloads\apps\programming\Lib\site-packages\spyder\dependencies.py", line 421, in add
DEPENDENCIES += [Dependency(modname, package_name, features,
File "D:\downloads\apps\programming\Lib\site-packages\spyder\dependencies.py", line 360, in __init__
self.installed_version = programs.get_module_version(modname)
File "D:\downloads\apps\programming\Lib\site-packages\spyder\utils\programs.py", line 1004, in get_module_version
mod = __import__(module_name)
File "D:\downloads\apps\programming\Lib\site-packages\pandas\__init__.py", line 49, in <module>
from pandas.core.api import (
File "D:\downloads\apps\programming\Lib\site-packages\pandas\core\api.py", line 9, in <module>
from pandas.core.dtypes.dtypes import (
File "D:\downloads\apps\programming\Lib\site-packages\pandas\core\dtypes\dtypes.py", line 24, in <module>
from pandas._libs import (
File "D:\downloads\apps\programming\Lib\site-packages\pyarrow\__init__.py", line 65, in <module>
import pyarrow.lib as _lib
AttributeError: _ARRAY_API not found
Versions
- Spyder version: 6.0.7 (conda)
- Python version: 3.11.13 64-bit
- Qt version: 5.15.2
- PyQt5 version: 5.15.10
- Operating System: Windows-10-10.0.26100-SP0
Dependencies
# Mandatory:
aiohttp >=3.9.3 : 3.12.15 (OK)
asyncssh >=2.14.0,<3.0.0 : 2.17.0 (OK)
atomicwrites >=1.2.0 : 1.4.0 (OK)
bcrypt >=4.3.0 : 4.3.0 (OK)
chardet >=2.0.0 : 5.2.0 (OK)
cloudpickle >=0.5.0 : 3.1.1 (OK)
cookiecutter >=1.6.0 : 2.6.0 (OK)
diff_match_patch >=20181111 : 20200713 (OK)
github >=2.3.0 : 2.4.0 (OK)
importlib_metadata >=4.6.0 : 8.5.0 (OK)
intervaltree >=3.0.2 : 3.1.0 (OK)
IPython >=8.13.0,<9.0.0,!=8.17.1 : 8.30.0 (OK)
jedi >=0.17.2,<0.20.0 : 0.19.2 (OK)
jellyfish >=0.7 : 1.1.3 (OK)
jsonschema >=3.2.0 : 4.25.0 (OK)
keyring >=17.0.0 : 25.6.0 (OK)
nbconvert >=4.0 : 7.16.6 (OK)
numpydoc >=0.6.0 : 1.9.0 (OK)
packaging >=20.0 : 25.0 (OK)
parso >=0.7.0,<0.9.0 : 0.8.4 (OK)
pexpect >=4.4.0 : 4.9.0 (OK)
pickleshare >=0.4 : 0.7.5 (OK)
psutil >=5.3 : 7.0.0 (OK)
pygments >=2.0 : 2.19.1 (OK)
pylint >=3.1,<4 : 3.3.8 (OK)
pylint_venv >=3.0.2 : 3.0.3 (OK)
pyls_spyder >=0.4.0 : 0.4.0 (OK)
pylsp >=1.12.0,<1.13.0 : 1.12.2 (OK)
pylsp_black >=2.0.0,<3.0.0 : 2.0.0 (OK)
pyuca >=1.2 : 1.2 (OK)
qdarkstyle >=3.2.0,<3.3.0 : 3.2.3 (OK)
qstylizer >=0.2.2 : 0.2.2 (OK)
qtawesome >=1.4.0,<1.5.0 : 1.4.0 (OK)
qtconsole >=5.6.1,<5.7.0 : 5.6.1 (OK)
qtpy >=2.4.0 : 2.4.3 (OK)
rtree >=0.9.7 : 1.4.1 (OK)
sphinx >=0.6.6 : 8.2.3 (OK)
spyder_kernels >=3.0.5,<3.1.0 : 3.0.5 (OK)
superqt >=0.6.2,<1.0.0 : 0.7.6 (OK)
textdistance >=4.2.0 : 4.6.2 (OK)
three_merge >=0.1.1 : 0.1.1 (OK)
watchdog >=0.10.3 : 4.0.2 (OK)
yarl >=1.9.4 : 1.18.0 (OK)
zmq >=24.0.0 : 27.1.0 (OK)
# Optional:
cython >=0.21 : None (NOK)
matplotlib >=3.0.0 : 3.10.6 (OK)
numpy >=1.7 : 2.2.6 (OK)
pandas >=1.1.1 : 2.3.2 (OK)
scipy >=0.17.0 : 1.13.1 (OK)
sympy >=0.7.3 : 1.14.0 (OK)
Environment
Environment
# packages in environment at D:\downloads\apps\programming:
#
# Name Version Build Channel
_anaconda_depends 2025.06 py311_mkl_2
abseil-cpp 20211102.0 hd77b12b_0
absl-py 2.3.1 pypi_0 pypi
aiobotocore 2.23.2 py311haa95532_0
aiodns 3.5.0 py311haa95532_0
aiohappyeyeballs 2.6.1 py311haa95532_0
aiohttp 3.12.15 py311h02ab6af_0
aioitertools 0.12.0 py311haa95532_0
aiosignal 1.4.0 py311haa95532_0
alabaster 0.7.16 py311haa95532_0
altair 5.5.0 py311haa95532_0
anaconda-anon-usage 0.7.3 py311hfc23b7f_100
anaconda-auth 0.8.6 py311haa95532_0
anaconda-catalogs 0.2.0 py311haa95532_0
anaconda-cli-base 0.5.2 py311haa95532_0
anaconda-client 1.13.1 py311haa95532_0
anaconda-navigator 2.6.6 py311haa95532_2
anaconda-project 0.11.1 py311haa95532_0
annotated-types 0.6.0 py311haa95532_0
anyio 4.7.0 py311haa95532_0
aom 3.6.0 hd77b12b_0
appdirs 1.4.4 pyhd3eb1b0_0
archspec 0.2.5 pyhd3eb1b0_0
argon2-cffi 21.3.0 pyhd3eb1b0_0
argon2-cffi-bindings 25.1.0 py311h02ab6af_0
arrow 1.3.0 py311haa95532_0
arrow-cpp 14.0.2 ha81ea56_1
astroid 3.3.8 py311haa95532_0
astropy 7.1.0 py311hf9130e5_0
astropy-iers-data 0.2025.8.25.0.36.58 py311haa95532_0
asttokens 3.0.0 py311haa95532_0
astunparse 1.6.3 pypi_0 pypi
async-lru 2.0.4 py311haa95532_0
asyncssh 2.17.0 py311haa95532_0
atomicwrites 1.4.0 py_0
attrs 24.3.0 py311haa95532_0
automat 24.8.1 py311haa95532_0
autopep8 2.0.4 pyhd3eb1b0_0
aws-c-auth 0.6.19 h2bbff1b_0
aws-c-cal 0.5.20 h2bbff1b_0
aws-c-common 0.8.5 h2bbff1b_0
aws-c-compression 0.2.16 h2bbff1b_0
aws-c-event-stream 0.2.15 hd77b12b_0
aws-c-http 0.6.25 h2bbff1b_0
aws-c-io 0.13.10 h2bbff1b_0
aws-c-mqtt 0.7.13 h2bbff1b_0
aws-c-s3 0.1.51 h2bbff1b_0
aws-c-sdkutils 0.1.6 h2bbff1b_0
aws-checksums 0.1.13 h2bbff1b_0
aws-crt-cpp 0.18.16 hd77b12b_0
aws-sdk-cpp 1.10.55 hd77b12b_0
babel 2.16.0 py311haa95532_0
backports 1.1 pyhd3eb1b0_1
backports.functools_lru_cache 1.6.4 pyhd3eb1b0_0
backports.tarfile 1.2.0 py311haa95532_0
backports.tempfile 1.0 pyhd3eb1b0_1
backports.weakref 1.0.post1 py_1
bcrypt 4.3.0 py311h636fa0f_0
beautifulsoup4 4.13.5 py311haa95532_0
binaryornot 0.4.4 pyhd3eb1b0_1
black 25.1.0 py311haa95532_0
blas 1.0 mkl
bleach 6.2.0 py311haa95532_0
blinker 1.9.0 py311haa95532_0
blosc 1.21.6 h4190f5b_0
bokeh 3.7.3 py311haa95532_0
boltons 25.0.0 py311haa95532_0
boost-cpp 1.82.0 h59b6b97_2
botocore 1.39.8 py311haa95532_0
bottleneck 1.4.2 py311h57dcf0c_0
brotli 1.0.9 h827c3e9_9
brotli-bin 1.0.9 h827c3e9_9
brotli-python 1.0.9 py311h5da7b33_9
brotlicffi 1.0.9.2 py311h5da7b33_1
bzip2 1.0.8 h2bbff1b_6
c-ares 1.34.5 h731ff69_0
c-blosc2 2.17.1 h0eb4811_0
ca-certificates 2025.9.9 haa95532_0
cachetools 5.5.1 py311haa95532_0
certifi 2025.8.3 py311haa95532_0
cffi 1.17.1 py311h827c3e9_1
cfitsio 3.470 h2bbff1b_7
chardet 5.2.0 py311haa95532_0
charls 2.2.0 h6c2663c_0
charset-normalizer 3.3.2 pyhd3eb1b0_0
click 8.2.1 py311haa95532_0
cloudpickle 3.1.1 py311haa95532_0
clyent 1.2.2 py311haa95532_1
colorama 0.4.6 py311haa95532_0
colorcet 3.1.0 py311haa95532_0
comm 0.2.1 py311haa95532_0
conda 25.7.0 py311haa95532_0
conda-build 25.7.0 py311hcfce1f1_0
conda-content-trust 0.2.0 py311haa95532_1
conda-index 0.6.1 py311haa95532_0
conda-libmamba-solver 25.4.0 pyhd3eb1b0_0
conda-pack 0.8.1 py311haa95532_0
conda-package-handling 2.4.0 py311haa95532_0
conda-package-streaming 0.11.0 py311haa95532_0
conda-repo-cli 1.0.137 py311haa95532_0
conda-token 0.6.0 pyhd3eb1b0_0
conda-verify 3.4.2 py_1
console_shortcut 0.1.1 haa95532_6
constantly 23.10.4 py311haa95532_0
contourpy 1.3.1 py311h214f63a_0
cookiecutter 2.6.0 py311haa95532_0
cpp-expected 1.1.0 h214f63a_0
cramjam 2.9.1 py311h8eb67e2_0
cryptography 44.0.1 py311hbd6ee87_0
cssselect 1.2.0 py311haa95532_0
curl 8.15.0 hf943856_0
cycler 0.11.0 pyhd3eb1b0_0
dask 2025.7.0 py311haa95532_0
dask-core 2025.7.0 py311haa95532_0
dask-expr 2.0.0 py311haa95532_1
datashader 0.18.2 py311haa95532_0
dav1d 1.2.1 h2bbff1b_0
debugpy 1.8.16 py311h885b0b7_0
decorator 5.2.1 py311haa95532_0
defusedxml 0.7.1 pyhd3eb1b0_0
deprecated 1.2.18 py311haa95532_0
diff-match-patch 20200713 pyhd3eb1b0_0
dill 0.3.8 py311haa95532_0
distributed 2025.7.0 py311haa95532_0
distro 1.9.0 py311haa95532_0
docstring-to-markdown 0.11 py311haa95532_0
docutils 0.21.2 py311haa95532_0
entrypoints 0.4 py311haa95532_0
et_xmlfile 2.0.0 py311haa95532_0
evalidate 2.0.3 py311haa95532_0
executing 2.2.1 py311haa95532_0
expat 2.7.1 h8ddb27b_0
filelock 3.17.0 py311haa95532_0
flake8 7.1.1 py311haa95532_0
flask 3.1.2 py311haa95532_0
flatbuffers 25.2.10 pypi_0 pypi
fmt 11.2.0 h58b7f6e_0
fonttools 4.55.3 py311h827c3e9_0
freeglut 3.4.0 h8a1e904_1
freetype 2.13.3 h0620614_0
frozendict 2.4.2 py311haa95532_0
frozenlist 1.5.0 py311h827c3e9_0
fsspec 2025.7.0 py311hbc747e5_0
future 1.0.0 py311haa95532_0
gast 0.6.0 pypi_0 pypi
gensim 4.3.3 py311hea22821_0
gflags 2.2.2 hd77b12b_1
giflib 5.2.2 h7edc060_0
gitdb 4.0.12 py311haa95532_0
gitpython 3.1.43 py311haa95532_0
glib 2.84.2 h232b036_0
glib-tools 2.84.2 h08ed4da_0
glog 0.5.0 hd77b12b_1
gmp 6.3.0 h537511b_0
gmpy2 2.2.1 py311h827c3e9_0
google-pasta 0.2.0 pypi_0 pypi
greenlet 3.2.4 py311h885b0b7_0
grpc-cpp 1.48.2 hfe90ff0_1
grpcio 1.75.0 pypi_0 pypi
gst-plugins-base 1.18.5 h9e645db_0
gstreamer 1.18.5 hd78058f_0
h11 0.16.0 py311haa95532_0
h5py 3.14.0 py311h6fc9867_0
hdf5 1.14.5 ha36df97_2
heapdict 1.0.1 pyhd3eb1b0_0
holoviews 1.21.0 py311haa95532_0
httpcore 1.0.9 py311haa95532_0
httpx 0.28.1 py311haa95532_0
hvplot 0.12.1 py311haa95532_0
hyperlink 21.0.0 pyhd3eb1b0_0
icc_rt 2022.1.0 h6049295_2
icu 58.2 ha925a31_3
idna 3.7 py311haa95532_0
imagecodecs 2024.9.22 py311hacb3832_0
imageio 2.37.0 py311haa95532_0
imagesize 1.4.1 py311haa95532_0
imbalanced-learn 0.14.0 py311haa95532_0
importlib-metadata 8.5.0 py311haa95532_0
incremental 24.7.2 pyhd3eb1b0_0
inflection 0.5.1 py311haa95532_0
iniconfig 2.1.0 py311haa95532_0
intake 2.0.8 py311haa95532_0
intel-openmp 2023.1.0 h59b6b97_46320
intervaltree 3.1.0 pyhd3eb1b0_0
ipykernel 6.30.1 py311haa95532_0
ipython 8.30.0 py311haa95532_0
ipywidgets 8.1.5 py311haa95532_0
isort 6.0.1 py311haa95532_0
itemadapter 0.12.1 py311haa95532_0
itemloaders 1.3.2 py311haa95532_0
itsdangerous 2.2.0 py311haa95532_0
jaraco.classes 3.4.0 py311haa95532_0
jaraco.context 6.0.0 py311haa95532_0
jaraco.functools 4.1.0 py311haa95532_0
jedi 0.19.2 py311haa95532_0
jellyfish 1.1.3 py311h8ecf97c_0
jinja2 3.1.6 py311haa95532_0
jmespath 1.0.1 py311haa95532_0
joblib 1.5.2 py311haa95532_0
jpeg 9f ha349fce_0
jq 1.6 haa95532_1
json5 0.9.25 py311haa95532_0
jsonpatch 1.33 py311haa95532_1
jsonpointer 3.0.0 py311haa95532_0
jsonschema 4.25.0 py311haa95532_0
jsonschema-specifications 2023.7.1 py311haa95532_0
jupyter 1.1.1 py311haa95532_0
jupyter-lsp 2.2.5 py311haa95532_0
jupyter_client 8.6.3 py311haa95532_0
jupyter_console 6.6.3 py311haa95532_0
jupyter_core 5.8.1 py311haa95532_0
jupyter_events 0.12.0 py311haa95532_0
jupyter_server 2.16.0 py311haa95532_0
jupyter_server_terminals 0.5.3 py311haa95532_0
jupyterlab 4.4.7 py311haa95532_0
jupyterlab-variableinspector 3.2.4 py311haa95532_0
jupyterlab_pygments 0.3.0 py311haa95532_0
jupyterlab_server 2.27.3 py311haa95532_0
jupyterlab_widgets 3.0.15 py311haa95532_0
keras 3.11.3 pypi_0 pypi
keyring 25.6.0 py311haa95532_0
kiwisolver 1.4.8 py311h5da7b33_0
krb5 1.21.3 h885b0b7_4
lazy-object-proxy 1.10.0 py311h827c3e9_1
lazy_loader 0.4 py311haa95532_0
lcms2 2.16 hb4a4139_0
lerc 4.0.0 h5da7b33_0
libaec 1.1.3 hcdb6601_0
libarchive 3.8.1 h815d515_0
libavif 1.1.1 h827c3e9_0
libboost 1.82.0 h3399ecb_2
libbrotlicommon 1.0.9 h827c3e9_9
libbrotlidec 1.0.9 h827c3e9_9
libbrotlienc 1.0.9 h827c3e9_9
libclang 18.1.1 pypi_0 pypi
libclang13 20.1.8 default_hccbf073_0
libcurl 8.15.0 h2300eb9_0
libdeflate 1.22 h5bf469e_0
libevent 2.1.12 h56d1f94_1
libffi 3.4.4 hd77b12b_1
libglib 2.84.2 h405b238_0
libiconv 1.16 h2bbff1b_3
libkrb5 1.21.3 h885b0b7_4
liblief 0.16.4 h585ebfc_0
libllvm20 20.1.8 h3aa9ab2_0
libmamba 2.3.2 h7d9f7df_0
libmambapy 2.3.2 py311h5078c03_0
libogg 1.3.5 h2bbff1b_1
libpng 1.6.39 h8cc25b3_0
libpq 17.4 h4a159e6_2
libprotobuf 3.20.3 h23ce68f_0
libsodium 1.0.20 h83e8143_0
libsolv 0.7.30 hf2fb9eb_1
libspatialindex 1.9.3 h6c2663c_0
libssh2 1.11.1 h2addb87_0
libthrift 0.15.0 h4364b78_2
libtiff 4.7.0 h404307b_0
libuv 1.48.0 h827c3e9_0
libvorbis 1.3.7 he774522_0
libwebp-base 1.3.2 h3d04722_1
libxml2 2.13.8 h866ff63_0
libxslt 1.1.41 h0739af5_0
libzopfli 1.0.3 ha925a31_0
linkify-it-py 2.0.0 py311haa95532_0
llvmlite 0.44.0 py311hf2fb9eb_0
locket 1.0.0 py311haa95532_0
lxml 5.3.0 py311h395c83e_1
lz4 4.3.2 py311h827c3e9_1
lz4-c 1.9.4 h2bbff1b_1
lzo 2.10 he774522_2
m2-msys2-runtime 2.5.0.17080.65c939c 3
m2-patch 2.7.5 2
m2w64-gcc-libgfortran 5.3.0 6
m2w64-gcc-libs 5.3.0 7
m2w64-gcc-libs-core 5.3.0 7
m2w64-gmp 6.1.0 2
m2w64-libwinpthread-git 5.0.0.4634.697f757 2
markdown 3.8 py311haa95532_0
markdown-it-py 2.2.0 py311haa95532_1
markupsafe 3.0.2 py311h827c3e9_0
matplotlib 3.10.6 py311haa95532_0
matplotlib-base 3.10.6 py311h43afe63_0
matplotlib-inline 0.1.7 py311haa95532_0
mbedtls 3.5.1 h5da7b33_1
mccabe 0.7.0 pyhd3eb1b0_0
mdit-py-plugins 0.5.0 py311haa95532_0
mdurl 0.1.2 py311haa95532_0
menuinst 2.3.1 py311h5da7b33_0
mistune 3.1.2 py311haa95532_0
mkl 2023.1.0 h6b88ed4_46358
mkl-service 2.4.0 py311h827c3e9_2
mkl_fft 1.3.11 py311h827c3e9_0
mkl_random 1.2.8 py311hea22821_0
ml-dtypes 0.5.3 pypi_0 pypi
more-itertools 10.3.0 py311haa95532_0
mpc 1.3.1 h827c3e9_0
mpfr 4.2.1 h56c3642_0
mpi 1.0 msmpi
mpi4py 4.0.3 py311h827c3e9_0
mpmath 1.3.0 py311haa95532_0
msgpack-python 1.1.1 py311h5da7b33_0
msmpi 10.1.1 had4844c_0
msys2-conda-epoch 20160418 1
multidict 6.1.0 py311h827c3e9_0
multipledispatch 1.0.0 py311haa95532_0
munkres 1.1.4 py_0
mypy 1.17.1 py311h02ab6af_0
mypy_extensions 1.0.0 py311haa95532_0
namex 0.1.0 pypi_0 pypi
narwhals 1.31.0 py311haa95532_1
navigator-updater 0.5.1 py311haa95532_0
nbclient 0.10.2 py311haa95532_0
nbconvert 7.16.6 py311haa95532_0
nbconvert-core 7.16.6 py311haa95532_0
nbconvert-pandoc 7.16.6 py311haa95532_0
nbformat 5.10.4 py311haa95532_0
nest-asyncio 1.6.0 py311haa95532_0
networkx 3.4.2 py311haa95532_0
nlohmann_json 3.11.2 h6c2663c_0
nltk 3.9.1 py311haa95532_0
notebook 7.4.5 py311haa95532_0
notebook-shim 0.2.4 py311haa95532_0
numba 0.61.2 py311h5da7b33_0
numexpr 2.11.0 py311hdb065b2_0
numpy 2.2.6 pypi_0 pypi
numpydoc 1.9.0 py311haa95532_0
opencv-python 4.12.0.88 pypi_0 pypi
openjpeg 2.5.2 hae555c5_0
openpyxl 3.1.5 py311h827c3e9_1
openssl 3.0.17 h35632f6_0
opt-einsum 3.4.0 pypi_0 pypi
optree 0.17.0 pypi_0 pypi
orc 1.7.4 h623e30f_1
overrides 7.4.0 py311haa95532_0
packaging 25.0 py311haa95532_0
pandas 2.3.2 py311ha5e6156_0
pandoc 2.12 haa95532_3
pandocfilters 1.5.1 py311haa95532_0
panel 1.7.5 py311haa95532_0
param 2.2.1 py311haa95532_0
paramiko 3.5.0 py311haa95532_0
parsel 1.8.1 py311haa95532_0
parso 0.8.4 py311haa95532_0
partd 1.4.2 py311haa95532_0
pathlib 1.0.1 pyhd3eb1b0_1
pathspec 0.12.1 py311haa95532_0
patsy 1.0.1 py311haa95532_0
pcre2 10.42 h0ff8eda_1
pexpect 4.9.0 py311haa95532_0
pickleshare 0.7.5 pyhd3eb1b0_1003
pillow 11.1.0 py311hea0d53e_1
pip 25.2 pyhc872135_0
pkce 1.0.3 py311haa95532_0
pkginfo 1.12.0 py311haa95532_0
platformdirs 4.3.7 py311haa95532_0
plotly 6.3.0 py311hbc747e5_0
pluggy 1.5.0 py311haa95532_0
ply 3.11 py311haa95532_0
powershell_shortcut 0.0.1 haa95532_4
prometheus_client 0.21.1 py311haa95532_0
prompt-toolkit 3.0.43 py311haa95532_0
prompt_toolkit 3.0.43 hd3eb1b0_0
propcache 0.3.1 py311h827c3e9_0
protego 0.4.0 py311haa95532_0
protobuf 6.32.1 pypi_0 pypi
psutil 7.0.0 py311h02ab6af_0
ptyprocess 0.7.0 pyhd3eb1b0_2
pure_eval 0.2.3 py311haa95532_0
py-cpuinfo 9.0.0 py311haa95532_0
py-lief 0.16.4 py311h585ebfc_0
pyarrow 14.0.2 py311h847bd2a_0
pyasn1 0.6.1 py311haa95532_0
pyasn1-modules 0.4.2 py311haa95532_0
pybind11-abi 5 hd3eb1b0_0
pycares 4.10.0 py311he29e43d_0
pycodestyle 2.12.1 py311haa95532_0
pycosat 0.6.6 py311h827c3e9_2
pycparser 2.23 py311haa95532_0
pyct 0.5.0 py311haa95532_0
pycurl 7.45.6 py311h51539b2_0
pydantic 2.11.7 py311haa95532_0
pydantic-core 2.33.2 py311h215eeae_0
pydantic-settings 2.6.1 py311haa95532_0
pydispatcher 2.0.7 py311haa95532_0
pydocstyle 6.3.0 py311haa95532_0
pyerfa 2.0.1.5 py311h827c3e9_0
pyflakes 3.2.0 py311haa95532_0
pygame 2.5.2 pypi_0 pypi
pygithub 2.4.0 py311haa95532_0
pygments 2.19.1 py311haa95532_0
pyjwt 2.10.1 py311haa95532_0
pylint 3.3.8 py311haa95532_0
pylint-venv 3.0.3 py311haa95532_0
pyls-spyder 0.4.0 pyhd3eb1b0_0
pynacl 1.5.0 py311h7edc060_1
pyodbc 5.2.0 py311h5da7b33_0
pyopenssl 25.0.0 py311hb6ff9d5_0
pyparsing 3.2.0 py311haa95532_0
pyqt 5.15.10 py311h5da7b33_1
pyqt5-sip 12.13.0 py311h827c3e9_1
pyqtwebengine 5.15.10 py311h5da7b33_1
pysocks 1.7.1 py311haa95532_0
pytables 3.10.2 py311he42c613_1
pytest 8.4.2 py311haa95532_0
python 3.11.13 h981015d_0
python-dateutil 2.9.0post0 py311haa95532_2
python-docx 1.1.2 pypi_0 pypi
python-dotenv 1.1.0 py311haa95532_0
python-fastjsonschema 2.20.0 py311haa95532_0
python-json-logger 3.2.1 py311haa95532_0
python-libarchive-c 5.1 pyhd3eb1b0_0
python-lmdb 1.6.2 py311h5da7b33_0
python-lsp-black 2.0.0 py311haa95532_0
python-lsp-jsonrpc 1.1.2 pyhd3eb1b0_0
python-lsp-server 1.12.2 py311hbc747e5_0
python-slugify 8.0.4 py311haa95532_0
python-snappy 0.7.3 py311haa95532_0
python-tzdata 2025.2 pyhd3eb1b0_0
pytoolconfig 1.2.6 py311haa95532_0
pytz 2025.2 py311haa95532_0
pyuca 1.2 py311haa95532_1
pyviz_comms 3.0.6 py311haa95532_0
pywavelets 1.9.0 py311h02ab6af_0
pywin32 311 py311h885b0b7_0
pywin32-ctypes 0.2.2 py311haa95532_0
pywinpty 2.0.15 py311h72d21ff_0
pyyaml 6.0.2 py311h827c3e9_0
pyzmq 27.1.0 py311h7149c55_0
qdarkstyle 3.2.3 pyhd3eb1b0_0
qstylizer 0.2.2 py311haa95532_0
qt-main 5.15.2 he8e5bd7_7
qt-webengine 5.15.9 h5bd16bc_7
qtawesome 1.4.0 py311haa95532_0
qtconsole 5.6.1 py311haa95532_0
qtpy 2.4.3 py311haa95532_0
queuelib 1.6.2 py311haa95532_0
re2 2022.04.01 hd77b12b_0
readchar 4.0.5 py311haa95532_0
referencing 0.30.2 py311haa95532_0
regex 2024.11.6 py311h827c3e9_0
reproc 14.2.4 hd77b12b_2
reproc-cpp 14.2.4 hd77b12b_2
requests 2.32.5 py311haa95532_0
requests-file 2.1.0 py311haa95532_0
requests-toolbelt 1.0.0 py311haa95532_0
rfc3339-validator 0.1.4 py311haa95532_0
rfc3986-validator 0.1.1 py311haa95532_0
rich 13.9.4 py311haa95532_0
roman-numerals-py 3.1.0 py311haa95532_0
rope 1.13.0 py311haa95532_0
rpds-py 0.22.3 py311h636fa0f_0
rtree 1.4.1 py311h1e5ca3c_0
ruamel.yaml 0.18.10 py311h827c3e9_0
ruamel.yaml.clib 0.2.12 py311h827c3e9_0
ruamel_yaml 0.17.21 py311h2bbff1b_0
s3fs 2025.7.0 py311haa95532_0
scikit-image 0.25.2 py311h094160a_0
scikit-learn 1.7.1 py311h3fbe716_0
scipy 1.13.1 py311h9f229c6_1
scrapy 2.13.3 py311haa95532_0
seaborn 0.13.2 py311haa95532_1
semver 3.0.2 py311haa95532_1
send2trash 1.8.2 py311haa95532_1
service_identity 24.2.0 py311haa95532_0
setuptools 78.1.1 py311haa95532_0
shellingham 1.5.0 py311haa95532_0
simdjson 3.10.1 h214f63a_0
sip 6.7.12 py311h5da7b33_1
six 1.17.0 py311haa95532_0
smart_open 7.3.1 py311haa95532_0
smmap 5.0.2 py311haa95532_0
snappy 1.2.1 hcdb6601_0
sniffio 1.3.0 py311haa95532_0
snowballstemmer 3.0.1 py311haa95532_0
sortedcontainers 2.4.0 pyhd3eb1b0_0
soupsieve 2.5 py311haa95532_0
spdlog 1.15.3 h79f60d4_0
sphinx 8.2.3 py311h827c3e9_0
sphinxcontrib-applehelp 2.0.0 pyhd3eb1b0_1
sphinxcontrib-devhelp 2.0.0 pyhd3eb1b0_0
sphinxcontrib-htmlhelp 2.1.0 pyhd3eb1b0_0
sphinxcontrib-jsmath 1.0.1 pyhd3eb1b0_0
sphinxcontrib-qthelp 2.0.0 pyhd3eb1b0_1
sphinxcontrib-serializinghtml 2.0.0 pyhd3eb1b0_0
spyder 6.0.7 py311haa95532_1
spyder-kernels 3.0.5 py311hbc747e5_0
sqlalchemy 2.0.43 py311hda9a48d_0
sqlite 3.50.2 hda9a48d_1
stack_data 0.6.3 py311haa95532_0
statsmodels 0.14.5 py311hf9130e5_0
streamlit 1.49.1 py311haa95532_0
superqt 0.7.6 py311hdfb3b6f_0
sympy 1.14.0 py311haa95532_0
tabulate 0.9.0 py311haa95532_0
tbb 2021.8.0 h59b6b97_0
tblib 3.1.0 py311haa95532_0
tenacity 9.0.0 py311haa95532_0
tensorboard 2.20.0 pypi_0 pypi
tensorboard-data-server 0.7.2 pypi_0 pypi
tensorflow 2.20.0 pypi_0 pypi
termcolor 3.1.0 pypi_0 pypi
terminado 0.18.1 py311haa95532_0
text-unidecode 1.3 pyhd3eb1b0_0
textdistance 4.6.3 py311h746a85d_0
threadpoolctl 3.5.0 py311h746a85d_0
three-merge 0.1.1 pyhd3eb1b0_0
tifffile 2024.12.12 py311haa95532_0
tinycss2 1.4.0 py311haa95532_0
tk 8.6.15 hf199647_0
tldextract 5.1.2 py311haa95532_0
toml 0.10.2 pyhd3eb1b0_0
tomli 2.2.1 py311haa95532_0
tomlkit 0.13.2 py311haa95532_0
toolz 1.0.0 py311haa95532_0
tornado 6.5.1 py311h827c3e9_0
tqdm 4.67.1 py311h746a85d_0
traitlets 5.14.3 py311haa95532_0
truststore 0.10.1 py311haa95532_0
twisted 24.11.0 py311haa95532_0
twisted-iocpsupport 1.0.2 py311h827c3e9_1
typer 0.17.4 py311haa95532_0
typing-extensions 4.15.0 py311haa95532_0
typing-inspection 0.4.0 py311haa95532_0
typing_extensions 4.15.0 py311haa95532_0
tzdata 2025b h04d1e81_0
tzlocal 5.2 py311haa95532_0
uc-micro-py 1.0.3 py311haa95532_0
ucrt 10.0.22621.0 haa95532_0
ujson 5.10.0 py311h5da7b33_1
unicodedata2 15.1.0 py311h827c3e9_1
urllib3 2.5.0 py311haa95532_0
utf8proc 2.6.1 h2bbff1b_1
validators 0.34.0 py311haa95532_0
vc 14.42 haa95532_4
vc14_runtime 14.44.35208 h4927774_10
vs2015_runtime 14.44.35208 ha6b5a95_10
w3lib 2.1.2 py311haa95532_0
watchdog 4.0.2 py311haa95532_0
wcwidth 0.2.13 py311haa95532_0
webencodings 0.5.1 py311haa95532_1
websocket-client 1.8.0 py311haa95532_0
werkzeug 3.1.3 py311haa95532_0
whatthepatch 1.0.7 py311haa95532_0
wheel 0.45.1 py311haa95532_0
widgetsnbextension 4.0.13 py311haa95532_0
win_inet_pton 1.1.0 py311haa95532_0
winloop 0.2.2 py311h913537a_0
winpty 0.4.3 4
wrapt 1.17.0 py311h827c3e9_0
xarray 2025.4.0 py311haa95532_0
xlwings 0.32.1 py311haa95532_0
xyzservices 2022.9.0 py311haa95532_1
xz 5.6.4 h4754444_1
yaml 0.2.5 he774522_0
yaml-cpp 0.8.0 hd77b12b_1
yapf 0.40.2 py311haa95532_0
yarl 1.18.0 py311h827c3e9_0
zeromq 4.3.5 h6c54ac7_1
zfp 1.0.0 hd77b12b_0
zict 3.0.0 py311haa95532_0
zipp 3.21.0 py311haa95532_0
zlib 1.2.13 h500123d_2
zlib-ng 2.0.7 h2bbff1b_0
zope 1.0 py311haa95532_1
zope.interface 7.1.1 py311h827c3e9_0
zstandard 0.23.0 py311h4fc1ca9_1
zstd 1.5.6 h8880b57_0
Metadata
Metadata
Assignees
Labels
No labels