Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- configs/012_oscillatory_state_space_models_test/editable.txt +0 -0
- configs/012_oscillatory_state_space_models_test/env.yml +37 -0
- configs/012_oscillatory_state_space_models_test/explicit.txt +31 -0
- configs/012_oscillatory_state_space_models_test/meta.json +8 -0
- configs/012_oscillatory_state_space_models_test/pip-clean.txt +443 -0
- configs/012_oscillatory_state_space_models_test/pip-freeze.txt +443 -0
- configs/023_test/editable.txt +0 -0
- configs/023_test/explicit.txt +31 -0
- configs/023_test/meta.json +8 -0
- configs/023_test/pip-clean.txt +450 -0
- configs/023_test/pip-freeze.txt +450 -0
- configs/027_test/editable.txt +0 -0
- configs/027_test/env.yml +47 -0
- configs/027_test/explicit.txt +31 -0
- configs/027_test/meta.json +8 -0
- configs/027_test/pip-clean.txt +449 -0
- configs/027_test/pip-freeze.txt +449 -0
- configs/044_test/editable.txt +0 -0
- configs/044_test/env.yml +119 -0
- configs/044_test/explicit.txt +87 -0
- configs/044_test/meta.json +8 -0
- configs/044_test/pip-clean.txt +466 -0
- configs/044_test/pip-freeze.txt +478 -0
- configs/046_test/editable.txt +0 -0
- configs/046_test/env.yml +68 -0
- configs/046_test/explicit.txt +31 -0
- configs/046_test/meta.json +8 -0
- configs/046_test/pip-clean.txt +468 -0
- configs/046_test/pip-freeze.txt +468 -0
- configs/049_test/editable.txt +0 -0
- configs/049_test/env.yml +59 -0
- configs/049_test/explicit.txt +31 -0
- configs/049_test/meta.json +8 -0
- configs/049_test/pip-clean.txt +461 -0
- configs/049_test/pip-freeze.txt +461 -0
- configs/055_test/editable.txt +0 -0
- configs/055_test/env.yml +65 -0
- configs/055_test/explicit.txt +31 -0
- configs/055_test/meta.json +8 -0
- configs/055_test/pip-clean.txt +465 -0
- configs/055_test/pip-freeze.txt +465 -0
- configs/061_test/editable.txt +0 -0
- configs/061_test/env.yml +51 -0
- configs/061_test/explicit.txt +31 -0
- configs/061_test/meta.json +8 -0
- configs/061_test/pip-clean.txt +451 -0
- configs/061_test/pip-freeze.txt +451 -0
- configs/s41467_024_45642_z_test/env.yml +89 -0
- configs/s41467_024_46773_z_test/editable.txt +0 -0
- configs/s41467_024_46773_z_test/env.yml +48 -0
configs/012_oscillatory_state_space_models_test/editable.txt
ADDED
|
File without changes
|
configs/012_oscillatory_state_space_models_test/env.yml
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: 012_oscillatory_state_space_models_test
|
| 2 |
+
channels:
|
| 3 |
+
- conda-forge
|
| 4 |
+
- defaults
|
| 5 |
+
dependencies:
|
| 6 |
+
- _libgcc_mutex=0.1
|
| 7 |
+
- _openmp_mutex=4.5
|
| 8 |
+
- bzip2=1.0.8
|
| 9 |
+
- ca-certificates=2025.8.3
|
| 10 |
+
- ld_impl_linux-64=2.44
|
| 11 |
+
- libffi=3.4.6
|
| 12 |
+
- libgcc=15.1.0
|
| 13 |
+
- libgcc-ng=15.1.0
|
| 14 |
+
- libgomp=15.1.0
|
| 15 |
+
- liblzma=5.8.1
|
| 16 |
+
- liblzma-devel=5.8.1
|
| 17 |
+
- libnsl=2.0.1
|
| 18 |
+
- libsqlite=3.50.4
|
| 19 |
+
- libuuid=2.41.2
|
| 20 |
+
- libxcrypt=4.4.36
|
| 21 |
+
- libzlib=1.3.1
|
| 22 |
+
- ncurses=6.5
|
| 23 |
+
- openssl=3.5.3
|
| 24 |
+
- pip=22.1.2
|
| 25 |
+
- python=3.8.20
|
| 26 |
+
- readline=8.2
|
| 27 |
+
- setuptools=70.3.0
|
| 28 |
+
- tk=8.6.13
|
| 29 |
+
- wheel=0.45.1
|
| 30 |
+
- xz=5.8.1
|
| 31 |
+
- xz-gpl-tools=5.8.1
|
| 32 |
+
- xz-tools=5.8.1
|
| 33 |
+
- pip:
|
| 34 |
+
- numpy==1.24.4
|
| 35 |
+
- packaging==25.0
|
| 36 |
+
- six==1.17.0
|
| 37 |
+
prefix: /home/lily/yz979/anaconda3/envs/012_oscillatory_state_space_models_test
|
configs/012_oscillatory_state_space_models_test/explicit.txt
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# This file may be used to create an environment using:
|
| 2 |
+
# $ conda create --name <env> --file <this file>
|
| 3 |
+
# platform: linux-64
|
| 4 |
+
@EXPLICIT
|
| 5 |
+
https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2#d7c89558ba9fa0495403155b64376d81
|
| 6 |
+
https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.8.3-hbd8a1cb_0.conda#74784ee3d225fc3dca89edb635b4e5cc
|
| 7 |
+
https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.44-ha97dd6f_2.conda#14bae321b8127b63cba276bd53fac237
|
| 8 |
+
https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.1.0-h767d61c_5.conda#dcd5ff1940cd38f6df777cac86819d60
|
| 9 |
+
https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2#73aaf86a425cc6e73fcf236a5a46396d
|
| 10 |
+
https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.1.0-h767d61c_5.conda#264fbfba7fb20acf3b29cde153e345ce
|
| 11 |
+
https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_8.conda#51a19bba1b8ebfb60df25cde030b7ebc
|
| 12 |
+
https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85
|
| 13 |
+
https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.1.0-h69a702a_5.conda#069afdf8ea72504e48d23ae1171d951c
|
| 14 |
+
https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.1-hb9d3cd8_2.conda#1a580f7796c7bf6393fddb8bbbde58dc
|
| 15 |
+
https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4
|
| 16 |
+
https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.41.2-he9a06e4_0.conda#80c07c68d2f6870250959dcc95b209d1
|
| 17 |
+
https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda#edb0dca6bc32e4f4789199455a1dbeb8
|
| 18 |
+
https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7
|
| 19 |
+
https://conda.anaconda.org/conda-forge/linux-64/openssl-3.5.3-h26f9b46_1.conda#4fc6c4c88da64c0219c0c6c0408cedd4
|
| 20 |
+
https://conda.anaconda.org/conda-forge/linux-64/liblzma-devel-5.8.1-hb9d3cd8_2.conda#f61edadbb301530bd65a32646bd81552
|
| 21 |
+
https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.50.4-h0c1763c_0.conda#0b367fad34931cb79e0d6b7e5c06bb1c
|
| 22 |
+
https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc
|
| 23 |
+
https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8c095d6_2.conda#283b96675859b20a825f8fa30f311446
|
| 24 |
+
https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_hd72426e_102.conda#a0116df4f4ed05c303811a837d5b39d8
|
| 25 |
+
https://conda.anaconda.org/conda-forge/linux-64/xz-gpl-tools-5.8.1-hbcc6ac9_2.conda#bf627c16aa26231720af037a2709ab09
|
| 26 |
+
https://conda.anaconda.org/conda-forge/linux-64/xz-tools-5.8.1-hb9d3cd8_2.conda#1bad2995c8f1c8075c6c331bf96e46fb
|
| 27 |
+
https://conda.anaconda.org/conda-forge/linux-64/xz-5.8.1-hbcc6ac9_2.conda#68eae977d7d1196d32b636a026dc015d
|
| 28 |
+
https://conda.anaconda.org/conda-forge/linux-64/python-3.8.20-h4a871b0_2_cpython.conda#05ffff2f44ad60b94ecb53d029c6bdf7
|
| 29 |
+
https://conda.anaconda.org/conda-forge/noarch/setuptools-70.3.0-pyhd8ed1ab_0.conda#693bb57e8f92120caa956898065f3627
|
| 30 |
+
https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_0.conda#bdb2f437ce62fd2f1fef9119a37a12d9
|
| 31 |
+
https://conda.anaconda.org/conda-forge/noarch/pip-22.1.2-pyhd8ed1ab_0.tar.bz2#d29185c662a424f8bea1103270b85c96
|
configs/012_oscillatory_state_space_models_test/meta.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env": "012_oscillatory_state_space_models_test",
|
| 3 |
+
"python_version": "3.8.20",
|
| 4 |
+
"has_cuda_hint": false,
|
| 5 |
+
"editable_count": 0,
|
| 6 |
+
"source_prefix": "/home/lily/yz979/anaconda3/envs/012_oscillatory_state_space_models_test",
|
| 7 |
+
"exported_at": "2026-05-17T04:03:15Z"
|
| 8 |
+
}
|
configs/012_oscillatory_state_space_models_test/pip-clean.txt
ADDED
|
@@ -0,0 +1,443 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
absl-py==2.3.1
|
| 2 |
+
accelerate==0.24.1
|
| 3 |
+
aiofiles==23.2.1
|
| 4 |
+
aiohappyeyeballs==2.4.4
|
| 5 |
+
aiohttp==3.10.11
|
| 6 |
+
aioprometheus==23.12.0
|
| 7 |
+
aiosignal==1.3.1
|
| 8 |
+
alabaster==0.7.12
|
| 9 |
+
allennlp==0.8.4
|
| 10 |
+
altair==5.3.0
|
| 11 |
+
annotated-types==0.6.0
|
| 12 |
+
anyio==3.7.1
|
| 13 |
+
APScheduler==3.11.2
|
| 14 |
+
arxiv==2.1.0
|
| 15 |
+
astunparse==1.6.3
|
| 16 |
+
async-timeout==4.0.3
|
| 17 |
+
attrs==25.3.0
|
| 18 |
+
autograd==1.7.0
|
| 19 |
+
autoray==0.6.12
|
| 20 |
+
awscli==1.32.93
|
| 21 |
+
azure-core==1.33.0
|
| 22 |
+
azure-identity==1.21.0
|
| 23 |
+
azure-storage-blob==12.26.0
|
| 24 |
+
Babel==2.9.1
|
| 25 |
+
backoff==2.2.1
|
| 26 |
+
backports.zoneinfo==0.2.1
|
| 27 |
+
bcrypt==4.1.2
|
| 28 |
+
beartype==0.14.1
|
| 29 |
+
better-abc==0.0.3
|
| 30 |
+
biopython==1.83
|
| 31 |
+
bitarray==2.5.1
|
| 32 |
+
bitsandbytes==0.43.1
|
| 33 |
+
blessed==1.20.0
|
| 34 |
+
blis==0.7.11
|
| 35 |
+
boto3==1.36.0
|
| 36 |
+
botocore==1.36.26
|
| 37 |
+
botorch==0.8.5
|
| 38 |
+
bpl==0.1.1
|
| 39 |
+
Brotli==1.1.0
|
| 40 |
+
bs4==0.0.2
|
| 41 |
+
cachetools==4.2.4
|
| 42 |
+
cffi==1.15.0
|
| 43 |
+
cftime==1.6.4.post1
|
| 44 |
+
chaospy==3.3.9
|
| 45 |
+
charset-normalizer==3.4.7
|
| 46 |
+
chex==0.1.7
|
| 47 |
+
chroma-hnswlib==0.7.3
|
| 48 |
+
chromadb==0.4.15
|
| 49 |
+
click==8.1.7
|
| 50 |
+
cloudpathlib==0.16.0
|
| 51 |
+
cobra==0.29.1
|
| 52 |
+
cohere==5.3.3
|
| 53 |
+
coloredlogs==15.0.1
|
| 54 |
+
confection==0.1.4
|
| 55 |
+
ConfigArgParse==1.5.3
|
| 56 |
+
conllu==0.11
|
| 57 |
+
coverage==7.6.1
|
| 58 |
+
cpm-kernels==1.0.11
|
| 59 |
+
cryptography==42.0.5
|
| 60 |
+
cvxopt==1.3.2
|
| 61 |
+
cymem==2.0.8
|
| 62 |
+
Cython==0.29.30
|
| 63 |
+
dataclasses==0.6
|
| 64 |
+
dataclasses-json==0.6.4
|
| 65 |
+
datasets==2.19.0
|
| 66 |
+
deepdiff==7.0.1
|
| 67 |
+
Deprecated==1.2.14
|
| 68 |
+
deprecation==2.1.0
|
| 69 |
+
dill==0.3.8
|
| 70 |
+
distro==1.9.0
|
| 71 |
+
dm-tree==0.1.8
|
| 72 |
+
dnspython==2.6.1
|
| 73 |
+
docstring_parser==0.17.0
|
| 74 |
+
docutils==0.15.2
|
| 75 |
+
dotenv==0.9.9
|
| 76 |
+
duckduckgo-search==3.9.9
|
| 77 |
+
editdistance==0.6.0
|
| 78 |
+
effdet==0.4.1
|
| 79 |
+
einops==0.7.0
|
| 80 |
+
email-validator==2.3.0
|
| 81 |
+
emoji==2.11.1
|
| 82 |
+
equinox==0.10.4
|
| 83 |
+
et-xmlfile==1.1.0
|
| 84 |
+
eval_type_backport==0.2.2
|
| 85 |
+
exceptiongroup==1.2.1
|
| 86 |
+
fairseq==0.10.2
|
| 87 |
+
faiss-cpu==1.7.4
|
| 88 |
+
faiss-gpu==1.7.2
|
| 89 |
+
fancy-einsum==0.0.3
|
| 90 |
+
fastapi==0.115.14
|
| 91 |
+
fastapi-sso==0.16.0
|
| 92 |
+
fastavro==1.9.4
|
| 93 |
+
fastuuid==0.13.5
|
| 94 |
+
fbpca==1.0
|
| 95 |
+
feedparser==6.0.10
|
| 96 |
+
ffmpy==0.3.2
|
| 97 |
+
filetype==1.2.0
|
| 98 |
+
finch-clust @ git+https://github.com/ssarfraz/FINCH-Clustering.git@b18166999af5f93c66edba8bdbae096f8795e82c
|
| 99 |
+
flaky==3.7.0
|
| 100 |
+
Flask-Cors==3.0.10
|
| 101 |
+
frozenlist==1.4.1
|
| 102 |
+
fschat==0.2.35
|
| 103 |
+
fsspec==2025.3.0
|
| 104 |
+
ftfy==6.0.3
|
| 105 |
+
future==0.18.2
|
| 106 |
+
fuzzywuzzy==0.18.0
|
| 107 |
+
gdown==5.2.0
|
| 108 |
+
geosketch==1.3
|
| 109 |
+
geotorch==0.3.0
|
| 110 |
+
get-annotations==0.1.2
|
| 111 |
+
gevent==21.12.0
|
| 112 |
+
gitdb==4.0.11
|
| 113 |
+
GitPython==3.1.43
|
| 114 |
+
google-pasta==0.2.0
|
| 115 |
+
googleapis-common-protos==1.63.0
|
| 116 |
+
gpustat==1.1.1
|
| 117 |
+
gpytorch==1.10
|
| 118 |
+
gradio_client==0.16.0
|
| 119 |
+
graphlib_backport==1.1.0
|
| 120 |
+
greenlet==1.1.2
|
| 121 |
+
gunicorn==23.0.0
|
| 122 |
+
h11==0.14.0
|
| 123 |
+
h2==4.1.0
|
| 124 |
+
hf-xet==1.2.0
|
| 125 |
+
hf_transfer==0.1.9
|
| 126 |
+
hpack==4.0.0
|
| 127 |
+
httpcore==1.0.5
|
| 128 |
+
httptools==0.6.1
|
| 129 |
+
httpx==0.28.1
|
| 130 |
+
httpx-sse==0.4.0
|
| 131 |
+
huggingface_hub==0.36.1
|
| 132 |
+
humanfriendly==10.0
|
| 133 |
+
hyperframe==6.0.1
|
| 134 |
+
icetk==0.0.4
|
| 135 |
+
igraph==0.11.8
|
| 136 |
+
imageio==2.35.1
|
| 137 |
+
imagesize==1.3.0
|
| 138 |
+
imgaug==0.4.0
|
| 139 |
+
importlib-metadata==7.0.0
|
| 140 |
+
importlib_resources==6.4.5
|
| 141 |
+
inequalipy==1.0.5
|
| 142 |
+
iniconfig==1.1.1
|
| 143 |
+
inquirerpy==0.3.4
|
| 144 |
+
iopath==0.1.10
|
| 145 |
+
isodate==0.7.2
|
| 146 |
+
itsdangerous==2.0.1
|
| 147 |
+
jax==0.4.13
|
| 148 |
+
jaxlib==0.4.13
|
| 149 |
+
jaxtyping==0.2.19
|
| 150 |
+
Jinja2==3.1.6
|
| 151 |
+
jiter==0.9.1
|
| 152 |
+
jmespath==0.10.0
|
| 153 |
+
joblib==1.4.2
|
| 154 |
+
jsonnet==0.17.0
|
| 155 |
+
jsonpatch==1.33
|
| 156 |
+
jsonpath-python==1.0.6
|
| 157 |
+
jsonpickle==2.0.0
|
| 158 |
+
jsonschema==4.23.0
|
| 159 |
+
jsonschema-specifications==2023.12.1
|
| 160 |
+
kaggle==1.7.4.5
|
| 161 |
+
Keras-Preprocessing==1.1.2
|
| 162 |
+
kubernetes==29.0.0
|
| 163 |
+
langchain==0.1.16
|
| 164 |
+
langchain-community==0.0.34
|
| 165 |
+
langchain-core==0.1.46
|
| 166 |
+
langchain-experimental==0.0.57
|
| 167 |
+
langchain-text-splitters==0.0.1
|
| 168 |
+
langcodes==3.4.0
|
| 169 |
+
langdetect==1.0.9
|
| 170 |
+
langsmith==0.1.51
|
| 171 |
+
language_data==1.2.0
|
| 172 |
+
layoutparser==0.3.4
|
| 173 |
+
lazy_loader==0.4
|
| 174 |
+
leidenalg==0.10.2
|
| 175 |
+
Levenshtein==0.25.1
|
| 176 |
+
linear-operator==0.4.0
|
| 177 |
+
litellm==1.77.4
|
| 178 |
+
litellm-enterprise==0.1.20
|
| 179 |
+
litellm-proxy-extras==0.2.19
|
| 180 |
+
llama-index==0.9.35
|
| 181 |
+
llvmlite==0.41.1
|
| 182 |
+
lmdb==1.7.3
|
| 183 |
+
lxml==5.2.1
|
| 184 |
+
madoka==0.7.1
|
| 185 |
+
marisa-trie==1.1.0
|
| 186 |
+
Markdown==3.3.6
|
| 187 |
+
markdown-it-py==3.0.0
|
| 188 |
+
markdown2==2.4.13
|
| 189 |
+
markdownify==0.11.6
|
| 190 |
+
MarkupSafe==2.1.5
|
| 191 |
+
marshmallow==3.21.1
|
| 192 |
+
mdtex2html==1.3.0
|
| 193 |
+
mdurl==0.1.2
|
| 194 |
+
metaphor-python==0.1.23
|
| 195 |
+
ml-dtypes==0.2.0
|
| 196 |
+
monotonic==1.6
|
| 197 |
+
mrcfile==1.5.4
|
| 198 |
+
msal==1.36.0
|
| 199 |
+
msal-extensions==1.3.0
|
| 200 |
+
msg-parser==1.2.0
|
| 201 |
+
msgpack==1.0.8
|
| 202 |
+
msgpack-numpy==0.4.3.2
|
| 203 |
+
multidict==6.0.5
|
| 204 |
+
multipledispatch==1.0.0
|
| 205 |
+
multiprocess==0.70.16
|
| 206 |
+
murmurhash==1.0.10
|
| 207 |
+
mypy-extensions==1.0.0
|
| 208 |
+
narwhals==1.42.1
|
| 209 |
+
natsort==8.4.0
|
| 210 |
+
nest-asyncio==1.6.0
|
| 211 |
+
netCDF4==1.7.2
|
| 212 |
+
neuroHarmonize==2.4.5
|
| 213 |
+
nh3==0.2.17
|
| 214 |
+
ninja==1.11.1.1
|
| 215 |
+
nltk==3.8.1
|
| 216 |
+
numba==0.58.1
|
| 217 |
+
numexpr==2.8.6
|
| 218 |
+
numpoly==1.0.6
|
| 219 |
+
numpy==1.24.4
|
| 220 |
+
numpydoc==1.1.0
|
| 221 |
+
nvidia-ml-py==12.535.133
|
| 222 |
+
nvitop==1.3.2
|
| 223 |
+
oauthlib==3.2.2
|
| 224 |
+
onnx==1.16.0
|
| 225 |
+
onnxruntime==1.15.1
|
| 226 |
+
openai==1.101.0
|
| 227 |
+
openpyxl==3.0.9
|
| 228 |
+
opentelemetry-api==1.24.0
|
| 229 |
+
opentelemetry-exporter-otlp-proto-common==1.24.0
|
| 230 |
+
opentelemetry-exporter-otlp-proto-grpc==1.24.0
|
| 231 |
+
opentelemetry-proto==1.24.0
|
| 232 |
+
opentelemetry-sdk==1.24.0
|
| 233 |
+
opentelemetry-semantic-conventions==0.45b0
|
| 234 |
+
opt-einsum==3.3.0
|
| 235 |
+
optax==0.1.5
|
| 236 |
+
ordered-set==4.1.0
|
| 237 |
+
orjson==3.10.1
|
| 238 |
+
overrides==7.7.0
|
| 239 |
+
packaging==26.2
|
| 240 |
+
pandas==2.0.3
|
| 241 |
+
pandas-stubs==1.2.0.45
|
| 242 |
+
parsimonious==0.8.1
|
| 243 |
+
pathlib==1.0.1
|
| 244 |
+
patsy==1.0.1
|
| 245 |
+
pdf2image==1.17.0
|
| 246 |
+
pfzy==0.3.4
|
| 247 |
+
PICOS==2.6.1
|
| 248 |
+
pikepdf==8.4.1
|
| 249 |
+
pip-search==0.0.12
|
| 250 |
+
pkgutil_resolve_name==1.3.10
|
| 251 |
+
plac==0.9.6
|
| 252 |
+
plotly==6.3.0
|
| 253 |
+
pluggy==1.5.0
|
| 254 |
+
ply==3.11
|
| 255 |
+
pondpond==1.4.1
|
| 256 |
+
pooch==1.8.2
|
| 257 |
+
portalocker==2.4.0
|
| 258 |
+
posthog==3.5.0
|
| 259 |
+
preshed==3.0.9
|
| 260 |
+
prettytable==3.11.0
|
| 261 |
+
primer3-py==2.2.0
|
| 262 |
+
prompt-toolkit==3.0.43
|
| 263 |
+
propcache==0.2.0
|
| 264 |
+
PuLP==3.1.1
|
| 265 |
+
pulsar-client==3.5.0
|
| 266 |
+
pyarrow==17.0.0
|
| 267 |
+
pyarrow-hotfix==0.6
|
| 268 |
+
pyclipper==1.3.0.post5
|
| 269 |
+
pycocotools==2.0.7
|
| 270 |
+
pycparser==2.21
|
| 271 |
+
pydantic==2.10.6
|
| 272 |
+
pydantic_core==2.27.2
|
| 273 |
+
pydeck==0.9.0b1
|
| 274 |
+
pyDOE2==1.3.0
|
| 275 |
+
pydub==0.25.1
|
| 276 |
+
pyfaidx==0.9.0.1
|
| 277 |
+
Pygments==2.19.2
|
| 278 |
+
PyJWT==2.8.0
|
| 279 |
+
pymodbus==3.6.9
|
| 280 |
+
PyMuPDF==1.23.16
|
| 281 |
+
PyMuPDFb==1.23.9
|
| 282 |
+
PyNaCl==1.6.2
|
| 283 |
+
pynndescent==0.5.13
|
| 284 |
+
Pyomo==6.8.2
|
| 285 |
+
pyOpenSSL==24.1.0
|
| 286 |
+
pypandoc==1.13
|
| 287 |
+
pypdf==4.2.0
|
| 288 |
+
pypdfium2==4.29.0
|
| 289 |
+
PyPika==0.48.9
|
| 290 |
+
PyQt5==5.15.7
|
| 291 |
+
PyQt5-Qt5==5.15.17
|
| 292 |
+
PyQt5_sip==12.15.0
|
| 293 |
+
pyro-api==0.1.2
|
| 294 |
+
pyro-ppl==1.9.1
|
| 295 |
+
pysam==0.23.3
|
| 296 |
+
PySocks==1.7.1
|
| 297 |
+
pysqlite3-binary==0.5.2.post3
|
| 298 |
+
pystan==2.19.1.1
|
| 299 |
+
pytesseract==0.3.10
|
| 300 |
+
pytest-cov==5.0.0
|
| 301 |
+
python-dateutil==2.9.0.post0
|
| 302 |
+
python-decouple==3.8
|
| 303 |
+
python-docx==1.1.0
|
| 304 |
+
python-dotenv==1.0.1
|
| 305 |
+
python-iso639==2024.4.27
|
| 306 |
+
python-Levenshtein==0.25.1
|
| 307 |
+
python-multipart==0.0.18
|
| 308 |
+
python-pptx==0.6.23
|
| 309 |
+
python-slugify==8.0.4
|
| 310 |
+
pytorch-pretrained-bert==0.6.2
|
| 311 |
+
pytz==2025.2
|
| 312 |
+
pyvista==0.44.2
|
| 313 |
+
PyWavelets==1.4.1
|
| 314 |
+
PyYAML==6.0.3
|
| 315 |
+
quantile-python==1.1
|
| 316 |
+
rapidfuzz==3.8.1
|
| 317 |
+
rapidocr-onnxruntime==1.3.8
|
| 318 |
+
ray==2.10.0
|
| 319 |
+
rdkit==2024.3.5
|
| 320 |
+
redis==6.1.1
|
| 321 |
+
referencing==0.35.1
|
| 322 |
+
regex==2022.4.24
|
| 323 |
+
requests==2.32.4
|
| 324 |
+
requests-oauthlib==1.3.0
|
| 325 |
+
responses==0.16.0
|
| 326 |
+
rich==13.7.1
|
| 327 |
+
rouge-score==0.1.2
|
| 328 |
+
rpds-py==0.20.1
|
| 329 |
+
rq==2.3.3
|
| 330 |
+
rsa==4.7.2
|
| 331 |
+
ruff==0.4.2
|
| 332 |
+
rustworkx==0.15.1
|
| 333 |
+
s3transfer==0.11.3
|
| 334 |
+
sacrebleu==2.1.0
|
| 335 |
+
sacremoses==0.0.46
|
| 336 |
+
safetensors==0.4.3
|
| 337 |
+
scooby==0.10.1
|
| 338 |
+
seaborn==0.13.2
|
| 339 |
+
semantic-version==2.10.0
|
| 340 |
+
sentence-transformers==2.2.2
|
| 341 |
+
sentencepiece==0.1.91
|
| 342 |
+
sentry-sdk==2.39.0
|
| 343 |
+
session_info==1.0.1
|
| 344 |
+
sgmllib3k==1.0.0
|
| 345 |
+
shapely==2.0.4
|
| 346 |
+
shellingham==1.5.4
|
| 347 |
+
shortuuid==1.0.13
|
| 348 |
+
six==1.17.0
|
| 349 |
+
smart-open==6.4.0
|
| 350 |
+
smmap==5.0.1
|
| 351 |
+
sniffio==1.3.1
|
| 352 |
+
snowballstemmer==2.2.0
|
| 353 |
+
sobol-seq==0.2.0
|
| 354 |
+
socksio==1.0.0
|
| 355 |
+
soupsieve==2.5
|
| 356 |
+
spacy-legacy==3.0.12
|
| 357 |
+
spacy-loggers==1.0.5
|
| 358 |
+
Sphinx==4.3.1
|
| 359 |
+
sphinxcontrib-applehelp==1.0.2
|
| 360 |
+
sphinxcontrib-devhelp==1.0.2
|
| 361 |
+
sphinxcontrib-htmlhelp==2.0.0
|
| 362 |
+
sphinxcontrib-jsmath==1.0.1
|
| 363 |
+
sphinxcontrib-qthelp==1.0.3
|
| 364 |
+
sphinxcontrib-serializinghtml==1.1.5
|
| 365 |
+
SQLAlchemy==2.0.19
|
| 366 |
+
sqlparse==0.4.2
|
| 367 |
+
sse-starlette==1.8.2
|
| 368 |
+
starlette==0.44.0
|
| 369 |
+
statsmodels==0.14.1
|
| 370 |
+
stdlib-list==0.10.0
|
| 371 |
+
streamlit==1.30.0
|
| 372 |
+
streamlit-aggrid==0.3.4.post3
|
| 373 |
+
streamlit-antd-components==0.3.1
|
| 374 |
+
streamlit-chatbox==1.1.11
|
| 375 |
+
streamlit-feedback==0.1.3
|
| 376 |
+
streamlit-modal==0.1.0
|
| 377 |
+
streamlit-option-menu==0.3.12
|
| 378 |
+
strsimpy==0.2.1
|
| 379 |
+
svgwrite==1.4.3
|
| 380 |
+
tabnet @ git+https://github.com/titu1994/tf-TabNet.git@53b144b4dd47184c3ee891501dcd90fb37683ab7
|
| 381 |
+
tabulate==0.8.9
|
| 382 |
+
tenacity==8.2.3
|
| 383 |
+
tensorboard-plugin-wit==1.8.0
|
| 384 |
+
tensorboardX==2.4.1
|
| 385 |
+
text-unidecode==1.3
|
| 386 |
+
texttable==1.7.0
|
| 387 |
+
thefuzz==0.22.1
|
| 388 |
+
threadpoolctl==3.5.0
|
| 389 |
+
tifffile==2023.7.10
|
| 390 |
+
tiktoken==0.7.0
|
| 391 |
+
timm==0.9.16
|
| 392 |
+
tk==0.1.0
|
| 393 |
+
tokenizers==0.20.3
|
| 394 |
+
toml==0.10.2
|
| 395 |
+
tomlkit==0.12.0
|
| 396 |
+
toolz==0.12.1
|
| 397 |
+
torch-geometric==2.6.1
|
| 398 |
+
torchaudio==2.1.2+cu118
|
| 399 |
+
torchtext==0.4.0
|
| 400 |
+
tornado==6.4
|
| 401 |
+
tqdm==4.67.1
|
| 402 |
+
transformer-lens==2.16.1
|
| 403 |
+
transformers==4.46.3
|
| 404 |
+
transformers-stream-generator==0.0.5
|
| 405 |
+
typed-argument-parser==1.10.1
|
| 406 |
+
typeguard==4.4.0
|
| 407 |
+
typer==0.9.4
|
| 408 |
+
types-requests==2.31.0.20240406
|
| 409 |
+
typing-inspect==0.9.0
|
| 410 |
+
typing-utils==0.1.0
|
| 411 |
+
typing_extensions==4.13.2
|
| 412 |
+
tzdata==2024.1
|
| 413 |
+
tzlocal==5.2
|
| 414 |
+
umap-learn==0.5.7
|
| 415 |
+
Unidecode==1.3.2
|
| 416 |
+
unittest-xml-reporting==3.2.0
|
| 417 |
+
unstructured==0.11.0
|
| 418 |
+
unstructured-client==0.22.0
|
| 419 |
+
unstructured-inference==0.7.15
|
| 420 |
+
unstructured.pytesseract==0.3.12
|
| 421 |
+
uvicorn==0.29.0
|
| 422 |
+
uvloop==0.21.0
|
| 423 |
+
validators==0.28.1
|
| 424 |
+
vllm==0.2.7
|
| 425 |
+
vtk==9.3.1
|
| 426 |
+
wandb==0.22.0
|
| 427 |
+
watchdog==3.0.0
|
| 428 |
+
watchfiles==0.21.0
|
| 429 |
+
wavedrom==2.0.3.post3
|
| 430 |
+
weasel==0.3.4
|
| 431 |
+
websocket-client==1.8.0
|
| 432 |
+
websockets==13.1
|
| 433 |
+
Werkzeug==2.0.2
|
| 434 |
+
word2number==1.1
|
| 435 |
+
xlrd==2.0.1
|
| 436 |
+
XlsxWriter==3.0.2
|
| 437 |
+
xxhash==2.0.2
|
| 438 |
+
Yapsy==1.12.2
|
| 439 |
+
yarl==1.15.2
|
| 440 |
+
youtube-search==2.1.2
|
| 441 |
+
zipp==3.20.2
|
| 442 |
+
zope.event==4.5.0
|
| 443 |
+
zstandard==0.23.0
|
configs/012_oscillatory_state_space_models_test/pip-freeze.txt
ADDED
|
@@ -0,0 +1,443 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
absl-py==2.3.1
|
| 2 |
+
accelerate==0.24.1
|
| 3 |
+
aiofiles==23.2.1
|
| 4 |
+
aiohappyeyeballs==2.4.4
|
| 5 |
+
aiohttp==3.10.11
|
| 6 |
+
aioprometheus==23.12.0
|
| 7 |
+
aiosignal==1.3.1
|
| 8 |
+
alabaster==0.7.12
|
| 9 |
+
allennlp==0.8.4
|
| 10 |
+
altair==5.3.0
|
| 11 |
+
annotated-types==0.6.0
|
| 12 |
+
anyio==3.7.1
|
| 13 |
+
APScheduler==3.11.2
|
| 14 |
+
arxiv==2.1.0
|
| 15 |
+
astunparse==1.6.3
|
| 16 |
+
async-timeout==4.0.3
|
| 17 |
+
attrs==25.3.0
|
| 18 |
+
autograd==1.7.0
|
| 19 |
+
autoray==0.6.12
|
| 20 |
+
awscli==1.32.93
|
| 21 |
+
azure-core==1.33.0
|
| 22 |
+
azure-identity==1.21.0
|
| 23 |
+
azure-storage-blob==12.26.0
|
| 24 |
+
Babel==2.9.1
|
| 25 |
+
backoff==2.2.1
|
| 26 |
+
backports.zoneinfo==0.2.1
|
| 27 |
+
bcrypt==4.1.2
|
| 28 |
+
beartype==0.14.1
|
| 29 |
+
better-abc==0.0.3
|
| 30 |
+
biopython==1.83
|
| 31 |
+
bitarray==2.5.1
|
| 32 |
+
bitsandbytes==0.43.1
|
| 33 |
+
blessed==1.20.0
|
| 34 |
+
blis==0.7.11
|
| 35 |
+
boto3==1.36.0
|
| 36 |
+
botocore==1.36.26
|
| 37 |
+
botorch==0.8.5
|
| 38 |
+
bpl==0.1.1
|
| 39 |
+
Brotli==1.1.0
|
| 40 |
+
bs4==0.0.2
|
| 41 |
+
cachetools==4.2.4
|
| 42 |
+
cffi==1.15.0
|
| 43 |
+
cftime==1.6.4.post1
|
| 44 |
+
chaospy==3.3.9
|
| 45 |
+
charset-normalizer==3.4.7
|
| 46 |
+
chex==0.1.7
|
| 47 |
+
chroma-hnswlib==0.7.3
|
| 48 |
+
chromadb==0.4.15
|
| 49 |
+
click==8.1.7
|
| 50 |
+
cloudpathlib==0.16.0
|
| 51 |
+
cobra==0.29.1
|
| 52 |
+
cohere==5.3.3
|
| 53 |
+
coloredlogs==15.0.1
|
| 54 |
+
confection==0.1.4
|
| 55 |
+
ConfigArgParse==1.5.3
|
| 56 |
+
conllu==0.11
|
| 57 |
+
coverage==7.6.1
|
| 58 |
+
cpm-kernels==1.0.11
|
| 59 |
+
cryptography==42.0.5
|
| 60 |
+
cvxopt==1.3.2
|
| 61 |
+
cymem==2.0.8
|
| 62 |
+
Cython==0.29.30
|
| 63 |
+
dataclasses==0.6
|
| 64 |
+
dataclasses-json==0.6.4
|
| 65 |
+
datasets==2.19.0
|
| 66 |
+
deepdiff==7.0.1
|
| 67 |
+
Deprecated==1.2.14
|
| 68 |
+
deprecation==2.1.0
|
| 69 |
+
dill==0.3.8
|
| 70 |
+
distro==1.9.0
|
| 71 |
+
dm-tree==0.1.8
|
| 72 |
+
dnspython==2.6.1
|
| 73 |
+
docstring_parser==0.17.0
|
| 74 |
+
docutils==0.15.2
|
| 75 |
+
dotenv==0.9.9
|
| 76 |
+
duckduckgo-search==3.9.9
|
| 77 |
+
editdistance==0.6.0
|
| 78 |
+
effdet==0.4.1
|
| 79 |
+
einops==0.7.0
|
| 80 |
+
email-validator==2.3.0
|
| 81 |
+
emoji==2.11.1
|
| 82 |
+
equinox==0.10.4
|
| 83 |
+
et-xmlfile==1.1.0
|
| 84 |
+
eval_type_backport==0.2.2
|
| 85 |
+
exceptiongroup==1.2.1
|
| 86 |
+
fairseq==0.10.2
|
| 87 |
+
faiss-cpu==1.7.4
|
| 88 |
+
faiss-gpu==1.7.2
|
| 89 |
+
fancy-einsum==0.0.3
|
| 90 |
+
fastapi==0.115.14
|
| 91 |
+
fastapi-sso==0.16.0
|
| 92 |
+
fastavro==1.9.4
|
| 93 |
+
fastuuid==0.13.5
|
| 94 |
+
fbpca==1.0
|
| 95 |
+
feedparser==6.0.10
|
| 96 |
+
ffmpy==0.3.2
|
| 97 |
+
filetype==1.2.0
|
| 98 |
+
finch-clust @ git+https://github.com/ssarfraz/FINCH-Clustering.git@b18166999af5f93c66edba8bdbae096f8795e82c
|
| 99 |
+
flaky==3.7.0
|
| 100 |
+
Flask-Cors==3.0.10
|
| 101 |
+
frozenlist==1.4.1
|
| 102 |
+
fschat==0.2.35
|
| 103 |
+
fsspec==2025.3.0
|
| 104 |
+
ftfy==6.0.3
|
| 105 |
+
future==0.18.2
|
| 106 |
+
fuzzywuzzy==0.18.0
|
| 107 |
+
gdown==5.2.0
|
| 108 |
+
geosketch==1.3
|
| 109 |
+
geotorch==0.3.0
|
| 110 |
+
get-annotations==0.1.2
|
| 111 |
+
gevent==21.12.0
|
| 112 |
+
gitdb==4.0.11
|
| 113 |
+
GitPython==3.1.43
|
| 114 |
+
google-pasta==0.2.0
|
| 115 |
+
googleapis-common-protos==1.63.0
|
| 116 |
+
gpustat==1.1.1
|
| 117 |
+
gpytorch==1.10
|
| 118 |
+
gradio_client==0.16.0
|
| 119 |
+
graphlib_backport==1.1.0
|
| 120 |
+
greenlet==1.1.2
|
| 121 |
+
gunicorn==23.0.0
|
| 122 |
+
h11==0.14.0
|
| 123 |
+
h2==4.1.0
|
| 124 |
+
hf-xet==1.2.0
|
| 125 |
+
hf_transfer==0.1.9
|
| 126 |
+
hpack==4.0.0
|
| 127 |
+
httpcore==1.0.5
|
| 128 |
+
httptools==0.6.1
|
| 129 |
+
httpx==0.28.1
|
| 130 |
+
httpx-sse==0.4.0
|
| 131 |
+
huggingface_hub==0.36.1
|
| 132 |
+
humanfriendly==10.0
|
| 133 |
+
hyperframe==6.0.1
|
| 134 |
+
icetk==0.0.4
|
| 135 |
+
igraph==0.11.8
|
| 136 |
+
imageio==2.35.1
|
| 137 |
+
imagesize==1.3.0
|
| 138 |
+
imgaug==0.4.0
|
| 139 |
+
importlib-metadata==7.0.0
|
| 140 |
+
importlib_resources==6.4.5
|
| 141 |
+
inequalipy==1.0.5
|
| 142 |
+
iniconfig==1.1.1
|
| 143 |
+
inquirerpy==0.3.4
|
| 144 |
+
iopath==0.1.10
|
| 145 |
+
isodate==0.7.2
|
| 146 |
+
itsdangerous==2.0.1
|
| 147 |
+
jax==0.4.13
|
| 148 |
+
jaxlib==0.4.13
|
| 149 |
+
jaxtyping==0.2.19
|
| 150 |
+
Jinja2==3.1.6
|
| 151 |
+
jiter==0.9.1
|
| 152 |
+
jmespath==0.10.0
|
| 153 |
+
joblib==1.4.2
|
| 154 |
+
jsonnet==0.17.0
|
| 155 |
+
jsonpatch==1.33
|
| 156 |
+
jsonpath-python==1.0.6
|
| 157 |
+
jsonpickle==2.0.0
|
| 158 |
+
jsonschema==4.23.0
|
| 159 |
+
jsonschema-specifications==2023.12.1
|
| 160 |
+
kaggle==1.7.4.5
|
| 161 |
+
Keras-Preprocessing==1.1.2
|
| 162 |
+
kubernetes==29.0.0
|
| 163 |
+
langchain==0.1.16
|
| 164 |
+
langchain-community==0.0.34
|
| 165 |
+
langchain-core==0.1.46
|
| 166 |
+
langchain-experimental==0.0.57
|
| 167 |
+
langchain-text-splitters==0.0.1
|
| 168 |
+
langcodes==3.4.0
|
| 169 |
+
langdetect==1.0.9
|
| 170 |
+
langsmith==0.1.51
|
| 171 |
+
language_data==1.2.0
|
| 172 |
+
layoutparser==0.3.4
|
| 173 |
+
lazy_loader==0.4
|
| 174 |
+
leidenalg==0.10.2
|
| 175 |
+
Levenshtein==0.25.1
|
| 176 |
+
linear-operator==0.4.0
|
| 177 |
+
litellm==1.77.4
|
| 178 |
+
litellm-enterprise==0.1.20
|
| 179 |
+
litellm-proxy-extras==0.2.19
|
| 180 |
+
llama-index==0.9.35
|
| 181 |
+
llvmlite==0.41.1
|
| 182 |
+
lmdb==1.7.3
|
| 183 |
+
lxml==5.2.1
|
| 184 |
+
madoka==0.7.1
|
| 185 |
+
marisa-trie==1.1.0
|
| 186 |
+
Markdown==3.3.6
|
| 187 |
+
markdown-it-py==3.0.0
|
| 188 |
+
markdown2==2.4.13
|
| 189 |
+
markdownify==0.11.6
|
| 190 |
+
MarkupSafe==2.1.5
|
| 191 |
+
marshmallow==3.21.1
|
| 192 |
+
mdtex2html==1.3.0
|
| 193 |
+
mdurl==0.1.2
|
| 194 |
+
metaphor-python==0.1.23
|
| 195 |
+
ml-dtypes==0.2.0
|
| 196 |
+
monotonic==1.6
|
| 197 |
+
mrcfile==1.5.4
|
| 198 |
+
msal==1.36.0
|
| 199 |
+
msal-extensions==1.3.0
|
| 200 |
+
msg-parser==1.2.0
|
| 201 |
+
msgpack==1.0.8
|
| 202 |
+
msgpack-numpy==0.4.3.2
|
| 203 |
+
multidict==6.0.5
|
| 204 |
+
multipledispatch==1.0.0
|
| 205 |
+
multiprocess==0.70.16
|
| 206 |
+
murmurhash==1.0.10
|
| 207 |
+
mypy-extensions==1.0.0
|
| 208 |
+
narwhals==1.42.1
|
| 209 |
+
natsort==8.4.0
|
| 210 |
+
nest-asyncio==1.6.0
|
| 211 |
+
netCDF4==1.7.2
|
| 212 |
+
neuroHarmonize==2.4.5
|
| 213 |
+
nh3==0.2.17
|
| 214 |
+
ninja==1.11.1.1
|
| 215 |
+
nltk==3.8.1
|
| 216 |
+
numba==0.58.1
|
| 217 |
+
numexpr==2.8.6
|
| 218 |
+
numpoly==1.0.6
|
| 219 |
+
numpy==1.24.4
|
| 220 |
+
numpydoc==1.1.0
|
| 221 |
+
nvidia-ml-py==12.535.133
|
| 222 |
+
nvitop==1.3.2
|
| 223 |
+
oauthlib==3.2.2
|
| 224 |
+
onnx==1.16.0
|
| 225 |
+
onnxruntime==1.15.1
|
| 226 |
+
openai==1.101.0
|
| 227 |
+
openpyxl==3.0.9
|
| 228 |
+
opentelemetry-api==1.24.0
|
| 229 |
+
opentelemetry-exporter-otlp-proto-common==1.24.0
|
| 230 |
+
opentelemetry-exporter-otlp-proto-grpc==1.24.0
|
| 231 |
+
opentelemetry-proto==1.24.0
|
| 232 |
+
opentelemetry-sdk==1.24.0
|
| 233 |
+
opentelemetry-semantic-conventions==0.45b0
|
| 234 |
+
opt-einsum==3.3.0
|
| 235 |
+
optax==0.1.5
|
| 236 |
+
ordered-set==4.1.0
|
| 237 |
+
orjson==3.10.1
|
| 238 |
+
overrides==7.7.0
|
| 239 |
+
packaging==26.2
|
| 240 |
+
pandas==2.0.3
|
| 241 |
+
pandas-stubs==1.2.0.45
|
| 242 |
+
parsimonious==0.8.1
|
| 243 |
+
pathlib==1.0.1
|
| 244 |
+
patsy==1.0.1
|
| 245 |
+
pdf2image==1.17.0
|
| 246 |
+
pfzy==0.3.4
|
| 247 |
+
PICOS==2.6.1
|
| 248 |
+
pikepdf==8.4.1
|
| 249 |
+
pip-search==0.0.12
|
| 250 |
+
pkgutil_resolve_name==1.3.10
|
| 251 |
+
plac==0.9.6
|
| 252 |
+
plotly==6.3.0
|
| 253 |
+
pluggy==1.5.0
|
| 254 |
+
ply==3.11
|
| 255 |
+
pondpond==1.4.1
|
| 256 |
+
pooch==1.8.2
|
| 257 |
+
portalocker==2.4.0
|
| 258 |
+
posthog==3.5.0
|
| 259 |
+
preshed==3.0.9
|
| 260 |
+
prettytable==3.11.0
|
| 261 |
+
primer3-py==2.2.0
|
| 262 |
+
prompt-toolkit==3.0.43
|
| 263 |
+
propcache==0.2.0
|
| 264 |
+
PuLP==3.1.1
|
| 265 |
+
pulsar-client==3.5.0
|
| 266 |
+
pyarrow==17.0.0
|
| 267 |
+
pyarrow-hotfix==0.6
|
| 268 |
+
pyclipper==1.3.0.post5
|
| 269 |
+
pycocotools==2.0.7
|
| 270 |
+
pycparser==2.21
|
| 271 |
+
pydantic==2.10.6
|
| 272 |
+
pydantic_core==2.27.2
|
| 273 |
+
pydeck==0.9.0b1
|
| 274 |
+
pyDOE2==1.3.0
|
| 275 |
+
pydub==0.25.1
|
| 276 |
+
pyfaidx==0.9.0.1
|
| 277 |
+
Pygments==2.19.2
|
| 278 |
+
PyJWT==2.8.0
|
| 279 |
+
pymodbus==3.6.9
|
| 280 |
+
PyMuPDF==1.23.16
|
| 281 |
+
PyMuPDFb==1.23.9
|
| 282 |
+
PyNaCl==1.6.2
|
| 283 |
+
pynndescent==0.5.13
|
| 284 |
+
Pyomo==6.8.2
|
| 285 |
+
pyOpenSSL==24.1.0
|
| 286 |
+
pypandoc==1.13
|
| 287 |
+
pypdf==4.2.0
|
| 288 |
+
pypdfium2==4.29.0
|
| 289 |
+
PyPika==0.48.9
|
| 290 |
+
PyQt5==5.15.7
|
| 291 |
+
PyQt5-Qt5==5.15.17
|
| 292 |
+
PyQt5_sip==12.15.0
|
| 293 |
+
pyro-api==0.1.2
|
| 294 |
+
pyro-ppl==1.9.1
|
| 295 |
+
pysam==0.23.3
|
| 296 |
+
PySocks==1.7.1
|
| 297 |
+
pysqlite3-binary==0.5.2.post3
|
| 298 |
+
pystan==2.19.1.1
|
| 299 |
+
pytesseract==0.3.10
|
| 300 |
+
pytest-cov==5.0.0
|
| 301 |
+
python-dateutil==2.9.0.post0
|
| 302 |
+
python-decouple==3.8
|
| 303 |
+
python-docx==1.1.0
|
| 304 |
+
python-dotenv==1.0.1
|
| 305 |
+
python-iso639==2024.4.27
|
| 306 |
+
python-Levenshtein==0.25.1
|
| 307 |
+
python-multipart==0.0.18
|
| 308 |
+
python-pptx==0.6.23
|
| 309 |
+
python-slugify==8.0.4
|
| 310 |
+
pytorch-pretrained-bert==0.6.2
|
| 311 |
+
pytz==2025.2
|
| 312 |
+
pyvista==0.44.2
|
| 313 |
+
PyWavelets==1.4.1
|
| 314 |
+
PyYAML==6.0.3
|
| 315 |
+
quantile-python==1.1
|
| 316 |
+
rapidfuzz==3.8.1
|
| 317 |
+
rapidocr-onnxruntime==1.3.8
|
| 318 |
+
ray==2.10.0
|
| 319 |
+
rdkit==2024.3.5
|
| 320 |
+
redis==6.1.1
|
| 321 |
+
referencing==0.35.1
|
| 322 |
+
regex==2022.4.24
|
| 323 |
+
requests==2.32.4
|
| 324 |
+
requests-oauthlib==1.3.0
|
| 325 |
+
responses==0.16.0
|
| 326 |
+
rich==13.7.1
|
| 327 |
+
rouge-score==0.1.2
|
| 328 |
+
rpds-py==0.20.1
|
| 329 |
+
rq==2.3.3
|
| 330 |
+
rsa==4.7.2
|
| 331 |
+
ruff==0.4.2
|
| 332 |
+
rustworkx==0.15.1
|
| 333 |
+
s3transfer==0.11.3
|
| 334 |
+
sacrebleu==2.1.0
|
| 335 |
+
sacremoses==0.0.46
|
| 336 |
+
safetensors==0.4.3
|
| 337 |
+
scooby==0.10.1
|
| 338 |
+
seaborn==0.13.2
|
| 339 |
+
semantic-version==2.10.0
|
| 340 |
+
sentence-transformers==2.2.2
|
| 341 |
+
sentencepiece==0.1.91
|
| 342 |
+
sentry-sdk==2.39.0
|
| 343 |
+
session_info==1.0.1
|
| 344 |
+
sgmllib3k==1.0.0
|
| 345 |
+
shapely==2.0.4
|
| 346 |
+
shellingham==1.5.4
|
| 347 |
+
shortuuid==1.0.13
|
| 348 |
+
six==1.17.0
|
| 349 |
+
smart-open==6.4.0
|
| 350 |
+
smmap==5.0.1
|
| 351 |
+
sniffio==1.3.1
|
| 352 |
+
snowballstemmer==2.2.0
|
| 353 |
+
sobol-seq==0.2.0
|
| 354 |
+
socksio==1.0.0
|
| 355 |
+
soupsieve==2.5
|
| 356 |
+
spacy-legacy==3.0.12
|
| 357 |
+
spacy-loggers==1.0.5
|
| 358 |
+
Sphinx==4.3.1
|
| 359 |
+
sphinxcontrib-applehelp==1.0.2
|
| 360 |
+
sphinxcontrib-devhelp==1.0.2
|
| 361 |
+
sphinxcontrib-htmlhelp==2.0.0
|
| 362 |
+
sphinxcontrib-jsmath==1.0.1
|
| 363 |
+
sphinxcontrib-qthelp==1.0.3
|
| 364 |
+
sphinxcontrib-serializinghtml==1.1.5
|
| 365 |
+
SQLAlchemy==2.0.19
|
| 366 |
+
sqlparse==0.4.2
|
| 367 |
+
sse-starlette==1.8.2
|
| 368 |
+
starlette==0.44.0
|
| 369 |
+
statsmodels==0.14.1
|
| 370 |
+
stdlib-list==0.10.0
|
| 371 |
+
streamlit==1.30.0
|
| 372 |
+
streamlit-aggrid==0.3.4.post3
|
| 373 |
+
streamlit-antd-components==0.3.1
|
| 374 |
+
streamlit-chatbox==1.1.11
|
| 375 |
+
streamlit-feedback==0.1.3
|
| 376 |
+
streamlit-modal==0.1.0
|
| 377 |
+
streamlit-option-menu==0.3.12
|
| 378 |
+
strsimpy==0.2.1
|
| 379 |
+
svgwrite==1.4.3
|
| 380 |
+
tabnet @ git+https://github.com/titu1994/tf-TabNet.git@53b144b4dd47184c3ee891501dcd90fb37683ab7
|
| 381 |
+
tabulate==0.8.9
|
| 382 |
+
tenacity==8.2.3
|
| 383 |
+
tensorboard-plugin-wit==1.8.0
|
| 384 |
+
tensorboardX==2.4.1
|
| 385 |
+
text-unidecode==1.3
|
| 386 |
+
texttable==1.7.0
|
| 387 |
+
thefuzz==0.22.1
|
| 388 |
+
threadpoolctl==3.5.0
|
| 389 |
+
tifffile==2023.7.10
|
| 390 |
+
tiktoken==0.7.0
|
| 391 |
+
timm==0.9.16
|
| 392 |
+
tk==0.1.0
|
| 393 |
+
tokenizers==0.20.3
|
| 394 |
+
toml==0.10.2
|
| 395 |
+
tomlkit==0.12.0
|
| 396 |
+
toolz==0.12.1
|
| 397 |
+
torch-geometric==2.6.1
|
| 398 |
+
torchaudio==2.1.2+cu118
|
| 399 |
+
torchtext==0.4.0
|
| 400 |
+
tornado==6.4
|
| 401 |
+
tqdm==4.67.1
|
| 402 |
+
transformer-lens==2.16.1
|
| 403 |
+
transformers==4.46.3
|
| 404 |
+
transformers-stream-generator==0.0.5
|
| 405 |
+
typed-argument-parser==1.10.1
|
| 406 |
+
typeguard==4.4.0
|
| 407 |
+
typer==0.9.4
|
| 408 |
+
types-requests==2.31.0.20240406
|
| 409 |
+
typing-inspect==0.9.0
|
| 410 |
+
typing-utils==0.1.0
|
| 411 |
+
typing_extensions==4.13.2
|
| 412 |
+
tzdata==2024.1
|
| 413 |
+
tzlocal==5.2
|
| 414 |
+
umap-learn==0.5.7
|
| 415 |
+
Unidecode==1.3.2
|
| 416 |
+
unittest-xml-reporting==3.2.0
|
| 417 |
+
unstructured==0.11.0
|
| 418 |
+
unstructured-client==0.22.0
|
| 419 |
+
unstructured-inference==0.7.15
|
| 420 |
+
unstructured.pytesseract==0.3.12
|
| 421 |
+
uvicorn==0.29.0
|
| 422 |
+
uvloop==0.21.0
|
| 423 |
+
validators==0.28.1
|
| 424 |
+
vllm==0.2.7
|
| 425 |
+
vtk==9.3.1
|
| 426 |
+
wandb==0.22.0
|
| 427 |
+
watchdog==3.0.0
|
| 428 |
+
watchfiles==0.21.0
|
| 429 |
+
wavedrom==2.0.3.post3
|
| 430 |
+
weasel==0.3.4
|
| 431 |
+
websocket-client==1.8.0
|
| 432 |
+
websockets==13.1
|
| 433 |
+
Werkzeug==2.0.2
|
| 434 |
+
word2number==1.1
|
| 435 |
+
xlrd==2.0.1
|
| 436 |
+
XlsxWriter==3.0.2
|
| 437 |
+
xxhash==2.0.2
|
| 438 |
+
Yapsy==1.12.2
|
| 439 |
+
yarl==1.15.2
|
| 440 |
+
youtube-search==2.1.2
|
| 441 |
+
zipp==3.20.2
|
| 442 |
+
zope.event==4.5.0
|
| 443 |
+
zstandard==0.23.0
|
configs/023_test/editable.txt
ADDED
|
File without changes
|
configs/023_test/explicit.txt
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# This file may be used to create an environment using:
|
| 2 |
+
# $ conda create --name <env> --file <this file>
|
| 3 |
+
# platform: linux-64
|
| 4 |
+
@EXPLICIT
|
| 5 |
+
https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2#d7c89558ba9fa0495403155b64376d81
|
| 6 |
+
https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.8.3-hbd8a1cb_0.conda#74784ee3d225fc3dca89edb635b4e5cc
|
| 7 |
+
https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.44-ha97dd6f_2.conda#14bae321b8127b63cba276bd53fac237
|
| 8 |
+
https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.1.0-h767d61c_5.conda#dcd5ff1940cd38f6df777cac86819d60
|
| 9 |
+
https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2#73aaf86a425cc6e73fcf236a5a46396d
|
| 10 |
+
https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.1.0-h767d61c_5.conda#264fbfba7fb20acf3b29cde153e345ce
|
| 11 |
+
https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_8.conda#51a19bba1b8ebfb60df25cde030b7ebc
|
| 12 |
+
https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85
|
| 13 |
+
https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.1.0-h69a702a_5.conda#069afdf8ea72504e48d23ae1171d951c
|
| 14 |
+
https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.1-hb9d3cd8_2.conda#1a580f7796c7bf6393fddb8bbbde58dc
|
| 15 |
+
https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4
|
| 16 |
+
https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.41.2-he9a06e4_0.conda#80c07c68d2f6870250959dcc95b209d1
|
| 17 |
+
https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda#edb0dca6bc32e4f4789199455a1dbeb8
|
| 18 |
+
https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7
|
| 19 |
+
https://conda.anaconda.org/conda-forge/linux-64/openssl-3.5.3-h26f9b46_1.conda#4fc6c4c88da64c0219c0c6c0408cedd4
|
| 20 |
+
https://conda.anaconda.org/conda-forge/linux-64/liblzma-devel-5.8.1-hb9d3cd8_2.conda#f61edadbb301530bd65a32646bd81552
|
| 21 |
+
https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.50.4-h0c1763c_0.conda#0b367fad34931cb79e0d6b7e5c06bb1c
|
| 22 |
+
https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc
|
| 23 |
+
https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8c095d6_2.conda#283b96675859b20a825f8fa30f311446
|
| 24 |
+
https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_hd72426e_102.conda#a0116df4f4ed05c303811a837d5b39d8
|
| 25 |
+
https://conda.anaconda.org/conda-forge/linux-64/xz-gpl-tools-5.8.1-hbcc6ac9_2.conda#bf627c16aa26231720af037a2709ab09
|
| 26 |
+
https://conda.anaconda.org/conda-forge/linux-64/xz-tools-5.8.1-hb9d3cd8_2.conda#1bad2995c8f1c8075c6c331bf96e46fb
|
| 27 |
+
https://conda.anaconda.org/conda-forge/linux-64/xz-5.8.1-hbcc6ac9_2.conda#68eae977d7d1196d32b636a026dc015d
|
| 28 |
+
https://conda.anaconda.org/conda-forge/linux-64/python-3.8.20-h4a871b0_2_cpython.conda#05ffff2f44ad60b94ecb53d029c6bdf7
|
| 29 |
+
https://conda.anaconda.org/conda-forge/noarch/setuptools-70.3.0-pyhd8ed1ab_0.conda#693bb57e8f92120caa956898065f3627
|
| 30 |
+
https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_0.conda#bdb2f437ce62fd2f1fef9119a37a12d9
|
| 31 |
+
https://conda.anaconda.org/conda-forge/noarch/pip-22.1.2-pyhd8ed1ab_0.tar.bz2#d29185c662a424f8bea1103270b85c96
|
configs/023_test/meta.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env": "023_test",
|
| 3 |
+
"python_version": "3.8.20",
|
| 4 |
+
"has_cuda_hint": false,
|
| 5 |
+
"editable_count": 0,
|
| 6 |
+
"source_prefix": "/home/lily/yz979/anaconda3/envs/023_test",
|
| 7 |
+
"exported_at": "2026-05-17T04:03:31Z"
|
| 8 |
+
}
|
configs/023_test/pip-clean.txt
ADDED
|
@@ -0,0 +1,450 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
absl-py==2.3.1
|
| 2 |
+
accelerate==0.24.1
|
| 3 |
+
aiofiles==23.2.1
|
| 4 |
+
aiohappyeyeballs==2.4.4
|
| 5 |
+
aiohttp==3.10.11
|
| 6 |
+
aioprometheus==23.12.0
|
| 7 |
+
aiosignal==1.3.1
|
| 8 |
+
alabaster==0.7.12
|
| 9 |
+
allennlp==0.8.4
|
| 10 |
+
altair==5.3.0
|
| 11 |
+
annotated-types==0.6.0
|
| 12 |
+
anyio==3.7.1
|
| 13 |
+
APScheduler==3.11.2
|
| 14 |
+
arxiv==2.1.0
|
| 15 |
+
astunparse==1.6.3
|
| 16 |
+
async-timeout==4.0.3
|
| 17 |
+
attrs==25.3.0
|
| 18 |
+
autograd==1.7.0
|
| 19 |
+
autoray==0.6.12
|
| 20 |
+
awscli==1.32.93
|
| 21 |
+
azure-core==1.33.0
|
| 22 |
+
azure-identity==1.21.0
|
| 23 |
+
azure-storage-blob==12.26.0
|
| 24 |
+
Babel==2.9.1
|
| 25 |
+
backoff==2.2.1
|
| 26 |
+
backports.zoneinfo==0.2.1
|
| 27 |
+
bcrypt==4.1.2
|
| 28 |
+
beartype==0.14.1
|
| 29 |
+
better-abc==0.0.3
|
| 30 |
+
biopython==1.83
|
| 31 |
+
bitarray==2.5.1
|
| 32 |
+
bitsandbytes==0.43.1
|
| 33 |
+
blessed==1.20.0
|
| 34 |
+
blis==0.7.11
|
| 35 |
+
boto3==1.36.0
|
| 36 |
+
botocore==1.36.26
|
| 37 |
+
botorch==0.8.5
|
| 38 |
+
bpl==0.1.1
|
| 39 |
+
Brotli==1.1.0
|
| 40 |
+
bs4==0.0.2
|
| 41 |
+
cachetools==4.2.4
|
| 42 |
+
cffi==1.15.0
|
| 43 |
+
cftime==1.6.4.post1
|
| 44 |
+
chaospy==3.3.9
|
| 45 |
+
charset-normalizer==3.4.7
|
| 46 |
+
chex==0.1.7
|
| 47 |
+
chroma-hnswlib==0.7.3
|
| 48 |
+
chromadb==0.4.15
|
| 49 |
+
click==8.1.7
|
| 50 |
+
cloudpathlib==0.16.0
|
| 51 |
+
cobra==0.29.1
|
| 52 |
+
cohere==5.3.3
|
| 53 |
+
coloredlogs==15.0.1
|
| 54 |
+
confection==0.1.4
|
| 55 |
+
ConfigArgParse==1.5.3
|
| 56 |
+
conllu==0.11
|
| 57 |
+
coverage==7.6.1
|
| 58 |
+
cpm-kernels==1.0.11
|
| 59 |
+
cryptography==42.0.5
|
| 60 |
+
cvxopt==1.3.2
|
| 61 |
+
cymem==2.0.8
|
| 62 |
+
Cython==0.29.30
|
| 63 |
+
dataclasses==0.6
|
| 64 |
+
dataclasses-json==0.6.4
|
| 65 |
+
datasets==2.19.0
|
| 66 |
+
deepdiff==7.0.1
|
| 67 |
+
Deprecated==1.2.14
|
| 68 |
+
deprecation==2.1.0
|
| 69 |
+
dill==0.3.8
|
| 70 |
+
distro==1.9.0
|
| 71 |
+
dm-tree==0.1.8
|
| 72 |
+
dnspython==2.6.1
|
| 73 |
+
docstring_parser==0.17.0
|
| 74 |
+
docutils==0.15.2
|
| 75 |
+
dotenv==0.9.9
|
| 76 |
+
duckduckgo-search==3.9.9
|
| 77 |
+
editdistance==0.6.0
|
| 78 |
+
effdet==0.4.1
|
| 79 |
+
einops==0.7.0
|
| 80 |
+
email-validator==2.3.0
|
| 81 |
+
emoji==2.11.1
|
| 82 |
+
equinox==0.10.4
|
| 83 |
+
et-xmlfile==1.1.0
|
| 84 |
+
eval_type_backport==0.2.2
|
| 85 |
+
exceptiongroup==1.2.1
|
| 86 |
+
fairseq==0.10.2
|
| 87 |
+
faiss-cpu==1.7.4
|
| 88 |
+
faiss-gpu==1.7.2
|
| 89 |
+
fancy-einsum==0.0.3
|
| 90 |
+
fastapi==0.115.14
|
| 91 |
+
fastapi-sso==0.16.0
|
| 92 |
+
fastavro==1.9.4
|
| 93 |
+
fastuuid==0.13.5
|
| 94 |
+
fbpca==1.0
|
| 95 |
+
feedparser==6.0.10
|
| 96 |
+
ffmpy==0.3.2
|
| 97 |
+
filelock==3.13.1
|
| 98 |
+
filetype==1.2.0
|
| 99 |
+
finch-clust @ git+https://github.com/ssarfraz/FINCH-Clustering.git@b18166999af5f93c66edba8bdbae096f8795e82c
|
| 100 |
+
flaky==3.7.0
|
| 101 |
+
Flask-Cors==3.0.10
|
| 102 |
+
frozenlist==1.4.1
|
| 103 |
+
fschat==0.2.35
|
| 104 |
+
fsspec==2025.3.0
|
| 105 |
+
ftfy==6.0.3
|
| 106 |
+
future==0.18.2
|
| 107 |
+
fuzzywuzzy==0.18.0
|
| 108 |
+
gdown==5.2.0
|
| 109 |
+
geosketch==1.3
|
| 110 |
+
geotorch==0.3.0
|
| 111 |
+
get-annotations==0.1.2
|
| 112 |
+
gevent==21.12.0
|
| 113 |
+
gitdb==4.0.11
|
| 114 |
+
GitPython==3.1.43
|
| 115 |
+
google-pasta==0.2.0
|
| 116 |
+
googleapis-common-protos==1.63.0
|
| 117 |
+
gpustat==1.1.1
|
| 118 |
+
gpytorch==1.10
|
| 119 |
+
gradio_client==0.16.0
|
| 120 |
+
graphlib_backport==1.1.0
|
| 121 |
+
greenlet==1.1.2
|
| 122 |
+
gunicorn==23.0.0
|
| 123 |
+
h11==0.14.0
|
| 124 |
+
h2==4.1.0
|
| 125 |
+
hf-xet==1.2.0
|
| 126 |
+
hf_transfer==0.1.9
|
| 127 |
+
hpack==4.0.0
|
| 128 |
+
httpcore==1.0.5
|
| 129 |
+
httptools==0.6.1
|
| 130 |
+
httpx==0.28.1
|
| 131 |
+
httpx-sse==0.4.0
|
| 132 |
+
huggingface_hub==0.36.1
|
| 133 |
+
humanfriendly==10.0
|
| 134 |
+
hyperframe==6.0.1
|
| 135 |
+
icetk==0.0.4
|
| 136 |
+
igraph==0.11.8
|
| 137 |
+
imageio==2.35.1
|
| 138 |
+
imagesize==1.3.0
|
| 139 |
+
imgaug==0.4.0
|
| 140 |
+
importlib-metadata==7.0.0
|
| 141 |
+
importlib_resources==6.4.5
|
| 142 |
+
inequalipy==1.0.5
|
| 143 |
+
iniconfig==1.1.1
|
| 144 |
+
inquirerpy==0.3.4
|
| 145 |
+
iopath==0.1.10
|
| 146 |
+
isodate==0.7.2
|
| 147 |
+
itsdangerous==2.0.1
|
| 148 |
+
jax==0.4.13
|
| 149 |
+
jaxlib==0.4.13
|
| 150 |
+
jaxtyping==0.2.19
|
| 151 |
+
Jinja2==3.1.6
|
| 152 |
+
jiter==0.9.1
|
| 153 |
+
jmespath==0.10.0
|
| 154 |
+
joblib==1.4.2
|
| 155 |
+
jsonnet==0.17.0
|
| 156 |
+
jsonpatch==1.33
|
| 157 |
+
jsonpath-python==1.0.6
|
| 158 |
+
jsonpickle==2.0.0
|
| 159 |
+
jsonschema==4.23.0
|
| 160 |
+
jsonschema-specifications==2023.12.1
|
| 161 |
+
kaggle==1.7.4.5
|
| 162 |
+
Keras-Preprocessing==1.1.2
|
| 163 |
+
kubernetes==29.0.0
|
| 164 |
+
langchain==0.1.16
|
| 165 |
+
langchain-community==0.0.34
|
| 166 |
+
langchain-core==0.1.46
|
| 167 |
+
langchain-experimental==0.0.57
|
| 168 |
+
langchain-text-splitters==0.0.1
|
| 169 |
+
langcodes==3.4.0
|
| 170 |
+
langdetect==1.0.9
|
| 171 |
+
langsmith==0.1.51
|
| 172 |
+
language_data==1.2.0
|
| 173 |
+
layoutparser==0.3.4
|
| 174 |
+
lazy_loader==0.4
|
| 175 |
+
leidenalg==0.10.2
|
| 176 |
+
Levenshtein==0.25.1
|
| 177 |
+
linear-operator==0.4.0
|
| 178 |
+
litellm==1.77.4
|
| 179 |
+
litellm-enterprise==0.1.20
|
| 180 |
+
litellm-proxy-extras==0.2.19
|
| 181 |
+
llama-index==0.9.35
|
| 182 |
+
llvmlite==0.41.1
|
| 183 |
+
lmdb==1.7.3
|
| 184 |
+
lxml==5.2.1
|
| 185 |
+
madoka==0.7.1
|
| 186 |
+
marisa-trie==1.1.0
|
| 187 |
+
Markdown==3.3.6
|
| 188 |
+
markdown-it-py==3.0.0
|
| 189 |
+
markdown2==2.4.13
|
| 190 |
+
markdownify==0.11.6
|
| 191 |
+
MarkupSafe==2.1.5
|
| 192 |
+
marshmallow==3.21.1
|
| 193 |
+
mdtex2html==1.3.0
|
| 194 |
+
mdurl==0.1.2
|
| 195 |
+
metaphor-python==0.1.23
|
| 196 |
+
ml-dtypes==0.2.0
|
| 197 |
+
monotonic==1.6
|
| 198 |
+
mpmath==1.3.0
|
| 199 |
+
mrcfile==1.5.4
|
| 200 |
+
msal==1.36.0
|
| 201 |
+
msal-extensions==1.3.0
|
| 202 |
+
msg-parser==1.2.0
|
| 203 |
+
msgpack==1.0.8
|
| 204 |
+
msgpack-numpy==0.4.3.2
|
| 205 |
+
multidict==6.0.5
|
| 206 |
+
multipledispatch==1.0.0
|
| 207 |
+
multiprocess==0.70.16
|
| 208 |
+
murmurhash==1.0.10
|
| 209 |
+
mypy-extensions==1.0.0
|
| 210 |
+
narwhals==1.42.1
|
| 211 |
+
natsort==8.4.0
|
| 212 |
+
nest-asyncio==1.6.0
|
| 213 |
+
netCDF4==1.7.2
|
| 214 |
+
networkx==3.0
|
| 215 |
+
neuroHarmonize==2.4.5
|
| 216 |
+
nh3==0.2.17
|
| 217 |
+
ninja==1.11.1.1
|
| 218 |
+
nltk==3.8.1
|
| 219 |
+
numba==0.58.1
|
| 220 |
+
numexpr==2.8.6
|
| 221 |
+
numpoly==1.0.6
|
| 222 |
+
numpy==1.24.4
|
| 223 |
+
numpydoc==1.1.0
|
| 224 |
+
nvidia-ml-py==12.535.133
|
| 225 |
+
nvitop==1.3.2
|
| 226 |
+
oauthlib==3.2.2
|
| 227 |
+
onnx==1.16.0
|
| 228 |
+
onnxruntime==1.15.1
|
| 229 |
+
openai==1.101.0
|
| 230 |
+
openpyxl==3.0.9
|
| 231 |
+
opentelemetry-api==1.24.0
|
| 232 |
+
opentelemetry-exporter-otlp-proto-common==1.24.0
|
| 233 |
+
opentelemetry-exporter-otlp-proto-grpc==1.24.0
|
| 234 |
+
opentelemetry-proto==1.24.0
|
| 235 |
+
opentelemetry-sdk==1.24.0
|
| 236 |
+
opentelemetry-semantic-conventions==0.45b0
|
| 237 |
+
opt-einsum==3.3.0
|
| 238 |
+
optax==0.1.5
|
| 239 |
+
ordered-set==4.1.0
|
| 240 |
+
orjson==3.10.1
|
| 241 |
+
overrides==7.7.0
|
| 242 |
+
packaging==26.2
|
| 243 |
+
pandas==2.0.3
|
| 244 |
+
pandas-stubs==1.2.0.45
|
| 245 |
+
parsimonious==0.8.1
|
| 246 |
+
pathlib==1.0.1
|
| 247 |
+
patsy==1.0.1
|
| 248 |
+
pdf2image==1.17.0
|
| 249 |
+
pfzy==0.3.4
|
| 250 |
+
PICOS==2.6.1
|
| 251 |
+
pikepdf==8.4.1
|
| 252 |
+
pip-search==0.0.12
|
| 253 |
+
pkgutil_resolve_name==1.3.10
|
| 254 |
+
plac==0.9.6
|
| 255 |
+
plotly==6.3.0
|
| 256 |
+
pluggy==1.5.0
|
| 257 |
+
ply==3.11
|
| 258 |
+
pondpond==1.4.1
|
| 259 |
+
pooch==1.8.2
|
| 260 |
+
portalocker==2.4.0
|
| 261 |
+
posthog==3.5.0
|
| 262 |
+
preshed==3.0.9
|
| 263 |
+
prettytable==3.11.0
|
| 264 |
+
primer3-py==2.2.0
|
| 265 |
+
prompt-toolkit==3.0.43
|
| 266 |
+
propcache==0.2.0
|
| 267 |
+
PuLP==3.1.1
|
| 268 |
+
pulsar-client==3.5.0
|
| 269 |
+
pyarrow==17.0.0
|
| 270 |
+
pyarrow-hotfix==0.6
|
| 271 |
+
pyclipper==1.3.0.post5
|
| 272 |
+
pycocotools==2.0.7
|
| 273 |
+
pycparser==2.21
|
| 274 |
+
pydantic==2.10.6
|
| 275 |
+
pydantic_core==2.27.2
|
| 276 |
+
pydeck==0.9.0b1
|
| 277 |
+
pyDOE2==1.3.0
|
| 278 |
+
pydub==0.25.1
|
| 279 |
+
pyfaidx==0.9.0.1
|
| 280 |
+
Pygments==2.19.2
|
| 281 |
+
PyJWT==2.8.0
|
| 282 |
+
pymodbus==3.6.9
|
| 283 |
+
PyMuPDF==1.23.16
|
| 284 |
+
PyMuPDFb==1.23.9
|
| 285 |
+
PyNaCl==1.6.2
|
| 286 |
+
pynndescent==0.5.13
|
| 287 |
+
Pyomo==6.8.2
|
| 288 |
+
pyOpenSSL==24.1.0
|
| 289 |
+
pypandoc==1.13
|
| 290 |
+
pypdf==4.2.0
|
| 291 |
+
pypdfium2==4.29.0
|
| 292 |
+
PyPika==0.48.9
|
| 293 |
+
PyQt5==5.15.7
|
| 294 |
+
PyQt5-Qt5==5.15.17
|
| 295 |
+
PyQt5_sip==12.15.0
|
| 296 |
+
pyro-api==0.1.2
|
| 297 |
+
pyro-ppl==1.9.1
|
| 298 |
+
pysam==0.23.3
|
| 299 |
+
PySocks==1.7.1
|
| 300 |
+
pysqlite3-binary==0.5.2.post3
|
| 301 |
+
pystan==2.19.1.1
|
| 302 |
+
pytesseract==0.3.10
|
| 303 |
+
pytest-cov==5.0.0
|
| 304 |
+
python-dateutil==2.9.0.post0
|
| 305 |
+
python-decouple==3.8
|
| 306 |
+
python-docx==1.1.0
|
| 307 |
+
python-dotenv==1.0.1
|
| 308 |
+
python-iso639==2024.4.27
|
| 309 |
+
python-Levenshtein==0.25.1
|
| 310 |
+
python-multipart==0.0.18
|
| 311 |
+
python-pptx==0.6.23
|
| 312 |
+
python-slugify==8.0.4
|
| 313 |
+
pytorch-pretrained-bert==0.6.2
|
| 314 |
+
pytz==2025.2
|
| 315 |
+
pyvista==0.44.2
|
| 316 |
+
PyWavelets==1.4.1
|
| 317 |
+
PyYAML==6.0.3
|
| 318 |
+
quantile-python==1.1
|
| 319 |
+
rapidfuzz==3.8.1
|
| 320 |
+
rapidocr-onnxruntime==1.3.8
|
| 321 |
+
ray==2.10.0
|
| 322 |
+
rdkit==2024.3.5
|
| 323 |
+
redis==6.1.1
|
| 324 |
+
referencing==0.35.1
|
| 325 |
+
regex==2022.4.24
|
| 326 |
+
requests==2.32.4
|
| 327 |
+
requests-oauthlib==1.3.0
|
| 328 |
+
responses==0.16.0
|
| 329 |
+
rich==13.7.1
|
| 330 |
+
rouge-score==0.1.2
|
| 331 |
+
rpds-py==0.20.1
|
| 332 |
+
rq==2.3.3
|
| 333 |
+
rsa==4.7.2
|
| 334 |
+
ruff==0.4.2
|
| 335 |
+
rustworkx==0.15.1
|
| 336 |
+
s3transfer==0.11.3
|
| 337 |
+
sacrebleu==2.1.0
|
| 338 |
+
sacremoses==0.0.46
|
| 339 |
+
safetensors==0.4.3
|
| 340 |
+
scikit-learn==1.3.2
|
| 341 |
+
scipy==1.10.1
|
| 342 |
+
scooby==0.10.1
|
| 343 |
+
seaborn==0.13.2
|
| 344 |
+
semantic-version==2.10.0
|
| 345 |
+
sentence-transformers==2.2.2
|
| 346 |
+
sentencepiece==0.1.91
|
| 347 |
+
sentry-sdk==2.39.0
|
| 348 |
+
session_info==1.0.1
|
| 349 |
+
sgmllib3k==1.0.0
|
| 350 |
+
shapely==2.0.4
|
| 351 |
+
shellingham==1.5.4
|
| 352 |
+
shortuuid==1.0.13
|
| 353 |
+
six==1.17.0
|
| 354 |
+
smart-open==6.4.0
|
| 355 |
+
smmap==5.0.1
|
| 356 |
+
sniffio==1.3.1
|
| 357 |
+
snowballstemmer==2.2.0
|
| 358 |
+
sobol-seq==0.2.0
|
| 359 |
+
socksio==1.0.0
|
| 360 |
+
soupsieve==2.5
|
| 361 |
+
spacy-legacy==3.0.12
|
| 362 |
+
spacy-loggers==1.0.5
|
| 363 |
+
Sphinx==4.3.1
|
| 364 |
+
sphinxcontrib-applehelp==1.0.2
|
| 365 |
+
sphinxcontrib-devhelp==1.0.2
|
| 366 |
+
sphinxcontrib-htmlhelp==2.0.0
|
| 367 |
+
sphinxcontrib-jsmath==1.0.1
|
| 368 |
+
sphinxcontrib-qthelp==1.0.3
|
| 369 |
+
sphinxcontrib-serializinghtml==1.1.5
|
| 370 |
+
SQLAlchemy==2.0.19
|
| 371 |
+
sqlparse==0.4.2
|
| 372 |
+
sse-starlette==1.8.2
|
| 373 |
+
starlette==0.44.0
|
| 374 |
+
statsmodels==0.14.1
|
| 375 |
+
stdlib-list==0.10.0
|
| 376 |
+
streamlit==1.30.0
|
| 377 |
+
streamlit-aggrid==0.3.4.post3
|
| 378 |
+
streamlit-antd-components==0.3.1
|
| 379 |
+
streamlit-chatbox==1.1.11
|
| 380 |
+
streamlit-feedback==0.1.3
|
| 381 |
+
streamlit-modal==0.1.0
|
| 382 |
+
streamlit-option-menu==0.3.12
|
| 383 |
+
strsimpy==0.2.1
|
| 384 |
+
svgwrite==1.4.3
|
| 385 |
+
sympy==1.13.3
|
| 386 |
+
tabnet @ git+https://github.com/titu1994/tf-TabNet.git@53b144b4dd47184c3ee891501dcd90fb37683ab7
|
| 387 |
+
tabulate==0.8.9
|
| 388 |
+
tenacity==8.2.3
|
| 389 |
+
tensorboard-plugin-wit==1.8.0
|
| 390 |
+
tensorboardX==2.4.1
|
| 391 |
+
text-unidecode==1.3
|
| 392 |
+
texttable==1.7.0
|
| 393 |
+
thefuzz==0.22.1
|
| 394 |
+
threadpoolctl==3.5.0
|
| 395 |
+
tifffile==2023.7.10
|
| 396 |
+
tiktoken==0.7.0
|
| 397 |
+
timm==0.9.16
|
| 398 |
+
tk==0.1.0
|
| 399 |
+
tokenizers==0.20.3
|
| 400 |
+
toml==0.10.2
|
| 401 |
+
tomlkit==0.12.0
|
| 402 |
+
toolz==0.12.1
|
| 403 |
+
torch==2.4.1+cpu
|
| 404 |
+
torch-geometric==2.6.1
|
| 405 |
+
torchaudio==2.1.2+cu118
|
| 406 |
+
torchtext==0.4.0
|
| 407 |
+
tornado==6.4
|
| 408 |
+
tqdm==4.67.1
|
| 409 |
+
transformer-lens==2.16.1
|
| 410 |
+
transformers==4.46.3
|
| 411 |
+
transformers-stream-generator==0.0.5
|
| 412 |
+
typed-argument-parser==1.10.1
|
| 413 |
+
typeguard==4.4.0
|
| 414 |
+
typer==0.9.4
|
| 415 |
+
types-requests==2.31.0.20240406
|
| 416 |
+
typing-inspect==0.9.0
|
| 417 |
+
typing-utils==0.1.0
|
| 418 |
+
typing_extensions==4.13.2
|
| 419 |
+
tzdata==2024.1
|
| 420 |
+
tzlocal==5.2
|
| 421 |
+
umap-learn==0.5.7
|
| 422 |
+
Unidecode==1.3.2
|
| 423 |
+
unittest-xml-reporting==3.2.0
|
| 424 |
+
unstructured==0.11.0
|
| 425 |
+
unstructured-client==0.22.0
|
| 426 |
+
unstructured-inference==0.7.15
|
| 427 |
+
unstructured.pytesseract==0.3.12
|
| 428 |
+
uvicorn==0.29.0
|
| 429 |
+
uvloop==0.21.0
|
| 430 |
+
validators==0.28.1
|
| 431 |
+
vllm==0.2.7
|
| 432 |
+
vtk==9.3.1
|
| 433 |
+
wandb==0.22.0
|
| 434 |
+
watchdog==3.0.0
|
| 435 |
+
watchfiles==0.21.0
|
| 436 |
+
wavedrom==2.0.3.post3
|
| 437 |
+
weasel==0.3.4
|
| 438 |
+
websocket-client==1.8.0
|
| 439 |
+
websockets==13.1
|
| 440 |
+
Werkzeug==2.0.2
|
| 441 |
+
word2number==1.1
|
| 442 |
+
xlrd==2.0.1
|
| 443 |
+
XlsxWriter==3.0.2
|
| 444 |
+
xxhash==2.0.2
|
| 445 |
+
Yapsy==1.12.2
|
| 446 |
+
yarl==1.15.2
|
| 447 |
+
youtube-search==2.1.2
|
| 448 |
+
zipp==3.20.2
|
| 449 |
+
zope.event==4.5.0
|
| 450 |
+
zstandard==0.23.0
|
configs/023_test/pip-freeze.txt
ADDED
|
@@ -0,0 +1,450 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
absl-py==2.3.1
|
| 2 |
+
accelerate==0.24.1
|
| 3 |
+
aiofiles==23.2.1
|
| 4 |
+
aiohappyeyeballs==2.4.4
|
| 5 |
+
aiohttp==3.10.11
|
| 6 |
+
aioprometheus==23.12.0
|
| 7 |
+
aiosignal==1.3.1
|
| 8 |
+
alabaster==0.7.12
|
| 9 |
+
allennlp==0.8.4
|
| 10 |
+
altair==5.3.0
|
| 11 |
+
annotated-types==0.6.0
|
| 12 |
+
anyio==3.7.1
|
| 13 |
+
APScheduler==3.11.2
|
| 14 |
+
arxiv==2.1.0
|
| 15 |
+
astunparse==1.6.3
|
| 16 |
+
async-timeout==4.0.3
|
| 17 |
+
attrs==25.3.0
|
| 18 |
+
autograd==1.7.0
|
| 19 |
+
autoray==0.6.12
|
| 20 |
+
awscli==1.32.93
|
| 21 |
+
azure-core==1.33.0
|
| 22 |
+
azure-identity==1.21.0
|
| 23 |
+
azure-storage-blob==12.26.0
|
| 24 |
+
Babel==2.9.1
|
| 25 |
+
backoff==2.2.1
|
| 26 |
+
backports.zoneinfo==0.2.1
|
| 27 |
+
bcrypt==4.1.2
|
| 28 |
+
beartype==0.14.1
|
| 29 |
+
better-abc==0.0.3
|
| 30 |
+
biopython==1.83
|
| 31 |
+
bitarray==2.5.1
|
| 32 |
+
bitsandbytes==0.43.1
|
| 33 |
+
blessed==1.20.0
|
| 34 |
+
blis==0.7.11
|
| 35 |
+
boto3==1.36.0
|
| 36 |
+
botocore==1.36.26
|
| 37 |
+
botorch==0.8.5
|
| 38 |
+
bpl==0.1.1
|
| 39 |
+
Brotli==1.1.0
|
| 40 |
+
bs4==0.0.2
|
| 41 |
+
cachetools==4.2.4
|
| 42 |
+
cffi==1.15.0
|
| 43 |
+
cftime==1.6.4.post1
|
| 44 |
+
chaospy==3.3.9
|
| 45 |
+
charset-normalizer==3.4.7
|
| 46 |
+
chex==0.1.7
|
| 47 |
+
chroma-hnswlib==0.7.3
|
| 48 |
+
chromadb==0.4.15
|
| 49 |
+
click==8.1.7
|
| 50 |
+
cloudpathlib==0.16.0
|
| 51 |
+
cobra==0.29.1
|
| 52 |
+
cohere==5.3.3
|
| 53 |
+
coloredlogs==15.0.1
|
| 54 |
+
confection==0.1.4
|
| 55 |
+
ConfigArgParse==1.5.3
|
| 56 |
+
conllu==0.11
|
| 57 |
+
coverage==7.6.1
|
| 58 |
+
cpm-kernels==1.0.11
|
| 59 |
+
cryptography==42.0.5
|
| 60 |
+
cvxopt==1.3.2
|
| 61 |
+
cymem==2.0.8
|
| 62 |
+
Cython==0.29.30
|
| 63 |
+
dataclasses==0.6
|
| 64 |
+
dataclasses-json==0.6.4
|
| 65 |
+
datasets==2.19.0
|
| 66 |
+
deepdiff==7.0.1
|
| 67 |
+
Deprecated==1.2.14
|
| 68 |
+
deprecation==2.1.0
|
| 69 |
+
dill==0.3.8
|
| 70 |
+
distro==1.9.0
|
| 71 |
+
dm-tree==0.1.8
|
| 72 |
+
dnspython==2.6.1
|
| 73 |
+
docstring_parser==0.17.0
|
| 74 |
+
docutils==0.15.2
|
| 75 |
+
dotenv==0.9.9
|
| 76 |
+
duckduckgo-search==3.9.9
|
| 77 |
+
editdistance==0.6.0
|
| 78 |
+
effdet==0.4.1
|
| 79 |
+
einops==0.7.0
|
| 80 |
+
email-validator==2.3.0
|
| 81 |
+
emoji==2.11.1
|
| 82 |
+
equinox==0.10.4
|
| 83 |
+
et-xmlfile==1.1.0
|
| 84 |
+
eval_type_backport==0.2.2
|
| 85 |
+
exceptiongroup==1.2.1
|
| 86 |
+
fairseq==0.10.2
|
| 87 |
+
faiss-cpu==1.7.4
|
| 88 |
+
faiss-gpu==1.7.2
|
| 89 |
+
fancy-einsum==0.0.3
|
| 90 |
+
fastapi==0.115.14
|
| 91 |
+
fastapi-sso==0.16.0
|
| 92 |
+
fastavro==1.9.4
|
| 93 |
+
fastuuid==0.13.5
|
| 94 |
+
fbpca==1.0
|
| 95 |
+
feedparser==6.0.10
|
| 96 |
+
ffmpy==0.3.2
|
| 97 |
+
filelock==3.13.1
|
| 98 |
+
filetype==1.2.0
|
| 99 |
+
finch-clust @ git+https://github.com/ssarfraz/FINCH-Clustering.git@b18166999af5f93c66edba8bdbae096f8795e82c
|
| 100 |
+
flaky==3.7.0
|
| 101 |
+
Flask-Cors==3.0.10
|
| 102 |
+
frozenlist==1.4.1
|
| 103 |
+
fschat==0.2.35
|
| 104 |
+
fsspec==2025.3.0
|
| 105 |
+
ftfy==6.0.3
|
| 106 |
+
future==0.18.2
|
| 107 |
+
fuzzywuzzy==0.18.0
|
| 108 |
+
gdown==5.2.0
|
| 109 |
+
geosketch==1.3
|
| 110 |
+
geotorch==0.3.0
|
| 111 |
+
get-annotations==0.1.2
|
| 112 |
+
gevent==21.12.0
|
| 113 |
+
gitdb==4.0.11
|
| 114 |
+
GitPython==3.1.43
|
| 115 |
+
google-pasta==0.2.0
|
| 116 |
+
googleapis-common-protos==1.63.0
|
| 117 |
+
gpustat==1.1.1
|
| 118 |
+
gpytorch==1.10
|
| 119 |
+
gradio_client==0.16.0
|
| 120 |
+
graphlib_backport==1.1.0
|
| 121 |
+
greenlet==1.1.2
|
| 122 |
+
gunicorn==23.0.0
|
| 123 |
+
h11==0.14.0
|
| 124 |
+
h2==4.1.0
|
| 125 |
+
hf-xet==1.2.0
|
| 126 |
+
hf_transfer==0.1.9
|
| 127 |
+
hpack==4.0.0
|
| 128 |
+
httpcore==1.0.5
|
| 129 |
+
httptools==0.6.1
|
| 130 |
+
httpx==0.28.1
|
| 131 |
+
httpx-sse==0.4.0
|
| 132 |
+
huggingface_hub==0.36.1
|
| 133 |
+
humanfriendly==10.0
|
| 134 |
+
hyperframe==6.0.1
|
| 135 |
+
icetk==0.0.4
|
| 136 |
+
igraph==0.11.8
|
| 137 |
+
imageio==2.35.1
|
| 138 |
+
imagesize==1.3.0
|
| 139 |
+
imgaug==0.4.0
|
| 140 |
+
importlib-metadata==7.0.0
|
| 141 |
+
importlib_resources==6.4.5
|
| 142 |
+
inequalipy==1.0.5
|
| 143 |
+
iniconfig==1.1.1
|
| 144 |
+
inquirerpy==0.3.4
|
| 145 |
+
iopath==0.1.10
|
| 146 |
+
isodate==0.7.2
|
| 147 |
+
itsdangerous==2.0.1
|
| 148 |
+
jax==0.4.13
|
| 149 |
+
jaxlib==0.4.13
|
| 150 |
+
jaxtyping==0.2.19
|
| 151 |
+
Jinja2==3.1.6
|
| 152 |
+
jiter==0.9.1
|
| 153 |
+
jmespath==0.10.0
|
| 154 |
+
joblib==1.4.2
|
| 155 |
+
jsonnet==0.17.0
|
| 156 |
+
jsonpatch==1.33
|
| 157 |
+
jsonpath-python==1.0.6
|
| 158 |
+
jsonpickle==2.0.0
|
| 159 |
+
jsonschema==4.23.0
|
| 160 |
+
jsonschema-specifications==2023.12.1
|
| 161 |
+
kaggle==1.7.4.5
|
| 162 |
+
Keras-Preprocessing==1.1.2
|
| 163 |
+
kubernetes==29.0.0
|
| 164 |
+
langchain==0.1.16
|
| 165 |
+
langchain-community==0.0.34
|
| 166 |
+
langchain-core==0.1.46
|
| 167 |
+
langchain-experimental==0.0.57
|
| 168 |
+
langchain-text-splitters==0.0.1
|
| 169 |
+
langcodes==3.4.0
|
| 170 |
+
langdetect==1.0.9
|
| 171 |
+
langsmith==0.1.51
|
| 172 |
+
language_data==1.2.0
|
| 173 |
+
layoutparser==0.3.4
|
| 174 |
+
lazy_loader==0.4
|
| 175 |
+
leidenalg==0.10.2
|
| 176 |
+
Levenshtein==0.25.1
|
| 177 |
+
linear-operator==0.4.0
|
| 178 |
+
litellm==1.77.4
|
| 179 |
+
litellm-enterprise==0.1.20
|
| 180 |
+
litellm-proxy-extras==0.2.19
|
| 181 |
+
llama-index==0.9.35
|
| 182 |
+
llvmlite==0.41.1
|
| 183 |
+
lmdb==1.7.3
|
| 184 |
+
lxml==5.2.1
|
| 185 |
+
madoka==0.7.1
|
| 186 |
+
marisa-trie==1.1.0
|
| 187 |
+
Markdown==3.3.6
|
| 188 |
+
markdown-it-py==3.0.0
|
| 189 |
+
markdown2==2.4.13
|
| 190 |
+
markdownify==0.11.6
|
| 191 |
+
MarkupSafe==2.1.5
|
| 192 |
+
marshmallow==3.21.1
|
| 193 |
+
mdtex2html==1.3.0
|
| 194 |
+
mdurl==0.1.2
|
| 195 |
+
metaphor-python==0.1.23
|
| 196 |
+
ml-dtypes==0.2.0
|
| 197 |
+
monotonic==1.6
|
| 198 |
+
mpmath==1.3.0
|
| 199 |
+
mrcfile==1.5.4
|
| 200 |
+
msal==1.36.0
|
| 201 |
+
msal-extensions==1.3.0
|
| 202 |
+
msg-parser==1.2.0
|
| 203 |
+
msgpack==1.0.8
|
| 204 |
+
msgpack-numpy==0.4.3.2
|
| 205 |
+
multidict==6.0.5
|
| 206 |
+
multipledispatch==1.0.0
|
| 207 |
+
multiprocess==0.70.16
|
| 208 |
+
murmurhash==1.0.10
|
| 209 |
+
mypy-extensions==1.0.0
|
| 210 |
+
narwhals==1.42.1
|
| 211 |
+
natsort==8.4.0
|
| 212 |
+
nest-asyncio==1.6.0
|
| 213 |
+
netCDF4==1.7.2
|
| 214 |
+
networkx==3.0
|
| 215 |
+
neuroHarmonize==2.4.5
|
| 216 |
+
nh3==0.2.17
|
| 217 |
+
ninja==1.11.1.1
|
| 218 |
+
nltk==3.8.1
|
| 219 |
+
numba==0.58.1
|
| 220 |
+
numexpr==2.8.6
|
| 221 |
+
numpoly==1.0.6
|
| 222 |
+
numpy==1.24.4
|
| 223 |
+
numpydoc==1.1.0
|
| 224 |
+
nvidia-ml-py==12.535.133
|
| 225 |
+
nvitop==1.3.2
|
| 226 |
+
oauthlib==3.2.2
|
| 227 |
+
onnx==1.16.0
|
| 228 |
+
onnxruntime==1.15.1
|
| 229 |
+
openai==1.101.0
|
| 230 |
+
openpyxl==3.0.9
|
| 231 |
+
opentelemetry-api==1.24.0
|
| 232 |
+
opentelemetry-exporter-otlp-proto-common==1.24.0
|
| 233 |
+
opentelemetry-exporter-otlp-proto-grpc==1.24.0
|
| 234 |
+
opentelemetry-proto==1.24.0
|
| 235 |
+
opentelemetry-sdk==1.24.0
|
| 236 |
+
opentelemetry-semantic-conventions==0.45b0
|
| 237 |
+
opt-einsum==3.3.0
|
| 238 |
+
optax==0.1.5
|
| 239 |
+
ordered-set==4.1.0
|
| 240 |
+
orjson==3.10.1
|
| 241 |
+
overrides==7.7.0
|
| 242 |
+
packaging==26.2
|
| 243 |
+
pandas==2.0.3
|
| 244 |
+
pandas-stubs==1.2.0.45
|
| 245 |
+
parsimonious==0.8.1
|
| 246 |
+
pathlib==1.0.1
|
| 247 |
+
patsy==1.0.1
|
| 248 |
+
pdf2image==1.17.0
|
| 249 |
+
pfzy==0.3.4
|
| 250 |
+
PICOS==2.6.1
|
| 251 |
+
pikepdf==8.4.1
|
| 252 |
+
pip-search==0.0.12
|
| 253 |
+
pkgutil_resolve_name==1.3.10
|
| 254 |
+
plac==0.9.6
|
| 255 |
+
plotly==6.3.0
|
| 256 |
+
pluggy==1.5.0
|
| 257 |
+
ply==3.11
|
| 258 |
+
pondpond==1.4.1
|
| 259 |
+
pooch==1.8.2
|
| 260 |
+
portalocker==2.4.0
|
| 261 |
+
posthog==3.5.0
|
| 262 |
+
preshed==3.0.9
|
| 263 |
+
prettytable==3.11.0
|
| 264 |
+
primer3-py==2.2.0
|
| 265 |
+
prompt-toolkit==3.0.43
|
| 266 |
+
propcache==0.2.0
|
| 267 |
+
PuLP==3.1.1
|
| 268 |
+
pulsar-client==3.5.0
|
| 269 |
+
pyarrow==17.0.0
|
| 270 |
+
pyarrow-hotfix==0.6
|
| 271 |
+
pyclipper==1.3.0.post5
|
| 272 |
+
pycocotools==2.0.7
|
| 273 |
+
pycparser==2.21
|
| 274 |
+
pydantic==2.10.6
|
| 275 |
+
pydantic_core==2.27.2
|
| 276 |
+
pydeck==0.9.0b1
|
| 277 |
+
pyDOE2==1.3.0
|
| 278 |
+
pydub==0.25.1
|
| 279 |
+
pyfaidx==0.9.0.1
|
| 280 |
+
Pygments==2.19.2
|
| 281 |
+
PyJWT==2.8.0
|
| 282 |
+
pymodbus==3.6.9
|
| 283 |
+
PyMuPDF==1.23.16
|
| 284 |
+
PyMuPDFb==1.23.9
|
| 285 |
+
PyNaCl==1.6.2
|
| 286 |
+
pynndescent==0.5.13
|
| 287 |
+
Pyomo==6.8.2
|
| 288 |
+
pyOpenSSL==24.1.0
|
| 289 |
+
pypandoc==1.13
|
| 290 |
+
pypdf==4.2.0
|
| 291 |
+
pypdfium2==4.29.0
|
| 292 |
+
PyPika==0.48.9
|
| 293 |
+
PyQt5==5.15.7
|
| 294 |
+
PyQt5-Qt5==5.15.17
|
| 295 |
+
PyQt5_sip==12.15.0
|
| 296 |
+
pyro-api==0.1.2
|
| 297 |
+
pyro-ppl==1.9.1
|
| 298 |
+
pysam==0.23.3
|
| 299 |
+
PySocks==1.7.1
|
| 300 |
+
pysqlite3-binary==0.5.2.post3
|
| 301 |
+
pystan==2.19.1.1
|
| 302 |
+
pytesseract==0.3.10
|
| 303 |
+
pytest-cov==5.0.0
|
| 304 |
+
python-dateutil==2.9.0.post0
|
| 305 |
+
python-decouple==3.8
|
| 306 |
+
python-docx==1.1.0
|
| 307 |
+
python-dotenv==1.0.1
|
| 308 |
+
python-iso639==2024.4.27
|
| 309 |
+
python-Levenshtein==0.25.1
|
| 310 |
+
python-multipart==0.0.18
|
| 311 |
+
python-pptx==0.6.23
|
| 312 |
+
python-slugify==8.0.4
|
| 313 |
+
pytorch-pretrained-bert==0.6.2
|
| 314 |
+
pytz==2025.2
|
| 315 |
+
pyvista==0.44.2
|
| 316 |
+
PyWavelets==1.4.1
|
| 317 |
+
PyYAML==6.0.3
|
| 318 |
+
quantile-python==1.1
|
| 319 |
+
rapidfuzz==3.8.1
|
| 320 |
+
rapidocr-onnxruntime==1.3.8
|
| 321 |
+
ray==2.10.0
|
| 322 |
+
rdkit==2024.3.5
|
| 323 |
+
redis==6.1.1
|
| 324 |
+
referencing==0.35.1
|
| 325 |
+
regex==2022.4.24
|
| 326 |
+
requests==2.32.4
|
| 327 |
+
requests-oauthlib==1.3.0
|
| 328 |
+
responses==0.16.0
|
| 329 |
+
rich==13.7.1
|
| 330 |
+
rouge-score==0.1.2
|
| 331 |
+
rpds-py==0.20.1
|
| 332 |
+
rq==2.3.3
|
| 333 |
+
rsa==4.7.2
|
| 334 |
+
ruff==0.4.2
|
| 335 |
+
rustworkx==0.15.1
|
| 336 |
+
s3transfer==0.11.3
|
| 337 |
+
sacrebleu==2.1.0
|
| 338 |
+
sacremoses==0.0.46
|
| 339 |
+
safetensors==0.4.3
|
| 340 |
+
scikit-learn==1.3.2
|
| 341 |
+
scipy==1.10.1
|
| 342 |
+
scooby==0.10.1
|
| 343 |
+
seaborn==0.13.2
|
| 344 |
+
semantic-version==2.10.0
|
| 345 |
+
sentence-transformers==2.2.2
|
| 346 |
+
sentencepiece==0.1.91
|
| 347 |
+
sentry-sdk==2.39.0
|
| 348 |
+
session_info==1.0.1
|
| 349 |
+
sgmllib3k==1.0.0
|
| 350 |
+
shapely==2.0.4
|
| 351 |
+
shellingham==1.5.4
|
| 352 |
+
shortuuid==1.0.13
|
| 353 |
+
six==1.17.0
|
| 354 |
+
smart-open==6.4.0
|
| 355 |
+
smmap==5.0.1
|
| 356 |
+
sniffio==1.3.1
|
| 357 |
+
snowballstemmer==2.2.0
|
| 358 |
+
sobol-seq==0.2.0
|
| 359 |
+
socksio==1.0.0
|
| 360 |
+
soupsieve==2.5
|
| 361 |
+
spacy-legacy==3.0.12
|
| 362 |
+
spacy-loggers==1.0.5
|
| 363 |
+
Sphinx==4.3.1
|
| 364 |
+
sphinxcontrib-applehelp==1.0.2
|
| 365 |
+
sphinxcontrib-devhelp==1.0.2
|
| 366 |
+
sphinxcontrib-htmlhelp==2.0.0
|
| 367 |
+
sphinxcontrib-jsmath==1.0.1
|
| 368 |
+
sphinxcontrib-qthelp==1.0.3
|
| 369 |
+
sphinxcontrib-serializinghtml==1.1.5
|
| 370 |
+
SQLAlchemy==2.0.19
|
| 371 |
+
sqlparse==0.4.2
|
| 372 |
+
sse-starlette==1.8.2
|
| 373 |
+
starlette==0.44.0
|
| 374 |
+
statsmodels==0.14.1
|
| 375 |
+
stdlib-list==0.10.0
|
| 376 |
+
streamlit==1.30.0
|
| 377 |
+
streamlit-aggrid==0.3.4.post3
|
| 378 |
+
streamlit-antd-components==0.3.1
|
| 379 |
+
streamlit-chatbox==1.1.11
|
| 380 |
+
streamlit-feedback==0.1.3
|
| 381 |
+
streamlit-modal==0.1.0
|
| 382 |
+
streamlit-option-menu==0.3.12
|
| 383 |
+
strsimpy==0.2.1
|
| 384 |
+
svgwrite==1.4.3
|
| 385 |
+
sympy==1.13.3
|
| 386 |
+
tabnet @ git+https://github.com/titu1994/tf-TabNet.git@53b144b4dd47184c3ee891501dcd90fb37683ab7
|
| 387 |
+
tabulate==0.8.9
|
| 388 |
+
tenacity==8.2.3
|
| 389 |
+
tensorboard-plugin-wit==1.8.0
|
| 390 |
+
tensorboardX==2.4.1
|
| 391 |
+
text-unidecode==1.3
|
| 392 |
+
texttable==1.7.0
|
| 393 |
+
thefuzz==0.22.1
|
| 394 |
+
threadpoolctl==3.5.0
|
| 395 |
+
tifffile==2023.7.10
|
| 396 |
+
tiktoken==0.7.0
|
| 397 |
+
timm==0.9.16
|
| 398 |
+
tk==0.1.0
|
| 399 |
+
tokenizers==0.20.3
|
| 400 |
+
toml==0.10.2
|
| 401 |
+
tomlkit==0.12.0
|
| 402 |
+
toolz==0.12.1
|
| 403 |
+
torch==2.4.1+cpu
|
| 404 |
+
torch-geometric==2.6.1
|
| 405 |
+
torchaudio==2.1.2+cu118
|
| 406 |
+
torchtext==0.4.0
|
| 407 |
+
tornado==6.4
|
| 408 |
+
tqdm==4.67.1
|
| 409 |
+
transformer-lens==2.16.1
|
| 410 |
+
transformers==4.46.3
|
| 411 |
+
transformers-stream-generator==0.0.5
|
| 412 |
+
typed-argument-parser==1.10.1
|
| 413 |
+
typeguard==4.4.0
|
| 414 |
+
typer==0.9.4
|
| 415 |
+
types-requests==2.31.0.20240406
|
| 416 |
+
typing-inspect==0.9.0
|
| 417 |
+
typing-utils==0.1.0
|
| 418 |
+
typing_extensions==4.13.2
|
| 419 |
+
tzdata==2024.1
|
| 420 |
+
tzlocal==5.2
|
| 421 |
+
umap-learn==0.5.7
|
| 422 |
+
Unidecode==1.3.2
|
| 423 |
+
unittest-xml-reporting==3.2.0
|
| 424 |
+
unstructured==0.11.0
|
| 425 |
+
unstructured-client==0.22.0
|
| 426 |
+
unstructured-inference==0.7.15
|
| 427 |
+
unstructured.pytesseract==0.3.12
|
| 428 |
+
uvicorn==0.29.0
|
| 429 |
+
uvloop==0.21.0
|
| 430 |
+
validators==0.28.1
|
| 431 |
+
vllm==0.2.7
|
| 432 |
+
vtk==9.3.1
|
| 433 |
+
wandb==0.22.0
|
| 434 |
+
watchdog==3.0.0
|
| 435 |
+
watchfiles==0.21.0
|
| 436 |
+
wavedrom==2.0.3.post3
|
| 437 |
+
weasel==0.3.4
|
| 438 |
+
websocket-client==1.8.0
|
| 439 |
+
websockets==13.1
|
| 440 |
+
Werkzeug==2.0.2
|
| 441 |
+
word2number==1.1
|
| 442 |
+
xlrd==2.0.1
|
| 443 |
+
XlsxWriter==3.0.2
|
| 444 |
+
xxhash==2.0.2
|
| 445 |
+
Yapsy==1.12.2
|
| 446 |
+
yarl==1.15.2
|
| 447 |
+
youtube-search==2.1.2
|
| 448 |
+
zipp==3.20.2
|
| 449 |
+
zope.event==4.5.0
|
| 450 |
+
zstandard==0.23.0
|
configs/027_test/editable.txt
ADDED
|
File without changes
|
configs/027_test/env.yml
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: 027_test
|
| 2 |
+
channels:
|
| 3 |
+
- conda-forge
|
| 4 |
+
- defaults
|
| 5 |
+
dependencies:
|
| 6 |
+
- _libgcc_mutex=0.1
|
| 7 |
+
- _openmp_mutex=4.5
|
| 8 |
+
- bzip2=1.0.8
|
| 9 |
+
- ca-certificates=2025.8.3
|
| 10 |
+
- ld_impl_linux-64=2.44
|
| 11 |
+
- libffi=3.4.6
|
| 12 |
+
- libgcc=15.1.0
|
| 13 |
+
- libgcc-ng=15.1.0
|
| 14 |
+
- libgomp=15.1.0
|
| 15 |
+
- liblzma=5.8.1
|
| 16 |
+
- liblzma-devel=5.8.1
|
| 17 |
+
- libnsl=2.0.1
|
| 18 |
+
- libsqlite=3.50.4
|
| 19 |
+
- libuuid=2.41.2
|
| 20 |
+
- libxcrypt=4.4.36
|
| 21 |
+
- libzlib=1.3.1
|
| 22 |
+
- ncurses=6.5
|
| 23 |
+
- openssl=3.5.3
|
| 24 |
+
- pip=22.1.2
|
| 25 |
+
- python=3.8.20
|
| 26 |
+
- readline=8.2
|
| 27 |
+
- setuptools=70.3.0
|
| 28 |
+
- tk=8.6.13
|
| 29 |
+
- wheel=0.45.1
|
| 30 |
+
- xz=5.8.1
|
| 31 |
+
- xz-gpl-tools=5.8.1
|
| 32 |
+
- xz-tools=5.8.1
|
| 33 |
+
- pip:
|
| 34 |
+
- filelock==3.13.1
|
| 35 |
+
- fsspec==2024.6.1
|
| 36 |
+
- idna==3.10
|
| 37 |
+
- jinja2==3.1.4
|
| 38 |
+
- markupsafe==2.1.5
|
| 39 |
+
- mpmath==1.3.0
|
| 40 |
+
- networkx==3.0
|
| 41 |
+
- numpy==1.24.4
|
| 42 |
+
- packaging==25.0
|
| 43 |
+
- six==1.17.0
|
| 44 |
+
- sympy==1.13.3
|
| 45 |
+
- torch==2.4.1+cpu
|
| 46 |
+
- typing-extensions==4.12.2
|
| 47 |
+
prefix: /home/lily/yz979/anaconda3/envs/027_test
|
configs/027_test/explicit.txt
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# This file may be used to create an environment using:
|
| 2 |
+
# $ conda create --name <env> --file <this file>
|
| 3 |
+
# platform: linux-64
|
| 4 |
+
@EXPLICIT
|
| 5 |
+
https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2#d7c89558ba9fa0495403155b64376d81
|
| 6 |
+
https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.8.3-hbd8a1cb_0.conda#74784ee3d225fc3dca89edb635b4e5cc
|
| 7 |
+
https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.44-ha97dd6f_2.conda#14bae321b8127b63cba276bd53fac237
|
| 8 |
+
https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.1.0-h767d61c_5.conda#dcd5ff1940cd38f6df777cac86819d60
|
| 9 |
+
https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2#73aaf86a425cc6e73fcf236a5a46396d
|
| 10 |
+
https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.1.0-h767d61c_5.conda#264fbfba7fb20acf3b29cde153e345ce
|
| 11 |
+
https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_8.conda#51a19bba1b8ebfb60df25cde030b7ebc
|
| 12 |
+
https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85
|
| 13 |
+
https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.1.0-h69a702a_5.conda#069afdf8ea72504e48d23ae1171d951c
|
| 14 |
+
https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.1-hb9d3cd8_2.conda#1a580f7796c7bf6393fddb8bbbde58dc
|
| 15 |
+
https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4
|
| 16 |
+
https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.41.2-he9a06e4_0.conda#80c07c68d2f6870250959dcc95b209d1
|
| 17 |
+
https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda#edb0dca6bc32e4f4789199455a1dbeb8
|
| 18 |
+
https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7
|
| 19 |
+
https://conda.anaconda.org/conda-forge/linux-64/openssl-3.5.3-h26f9b46_1.conda#4fc6c4c88da64c0219c0c6c0408cedd4
|
| 20 |
+
https://conda.anaconda.org/conda-forge/linux-64/liblzma-devel-5.8.1-hb9d3cd8_2.conda#f61edadbb301530bd65a32646bd81552
|
| 21 |
+
https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.50.4-h0c1763c_0.conda#0b367fad34931cb79e0d6b7e5c06bb1c
|
| 22 |
+
https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc
|
| 23 |
+
https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8c095d6_2.conda#283b96675859b20a825f8fa30f311446
|
| 24 |
+
https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_hd72426e_102.conda#a0116df4f4ed05c303811a837d5b39d8
|
| 25 |
+
https://conda.anaconda.org/conda-forge/linux-64/xz-gpl-tools-5.8.1-hbcc6ac9_2.conda#bf627c16aa26231720af037a2709ab09
|
| 26 |
+
https://conda.anaconda.org/conda-forge/linux-64/xz-tools-5.8.1-hb9d3cd8_2.conda#1bad2995c8f1c8075c6c331bf96e46fb
|
| 27 |
+
https://conda.anaconda.org/conda-forge/linux-64/xz-5.8.1-hbcc6ac9_2.conda#68eae977d7d1196d32b636a026dc015d
|
| 28 |
+
https://conda.anaconda.org/conda-forge/linux-64/python-3.8.20-h4a871b0_2_cpython.conda#05ffff2f44ad60b94ecb53d029c6bdf7
|
| 29 |
+
https://conda.anaconda.org/conda-forge/noarch/setuptools-70.3.0-pyhd8ed1ab_0.conda#693bb57e8f92120caa956898065f3627
|
| 30 |
+
https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_0.conda#bdb2f437ce62fd2f1fef9119a37a12d9
|
| 31 |
+
https://conda.anaconda.org/conda-forge/noarch/pip-22.1.2-pyhd8ed1ab_0.tar.bz2#d29185c662a424f8bea1103270b85c96
|
configs/027_test/meta.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env": "027_test",
|
| 3 |
+
"python_version": "3.8.20",
|
| 4 |
+
"has_cuda_hint": false,
|
| 5 |
+
"editable_count": 0,
|
| 6 |
+
"source_prefix": "/home/lily/yz979/anaconda3/envs/027_test",
|
| 7 |
+
"exported_at": "2026-05-17T04:03:33Z"
|
| 8 |
+
}
|
configs/027_test/pip-clean.txt
ADDED
|
@@ -0,0 +1,449 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
absl-py==2.3.1
|
| 2 |
+
accelerate==0.24.1
|
| 3 |
+
aiofiles==23.2.1
|
| 4 |
+
aiohappyeyeballs==2.4.4
|
| 5 |
+
aiohttp==3.10.11
|
| 6 |
+
aioprometheus==23.12.0
|
| 7 |
+
aiosignal==1.3.1
|
| 8 |
+
alabaster==0.7.12
|
| 9 |
+
allennlp==0.8.4
|
| 10 |
+
altair==5.3.0
|
| 11 |
+
annotated-types==0.6.0
|
| 12 |
+
anyio==3.7.1
|
| 13 |
+
APScheduler==3.11.2
|
| 14 |
+
arxiv==2.1.0
|
| 15 |
+
astunparse==1.6.3
|
| 16 |
+
async-timeout==4.0.3
|
| 17 |
+
attrs==25.3.0
|
| 18 |
+
autograd==1.7.0
|
| 19 |
+
autoray==0.6.12
|
| 20 |
+
awscli==1.32.93
|
| 21 |
+
azure-core==1.33.0
|
| 22 |
+
azure-identity==1.21.0
|
| 23 |
+
azure-storage-blob==12.26.0
|
| 24 |
+
Babel==2.9.1
|
| 25 |
+
backoff==2.2.1
|
| 26 |
+
backports.zoneinfo==0.2.1
|
| 27 |
+
bcrypt==4.1.2
|
| 28 |
+
beartype==0.14.1
|
| 29 |
+
better-abc==0.0.3
|
| 30 |
+
biopython==1.83
|
| 31 |
+
bitarray==2.5.1
|
| 32 |
+
bitsandbytes==0.43.1
|
| 33 |
+
blessed==1.20.0
|
| 34 |
+
blis==0.7.11
|
| 35 |
+
boto3==1.36.0
|
| 36 |
+
botocore==1.36.26
|
| 37 |
+
botorch==0.8.5
|
| 38 |
+
bpl==0.1.1
|
| 39 |
+
Brotli==1.1.0
|
| 40 |
+
bs4==0.0.2
|
| 41 |
+
cachetools==4.2.4
|
| 42 |
+
cffi==1.15.0
|
| 43 |
+
cftime==1.6.4.post1
|
| 44 |
+
chaospy==3.3.9
|
| 45 |
+
charset-normalizer==3.4.7
|
| 46 |
+
chex==0.1.7
|
| 47 |
+
chroma-hnswlib==0.7.3
|
| 48 |
+
chromadb==0.4.15
|
| 49 |
+
click==8.1.7
|
| 50 |
+
cloudpathlib==0.16.0
|
| 51 |
+
cobra==0.29.1
|
| 52 |
+
cohere==5.3.3
|
| 53 |
+
coloredlogs==15.0.1
|
| 54 |
+
confection==0.1.4
|
| 55 |
+
ConfigArgParse==1.5.3
|
| 56 |
+
conllu==0.11
|
| 57 |
+
coverage==7.6.1
|
| 58 |
+
cpm-kernels==1.0.11
|
| 59 |
+
cryptography==42.0.5
|
| 60 |
+
cvxopt==1.3.2
|
| 61 |
+
cymem==2.0.8
|
| 62 |
+
Cython==0.29.30
|
| 63 |
+
dataclasses==0.6
|
| 64 |
+
dataclasses-json==0.6.4
|
| 65 |
+
datasets==2.19.0
|
| 66 |
+
deepdiff==7.0.1
|
| 67 |
+
Deprecated==1.2.14
|
| 68 |
+
deprecation==2.1.0
|
| 69 |
+
dill==0.3.8
|
| 70 |
+
distro==1.9.0
|
| 71 |
+
dm-tree==0.1.8
|
| 72 |
+
dnspython==2.6.1
|
| 73 |
+
docstring_parser==0.17.0
|
| 74 |
+
docutils==0.15.2
|
| 75 |
+
dotenv==0.9.9
|
| 76 |
+
duckduckgo-search==3.9.9
|
| 77 |
+
editdistance==0.6.0
|
| 78 |
+
effdet==0.4.1
|
| 79 |
+
einops==0.7.0
|
| 80 |
+
email-validator==2.3.0
|
| 81 |
+
emoji==2.11.1
|
| 82 |
+
equinox==0.10.4
|
| 83 |
+
et-xmlfile==1.1.0
|
| 84 |
+
eval_type_backport==0.2.2
|
| 85 |
+
exceptiongroup==1.2.1
|
| 86 |
+
fairseq==0.10.2
|
| 87 |
+
faiss-cpu==1.7.4
|
| 88 |
+
faiss-gpu==1.7.2
|
| 89 |
+
fancy-einsum==0.0.3
|
| 90 |
+
fastapi==0.115.14
|
| 91 |
+
fastapi-sso==0.16.0
|
| 92 |
+
fastavro==1.9.4
|
| 93 |
+
fastuuid==0.13.5
|
| 94 |
+
fbpca==1.0
|
| 95 |
+
feedparser==6.0.10
|
| 96 |
+
ffmpy==0.3.2
|
| 97 |
+
filelock==3.13.1
|
| 98 |
+
filetype==1.2.0
|
| 99 |
+
finch-clust @ git+https://github.com/ssarfraz/FINCH-Clustering.git@b18166999af5f93c66edba8bdbae096f8795e82c
|
| 100 |
+
flaky==3.7.0
|
| 101 |
+
Flask-Cors==3.0.10
|
| 102 |
+
frozenlist==1.4.1
|
| 103 |
+
fschat==0.2.35
|
| 104 |
+
fsspec==2025.3.0
|
| 105 |
+
ftfy==6.0.3
|
| 106 |
+
future==0.18.2
|
| 107 |
+
fuzzywuzzy==0.18.0
|
| 108 |
+
gdown==5.2.0
|
| 109 |
+
geosketch==1.3
|
| 110 |
+
geotorch==0.3.0
|
| 111 |
+
get-annotations==0.1.2
|
| 112 |
+
gevent==21.12.0
|
| 113 |
+
gitdb==4.0.11
|
| 114 |
+
GitPython==3.1.43
|
| 115 |
+
google-pasta==0.2.0
|
| 116 |
+
googleapis-common-protos==1.63.0
|
| 117 |
+
gpustat==1.1.1
|
| 118 |
+
gpytorch==1.10
|
| 119 |
+
gradio_client==0.16.0
|
| 120 |
+
graphlib_backport==1.1.0
|
| 121 |
+
greenlet==1.1.2
|
| 122 |
+
gunicorn==23.0.0
|
| 123 |
+
h11==0.14.0
|
| 124 |
+
h2==4.1.0
|
| 125 |
+
hf-xet==1.2.0
|
| 126 |
+
hf_transfer==0.1.9
|
| 127 |
+
hpack==4.0.0
|
| 128 |
+
httpcore==1.0.5
|
| 129 |
+
httptools==0.6.1
|
| 130 |
+
httpx==0.28.1
|
| 131 |
+
httpx-sse==0.4.0
|
| 132 |
+
huggingface_hub==0.36.1
|
| 133 |
+
humanfriendly==10.0
|
| 134 |
+
hyperframe==6.0.1
|
| 135 |
+
icetk==0.0.4
|
| 136 |
+
idna==3.10
|
| 137 |
+
igraph==0.11.8
|
| 138 |
+
imageio==2.35.1
|
| 139 |
+
imagesize==1.3.0
|
| 140 |
+
imgaug==0.4.0
|
| 141 |
+
importlib-metadata==7.0.0
|
| 142 |
+
importlib_resources==6.4.5
|
| 143 |
+
inequalipy==1.0.5
|
| 144 |
+
iniconfig==1.1.1
|
| 145 |
+
inquirerpy==0.3.4
|
| 146 |
+
iopath==0.1.10
|
| 147 |
+
isodate==0.7.2
|
| 148 |
+
itsdangerous==2.0.1
|
| 149 |
+
jax==0.4.13
|
| 150 |
+
jaxlib==0.4.13
|
| 151 |
+
jaxtyping==0.2.19
|
| 152 |
+
Jinja2==3.1.6
|
| 153 |
+
jiter==0.9.1
|
| 154 |
+
jmespath==0.10.0
|
| 155 |
+
joblib==1.4.2
|
| 156 |
+
jsonnet==0.17.0
|
| 157 |
+
jsonpatch==1.33
|
| 158 |
+
jsonpath-python==1.0.6
|
| 159 |
+
jsonpickle==2.0.0
|
| 160 |
+
jsonschema==4.23.0
|
| 161 |
+
jsonschema-specifications==2023.12.1
|
| 162 |
+
kaggle==1.7.4.5
|
| 163 |
+
Keras-Preprocessing==1.1.2
|
| 164 |
+
kubernetes==29.0.0
|
| 165 |
+
langchain==0.1.16
|
| 166 |
+
langchain-community==0.0.34
|
| 167 |
+
langchain-core==0.1.46
|
| 168 |
+
langchain-experimental==0.0.57
|
| 169 |
+
langchain-text-splitters==0.0.1
|
| 170 |
+
langcodes==3.4.0
|
| 171 |
+
langdetect==1.0.9
|
| 172 |
+
langsmith==0.1.51
|
| 173 |
+
language_data==1.2.0
|
| 174 |
+
layoutparser==0.3.4
|
| 175 |
+
lazy_loader==0.4
|
| 176 |
+
leidenalg==0.10.2
|
| 177 |
+
Levenshtein==0.25.1
|
| 178 |
+
linear-operator==0.4.0
|
| 179 |
+
litellm==1.77.4
|
| 180 |
+
litellm-enterprise==0.1.20
|
| 181 |
+
litellm-proxy-extras==0.2.19
|
| 182 |
+
llama-index==0.9.35
|
| 183 |
+
llvmlite==0.41.1
|
| 184 |
+
lmdb==1.7.3
|
| 185 |
+
lxml==5.2.1
|
| 186 |
+
madoka==0.7.1
|
| 187 |
+
marisa-trie==1.1.0
|
| 188 |
+
Markdown==3.3.6
|
| 189 |
+
markdown-it-py==3.0.0
|
| 190 |
+
markdown2==2.4.13
|
| 191 |
+
markdownify==0.11.6
|
| 192 |
+
MarkupSafe==2.1.5
|
| 193 |
+
marshmallow==3.21.1
|
| 194 |
+
mdtex2html==1.3.0
|
| 195 |
+
mdurl==0.1.2
|
| 196 |
+
metaphor-python==0.1.23
|
| 197 |
+
ml-dtypes==0.2.0
|
| 198 |
+
monotonic==1.6
|
| 199 |
+
mpmath==1.3.0
|
| 200 |
+
mrcfile==1.5.4
|
| 201 |
+
msal==1.36.0
|
| 202 |
+
msal-extensions==1.3.0
|
| 203 |
+
msg-parser==1.2.0
|
| 204 |
+
msgpack==1.0.8
|
| 205 |
+
msgpack-numpy==0.4.3.2
|
| 206 |
+
multidict==6.0.5
|
| 207 |
+
multipledispatch==1.0.0
|
| 208 |
+
multiprocess==0.70.16
|
| 209 |
+
murmurhash==1.0.10
|
| 210 |
+
mypy-extensions==1.0.0
|
| 211 |
+
narwhals==1.42.1
|
| 212 |
+
natsort==8.4.0
|
| 213 |
+
nest-asyncio==1.6.0
|
| 214 |
+
netCDF4==1.7.2
|
| 215 |
+
networkx==3.0
|
| 216 |
+
neuroHarmonize==2.4.5
|
| 217 |
+
nh3==0.2.17
|
| 218 |
+
ninja==1.11.1.1
|
| 219 |
+
nltk==3.8.1
|
| 220 |
+
numba==0.58.1
|
| 221 |
+
numexpr==2.8.6
|
| 222 |
+
numpoly==1.0.6
|
| 223 |
+
numpy==1.24.4
|
| 224 |
+
numpydoc==1.1.0
|
| 225 |
+
nvidia-ml-py==12.535.133
|
| 226 |
+
nvitop==1.3.2
|
| 227 |
+
oauthlib==3.2.2
|
| 228 |
+
onnx==1.16.0
|
| 229 |
+
onnxruntime==1.15.1
|
| 230 |
+
openai==1.101.0
|
| 231 |
+
openpyxl==3.0.9
|
| 232 |
+
opentelemetry-api==1.24.0
|
| 233 |
+
opentelemetry-exporter-otlp-proto-common==1.24.0
|
| 234 |
+
opentelemetry-exporter-otlp-proto-grpc==1.24.0
|
| 235 |
+
opentelemetry-proto==1.24.0
|
| 236 |
+
opentelemetry-sdk==1.24.0
|
| 237 |
+
opentelemetry-semantic-conventions==0.45b0
|
| 238 |
+
opt-einsum==3.3.0
|
| 239 |
+
optax==0.1.5
|
| 240 |
+
ordered-set==4.1.0
|
| 241 |
+
orjson==3.10.1
|
| 242 |
+
overrides==7.7.0
|
| 243 |
+
packaging==26.2
|
| 244 |
+
pandas==2.0.3
|
| 245 |
+
pandas-stubs==1.2.0.45
|
| 246 |
+
parsimonious==0.8.1
|
| 247 |
+
pathlib==1.0.1
|
| 248 |
+
patsy==1.0.1
|
| 249 |
+
pdf2image==1.17.0
|
| 250 |
+
pfzy==0.3.4
|
| 251 |
+
PICOS==2.6.1
|
| 252 |
+
pikepdf==8.4.1
|
| 253 |
+
pip-search==0.0.12
|
| 254 |
+
pkgutil_resolve_name==1.3.10
|
| 255 |
+
plac==0.9.6
|
| 256 |
+
plotly==6.3.0
|
| 257 |
+
pluggy==1.5.0
|
| 258 |
+
ply==3.11
|
| 259 |
+
pondpond==1.4.1
|
| 260 |
+
pooch==1.8.2
|
| 261 |
+
portalocker==2.4.0
|
| 262 |
+
posthog==3.5.0
|
| 263 |
+
preshed==3.0.9
|
| 264 |
+
prettytable==3.11.0
|
| 265 |
+
primer3-py==2.2.0
|
| 266 |
+
prompt-toolkit==3.0.43
|
| 267 |
+
propcache==0.2.0
|
| 268 |
+
PuLP==3.1.1
|
| 269 |
+
pulsar-client==3.5.0
|
| 270 |
+
pyarrow==17.0.0
|
| 271 |
+
pyarrow-hotfix==0.6
|
| 272 |
+
pyclipper==1.3.0.post5
|
| 273 |
+
pycocotools==2.0.7
|
| 274 |
+
pycparser==2.21
|
| 275 |
+
pydantic==2.10.6
|
| 276 |
+
pydantic_core==2.27.2
|
| 277 |
+
pydeck==0.9.0b1
|
| 278 |
+
pyDOE2==1.3.0
|
| 279 |
+
pydub==0.25.1
|
| 280 |
+
pyfaidx==0.9.0.1
|
| 281 |
+
Pygments==2.19.2
|
| 282 |
+
PyJWT==2.8.0
|
| 283 |
+
pymodbus==3.6.9
|
| 284 |
+
PyMuPDF==1.23.16
|
| 285 |
+
PyMuPDFb==1.23.9
|
| 286 |
+
PyNaCl==1.6.2
|
| 287 |
+
pynndescent==0.5.13
|
| 288 |
+
Pyomo==6.8.2
|
| 289 |
+
pyOpenSSL==24.1.0
|
| 290 |
+
pypandoc==1.13
|
| 291 |
+
pypdf==4.2.0
|
| 292 |
+
pypdfium2==4.29.0
|
| 293 |
+
PyPika==0.48.9
|
| 294 |
+
PyQt5==5.15.7
|
| 295 |
+
PyQt5-Qt5==5.15.17
|
| 296 |
+
PyQt5_sip==12.15.0
|
| 297 |
+
pyro-api==0.1.2
|
| 298 |
+
pyro-ppl==1.9.1
|
| 299 |
+
pysam==0.23.3
|
| 300 |
+
PySocks==1.7.1
|
| 301 |
+
pysqlite3-binary==0.5.2.post3
|
| 302 |
+
pystan==2.19.1.1
|
| 303 |
+
pytesseract==0.3.10
|
| 304 |
+
pytest-cov==5.0.0
|
| 305 |
+
python-dateutil==2.9.0.post0
|
| 306 |
+
python-decouple==3.8
|
| 307 |
+
python-docx==1.1.0
|
| 308 |
+
python-dotenv==1.0.1
|
| 309 |
+
python-iso639==2024.4.27
|
| 310 |
+
python-Levenshtein==0.25.1
|
| 311 |
+
python-multipart==0.0.18
|
| 312 |
+
python-pptx==0.6.23
|
| 313 |
+
python-slugify==8.0.4
|
| 314 |
+
pytorch-pretrained-bert==0.6.2
|
| 315 |
+
pytz==2025.2
|
| 316 |
+
pyvista==0.44.2
|
| 317 |
+
PyWavelets==1.4.1
|
| 318 |
+
PyYAML==6.0.3
|
| 319 |
+
quantile-python==1.1
|
| 320 |
+
rapidfuzz==3.8.1
|
| 321 |
+
rapidocr-onnxruntime==1.3.8
|
| 322 |
+
ray==2.10.0
|
| 323 |
+
rdkit==2024.3.5
|
| 324 |
+
redis==6.1.1
|
| 325 |
+
referencing==0.35.1
|
| 326 |
+
regex==2022.4.24
|
| 327 |
+
requests==2.32.4
|
| 328 |
+
requests-oauthlib==1.3.0
|
| 329 |
+
responses==0.16.0
|
| 330 |
+
rich==13.7.1
|
| 331 |
+
rouge-score==0.1.2
|
| 332 |
+
rpds-py==0.20.1
|
| 333 |
+
rq==2.3.3
|
| 334 |
+
rsa==4.7.2
|
| 335 |
+
ruff==0.4.2
|
| 336 |
+
rustworkx==0.15.1
|
| 337 |
+
s3transfer==0.11.3
|
| 338 |
+
sacrebleu==2.1.0
|
| 339 |
+
sacremoses==0.0.46
|
| 340 |
+
safetensors==0.4.3
|
| 341 |
+
scooby==0.10.1
|
| 342 |
+
seaborn==0.13.2
|
| 343 |
+
semantic-version==2.10.0
|
| 344 |
+
sentence-transformers==2.2.2
|
| 345 |
+
sentencepiece==0.1.91
|
| 346 |
+
sentry-sdk==2.39.0
|
| 347 |
+
session_info==1.0.1
|
| 348 |
+
sgmllib3k==1.0.0
|
| 349 |
+
shapely==2.0.4
|
| 350 |
+
shellingham==1.5.4
|
| 351 |
+
shortuuid==1.0.13
|
| 352 |
+
six==1.17.0
|
| 353 |
+
smart-open==6.4.0
|
| 354 |
+
smmap==5.0.1
|
| 355 |
+
sniffio==1.3.1
|
| 356 |
+
snowballstemmer==2.2.0
|
| 357 |
+
sobol-seq==0.2.0
|
| 358 |
+
socksio==1.0.0
|
| 359 |
+
soupsieve==2.5
|
| 360 |
+
spacy-legacy==3.0.12
|
| 361 |
+
spacy-loggers==1.0.5
|
| 362 |
+
Sphinx==4.3.1
|
| 363 |
+
sphinxcontrib-applehelp==1.0.2
|
| 364 |
+
sphinxcontrib-devhelp==1.0.2
|
| 365 |
+
sphinxcontrib-htmlhelp==2.0.0
|
| 366 |
+
sphinxcontrib-jsmath==1.0.1
|
| 367 |
+
sphinxcontrib-qthelp==1.0.3
|
| 368 |
+
sphinxcontrib-serializinghtml==1.1.5
|
| 369 |
+
SQLAlchemy==2.0.19
|
| 370 |
+
sqlparse==0.4.2
|
| 371 |
+
sse-starlette==1.8.2
|
| 372 |
+
starlette==0.44.0
|
| 373 |
+
statsmodels==0.14.1
|
| 374 |
+
stdlib-list==0.10.0
|
| 375 |
+
streamlit==1.30.0
|
| 376 |
+
streamlit-aggrid==0.3.4.post3
|
| 377 |
+
streamlit-antd-components==0.3.1
|
| 378 |
+
streamlit-chatbox==1.1.11
|
| 379 |
+
streamlit-feedback==0.1.3
|
| 380 |
+
streamlit-modal==0.1.0
|
| 381 |
+
streamlit-option-menu==0.3.12
|
| 382 |
+
strsimpy==0.2.1
|
| 383 |
+
svgwrite==1.4.3
|
| 384 |
+
sympy==1.13.3
|
| 385 |
+
tabnet @ git+https://github.com/titu1994/tf-TabNet.git@53b144b4dd47184c3ee891501dcd90fb37683ab7
|
| 386 |
+
tabulate==0.8.9
|
| 387 |
+
tenacity==8.2.3
|
| 388 |
+
tensorboard-plugin-wit==1.8.0
|
| 389 |
+
tensorboardX==2.4.1
|
| 390 |
+
text-unidecode==1.3
|
| 391 |
+
texttable==1.7.0
|
| 392 |
+
thefuzz==0.22.1
|
| 393 |
+
threadpoolctl==3.5.0
|
| 394 |
+
tifffile==2023.7.10
|
| 395 |
+
tiktoken==0.7.0
|
| 396 |
+
timm==0.9.16
|
| 397 |
+
tk==0.1.0
|
| 398 |
+
tokenizers==0.20.3
|
| 399 |
+
toml==0.10.2
|
| 400 |
+
tomlkit==0.12.0
|
| 401 |
+
toolz==0.12.1
|
| 402 |
+
torch==2.4.1+cpu
|
| 403 |
+
torch-geometric==2.6.1
|
| 404 |
+
torchaudio==2.1.2+cu118
|
| 405 |
+
torchtext==0.4.0
|
| 406 |
+
tornado==6.4
|
| 407 |
+
tqdm==4.67.1
|
| 408 |
+
transformer-lens==2.16.1
|
| 409 |
+
transformers==4.46.3
|
| 410 |
+
transformers-stream-generator==0.0.5
|
| 411 |
+
typed-argument-parser==1.10.1
|
| 412 |
+
typeguard==4.4.0
|
| 413 |
+
typer==0.9.4
|
| 414 |
+
types-requests==2.31.0.20240406
|
| 415 |
+
typing-inspect==0.9.0
|
| 416 |
+
typing-utils==0.1.0
|
| 417 |
+
typing_extensions==4.13.2
|
| 418 |
+
tzdata==2024.1
|
| 419 |
+
tzlocal==5.2
|
| 420 |
+
umap-learn==0.5.7
|
| 421 |
+
Unidecode==1.3.2
|
| 422 |
+
unittest-xml-reporting==3.2.0
|
| 423 |
+
unstructured==0.11.0
|
| 424 |
+
unstructured-client==0.22.0
|
| 425 |
+
unstructured-inference==0.7.15
|
| 426 |
+
unstructured.pytesseract==0.3.12
|
| 427 |
+
uvicorn==0.29.0
|
| 428 |
+
uvloop==0.21.0
|
| 429 |
+
validators==0.28.1
|
| 430 |
+
vllm==0.2.7
|
| 431 |
+
vtk==9.3.1
|
| 432 |
+
wandb==0.22.0
|
| 433 |
+
watchdog==3.0.0
|
| 434 |
+
watchfiles==0.21.0
|
| 435 |
+
wavedrom==2.0.3.post3
|
| 436 |
+
weasel==0.3.4
|
| 437 |
+
websocket-client==1.8.0
|
| 438 |
+
websockets==13.1
|
| 439 |
+
Werkzeug==2.0.2
|
| 440 |
+
word2number==1.1
|
| 441 |
+
xlrd==2.0.1
|
| 442 |
+
XlsxWriter==3.0.2
|
| 443 |
+
xxhash==2.0.2
|
| 444 |
+
Yapsy==1.12.2
|
| 445 |
+
yarl==1.15.2
|
| 446 |
+
youtube-search==2.1.2
|
| 447 |
+
zipp==3.20.2
|
| 448 |
+
zope.event==4.5.0
|
| 449 |
+
zstandard==0.23.0
|
configs/027_test/pip-freeze.txt
ADDED
|
@@ -0,0 +1,449 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
absl-py==2.3.1
|
| 2 |
+
accelerate==0.24.1
|
| 3 |
+
aiofiles==23.2.1
|
| 4 |
+
aiohappyeyeballs==2.4.4
|
| 5 |
+
aiohttp==3.10.11
|
| 6 |
+
aioprometheus==23.12.0
|
| 7 |
+
aiosignal==1.3.1
|
| 8 |
+
alabaster==0.7.12
|
| 9 |
+
allennlp==0.8.4
|
| 10 |
+
altair==5.3.0
|
| 11 |
+
annotated-types==0.6.0
|
| 12 |
+
anyio==3.7.1
|
| 13 |
+
APScheduler==3.11.2
|
| 14 |
+
arxiv==2.1.0
|
| 15 |
+
astunparse==1.6.3
|
| 16 |
+
async-timeout==4.0.3
|
| 17 |
+
attrs==25.3.0
|
| 18 |
+
autograd==1.7.0
|
| 19 |
+
autoray==0.6.12
|
| 20 |
+
awscli==1.32.93
|
| 21 |
+
azure-core==1.33.0
|
| 22 |
+
azure-identity==1.21.0
|
| 23 |
+
azure-storage-blob==12.26.0
|
| 24 |
+
Babel==2.9.1
|
| 25 |
+
backoff==2.2.1
|
| 26 |
+
backports.zoneinfo==0.2.1
|
| 27 |
+
bcrypt==4.1.2
|
| 28 |
+
beartype==0.14.1
|
| 29 |
+
better-abc==0.0.3
|
| 30 |
+
biopython==1.83
|
| 31 |
+
bitarray==2.5.1
|
| 32 |
+
bitsandbytes==0.43.1
|
| 33 |
+
blessed==1.20.0
|
| 34 |
+
blis==0.7.11
|
| 35 |
+
boto3==1.36.0
|
| 36 |
+
botocore==1.36.26
|
| 37 |
+
botorch==0.8.5
|
| 38 |
+
bpl==0.1.1
|
| 39 |
+
Brotli==1.1.0
|
| 40 |
+
bs4==0.0.2
|
| 41 |
+
cachetools==4.2.4
|
| 42 |
+
cffi==1.15.0
|
| 43 |
+
cftime==1.6.4.post1
|
| 44 |
+
chaospy==3.3.9
|
| 45 |
+
charset-normalizer==3.4.7
|
| 46 |
+
chex==0.1.7
|
| 47 |
+
chroma-hnswlib==0.7.3
|
| 48 |
+
chromadb==0.4.15
|
| 49 |
+
click==8.1.7
|
| 50 |
+
cloudpathlib==0.16.0
|
| 51 |
+
cobra==0.29.1
|
| 52 |
+
cohere==5.3.3
|
| 53 |
+
coloredlogs==15.0.1
|
| 54 |
+
confection==0.1.4
|
| 55 |
+
ConfigArgParse==1.5.3
|
| 56 |
+
conllu==0.11
|
| 57 |
+
coverage==7.6.1
|
| 58 |
+
cpm-kernels==1.0.11
|
| 59 |
+
cryptography==42.0.5
|
| 60 |
+
cvxopt==1.3.2
|
| 61 |
+
cymem==2.0.8
|
| 62 |
+
Cython==0.29.30
|
| 63 |
+
dataclasses==0.6
|
| 64 |
+
dataclasses-json==0.6.4
|
| 65 |
+
datasets==2.19.0
|
| 66 |
+
deepdiff==7.0.1
|
| 67 |
+
Deprecated==1.2.14
|
| 68 |
+
deprecation==2.1.0
|
| 69 |
+
dill==0.3.8
|
| 70 |
+
distro==1.9.0
|
| 71 |
+
dm-tree==0.1.8
|
| 72 |
+
dnspython==2.6.1
|
| 73 |
+
docstring_parser==0.17.0
|
| 74 |
+
docutils==0.15.2
|
| 75 |
+
dotenv==0.9.9
|
| 76 |
+
duckduckgo-search==3.9.9
|
| 77 |
+
editdistance==0.6.0
|
| 78 |
+
effdet==0.4.1
|
| 79 |
+
einops==0.7.0
|
| 80 |
+
email-validator==2.3.0
|
| 81 |
+
emoji==2.11.1
|
| 82 |
+
equinox==0.10.4
|
| 83 |
+
et-xmlfile==1.1.0
|
| 84 |
+
eval_type_backport==0.2.2
|
| 85 |
+
exceptiongroup==1.2.1
|
| 86 |
+
fairseq==0.10.2
|
| 87 |
+
faiss-cpu==1.7.4
|
| 88 |
+
faiss-gpu==1.7.2
|
| 89 |
+
fancy-einsum==0.0.3
|
| 90 |
+
fastapi==0.115.14
|
| 91 |
+
fastapi-sso==0.16.0
|
| 92 |
+
fastavro==1.9.4
|
| 93 |
+
fastuuid==0.13.5
|
| 94 |
+
fbpca==1.0
|
| 95 |
+
feedparser==6.0.10
|
| 96 |
+
ffmpy==0.3.2
|
| 97 |
+
filelock==3.13.1
|
| 98 |
+
filetype==1.2.0
|
| 99 |
+
finch-clust @ git+https://github.com/ssarfraz/FINCH-Clustering.git@b18166999af5f93c66edba8bdbae096f8795e82c
|
| 100 |
+
flaky==3.7.0
|
| 101 |
+
Flask-Cors==3.0.10
|
| 102 |
+
frozenlist==1.4.1
|
| 103 |
+
fschat==0.2.35
|
| 104 |
+
fsspec==2025.3.0
|
| 105 |
+
ftfy==6.0.3
|
| 106 |
+
future==0.18.2
|
| 107 |
+
fuzzywuzzy==0.18.0
|
| 108 |
+
gdown==5.2.0
|
| 109 |
+
geosketch==1.3
|
| 110 |
+
geotorch==0.3.0
|
| 111 |
+
get-annotations==0.1.2
|
| 112 |
+
gevent==21.12.0
|
| 113 |
+
gitdb==4.0.11
|
| 114 |
+
GitPython==3.1.43
|
| 115 |
+
google-pasta==0.2.0
|
| 116 |
+
googleapis-common-protos==1.63.0
|
| 117 |
+
gpustat==1.1.1
|
| 118 |
+
gpytorch==1.10
|
| 119 |
+
gradio_client==0.16.0
|
| 120 |
+
graphlib_backport==1.1.0
|
| 121 |
+
greenlet==1.1.2
|
| 122 |
+
gunicorn==23.0.0
|
| 123 |
+
h11==0.14.0
|
| 124 |
+
h2==4.1.0
|
| 125 |
+
hf-xet==1.2.0
|
| 126 |
+
hf_transfer==0.1.9
|
| 127 |
+
hpack==4.0.0
|
| 128 |
+
httpcore==1.0.5
|
| 129 |
+
httptools==0.6.1
|
| 130 |
+
httpx==0.28.1
|
| 131 |
+
httpx-sse==0.4.0
|
| 132 |
+
huggingface_hub==0.36.1
|
| 133 |
+
humanfriendly==10.0
|
| 134 |
+
hyperframe==6.0.1
|
| 135 |
+
icetk==0.0.4
|
| 136 |
+
idna==3.10
|
| 137 |
+
igraph==0.11.8
|
| 138 |
+
imageio==2.35.1
|
| 139 |
+
imagesize==1.3.0
|
| 140 |
+
imgaug==0.4.0
|
| 141 |
+
importlib-metadata==7.0.0
|
| 142 |
+
importlib_resources==6.4.5
|
| 143 |
+
inequalipy==1.0.5
|
| 144 |
+
iniconfig==1.1.1
|
| 145 |
+
inquirerpy==0.3.4
|
| 146 |
+
iopath==0.1.10
|
| 147 |
+
isodate==0.7.2
|
| 148 |
+
itsdangerous==2.0.1
|
| 149 |
+
jax==0.4.13
|
| 150 |
+
jaxlib==0.4.13
|
| 151 |
+
jaxtyping==0.2.19
|
| 152 |
+
Jinja2==3.1.6
|
| 153 |
+
jiter==0.9.1
|
| 154 |
+
jmespath==0.10.0
|
| 155 |
+
joblib==1.4.2
|
| 156 |
+
jsonnet==0.17.0
|
| 157 |
+
jsonpatch==1.33
|
| 158 |
+
jsonpath-python==1.0.6
|
| 159 |
+
jsonpickle==2.0.0
|
| 160 |
+
jsonschema==4.23.0
|
| 161 |
+
jsonschema-specifications==2023.12.1
|
| 162 |
+
kaggle==1.7.4.5
|
| 163 |
+
Keras-Preprocessing==1.1.2
|
| 164 |
+
kubernetes==29.0.0
|
| 165 |
+
langchain==0.1.16
|
| 166 |
+
langchain-community==0.0.34
|
| 167 |
+
langchain-core==0.1.46
|
| 168 |
+
langchain-experimental==0.0.57
|
| 169 |
+
langchain-text-splitters==0.0.1
|
| 170 |
+
langcodes==3.4.0
|
| 171 |
+
langdetect==1.0.9
|
| 172 |
+
langsmith==0.1.51
|
| 173 |
+
language_data==1.2.0
|
| 174 |
+
layoutparser==0.3.4
|
| 175 |
+
lazy_loader==0.4
|
| 176 |
+
leidenalg==0.10.2
|
| 177 |
+
Levenshtein==0.25.1
|
| 178 |
+
linear-operator==0.4.0
|
| 179 |
+
litellm==1.77.4
|
| 180 |
+
litellm-enterprise==0.1.20
|
| 181 |
+
litellm-proxy-extras==0.2.19
|
| 182 |
+
llama-index==0.9.35
|
| 183 |
+
llvmlite==0.41.1
|
| 184 |
+
lmdb==1.7.3
|
| 185 |
+
lxml==5.2.1
|
| 186 |
+
madoka==0.7.1
|
| 187 |
+
marisa-trie==1.1.0
|
| 188 |
+
Markdown==3.3.6
|
| 189 |
+
markdown-it-py==3.0.0
|
| 190 |
+
markdown2==2.4.13
|
| 191 |
+
markdownify==0.11.6
|
| 192 |
+
MarkupSafe==2.1.5
|
| 193 |
+
marshmallow==3.21.1
|
| 194 |
+
mdtex2html==1.3.0
|
| 195 |
+
mdurl==0.1.2
|
| 196 |
+
metaphor-python==0.1.23
|
| 197 |
+
ml-dtypes==0.2.0
|
| 198 |
+
monotonic==1.6
|
| 199 |
+
mpmath==1.3.0
|
| 200 |
+
mrcfile==1.5.4
|
| 201 |
+
msal==1.36.0
|
| 202 |
+
msal-extensions==1.3.0
|
| 203 |
+
msg-parser==1.2.0
|
| 204 |
+
msgpack==1.0.8
|
| 205 |
+
msgpack-numpy==0.4.3.2
|
| 206 |
+
multidict==6.0.5
|
| 207 |
+
multipledispatch==1.0.0
|
| 208 |
+
multiprocess==0.70.16
|
| 209 |
+
murmurhash==1.0.10
|
| 210 |
+
mypy-extensions==1.0.0
|
| 211 |
+
narwhals==1.42.1
|
| 212 |
+
natsort==8.4.0
|
| 213 |
+
nest-asyncio==1.6.0
|
| 214 |
+
netCDF4==1.7.2
|
| 215 |
+
networkx==3.0
|
| 216 |
+
neuroHarmonize==2.4.5
|
| 217 |
+
nh3==0.2.17
|
| 218 |
+
ninja==1.11.1.1
|
| 219 |
+
nltk==3.8.1
|
| 220 |
+
numba==0.58.1
|
| 221 |
+
numexpr==2.8.6
|
| 222 |
+
numpoly==1.0.6
|
| 223 |
+
numpy==1.24.4
|
| 224 |
+
numpydoc==1.1.0
|
| 225 |
+
nvidia-ml-py==12.535.133
|
| 226 |
+
nvitop==1.3.2
|
| 227 |
+
oauthlib==3.2.2
|
| 228 |
+
onnx==1.16.0
|
| 229 |
+
onnxruntime==1.15.1
|
| 230 |
+
openai==1.101.0
|
| 231 |
+
openpyxl==3.0.9
|
| 232 |
+
opentelemetry-api==1.24.0
|
| 233 |
+
opentelemetry-exporter-otlp-proto-common==1.24.0
|
| 234 |
+
opentelemetry-exporter-otlp-proto-grpc==1.24.0
|
| 235 |
+
opentelemetry-proto==1.24.0
|
| 236 |
+
opentelemetry-sdk==1.24.0
|
| 237 |
+
opentelemetry-semantic-conventions==0.45b0
|
| 238 |
+
opt-einsum==3.3.0
|
| 239 |
+
optax==0.1.5
|
| 240 |
+
ordered-set==4.1.0
|
| 241 |
+
orjson==3.10.1
|
| 242 |
+
overrides==7.7.0
|
| 243 |
+
packaging==26.2
|
| 244 |
+
pandas==2.0.3
|
| 245 |
+
pandas-stubs==1.2.0.45
|
| 246 |
+
parsimonious==0.8.1
|
| 247 |
+
pathlib==1.0.1
|
| 248 |
+
patsy==1.0.1
|
| 249 |
+
pdf2image==1.17.0
|
| 250 |
+
pfzy==0.3.4
|
| 251 |
+
PICOS==2.6.1
|
| 252 |
+
pikepdf==8.4.1
|
| 253 |
+
pip-search==0.0.12
|
| 254 |
+
pkgutil_resolve_name==1.3.10
|
| 255 |
+
plac==0.9.6
|
| 256 |
+
plotly==6.3.0
|
| 257 |
+
pluggy==1.5.0
|
| 258 |
+
ply==3.11
|
| 259 |
+
pondpond==1.4.1
|
| 260 |
+
pooch==1.8.2
|
| 261 |
+
portalocker==2.4.0
|
| 262 |
+
posthog==3.5.0
|
| 263 |
+
preshed==3.0.9
|
| 264 |
+
prettytable==3.11.0
|
| 265 |
+
primer3-py==2.2.0
|
| 266 |
+
prompt-toolkit==3.0.43
|
| 267 |
+
propcache==0.2.0
|
| 268 |
+
PuLP==3.1.1
|
| 269 |
+
pulsar-client==3.5.0
|
| 270 |
+
pyarrow==17.0.0
|
| 271 |
+
pyarrow-hotfix==0.6
|
| 272 |
+
pyclipper==1.3.0.post5
|
| 273 |
+
pycocotools==2.0.7
|
| 274 |
+
pycparser==2.21
|
| 275 |
+
pydantic==2.10.6
|
| 276 |
+
pydantic_core==2.27.2
|
| 277 |
+
pydeck==0.9.0b1
|
| 278 |
+
pyDOE2==1.3.0
|
| 279 |
+
pydub==0.25.1
|
| 280 |
+
pyfaidx==0.9.0.1
|
| 281 |
+
Pygments==2.19.2
|
| 282 |
+
PyJWT==2.8.0
|
| 283 |
+
pymodbus==3.6.9
|
| 284 |
+
PyMuPDF==1.23.16
|
| 285 |
+
PyMuPDFb==1.23.9
|
| 286 |
+
PyNaCl==1.6.2
|
| 287 |
+
pynndescent==0.5.13
|
| 288 |
+
Pyomo==6.8.2
|
| 289 |
+
pyOpenSSL==24.1.0
|
| 290 |
+
pypandoc==1.13
|
| 291 |
+
pypdf==4.2.0
|
| 292 |
+
pypdfium2==4.29.0
|
| 293 |
+
PyPika==0.48.9
|
| 294 |
+
PyQt5==5.15.7
|
| 295 |
+
PyQt5-Qt5==5.15.17
|
| 296 |
+
PyQt5_sip==12.15.0
|
| 297 |
+
pyro-api==0.1.2
|
| 298 |
+
pyro-ppl==1.9.1
|
| 299 |
+
pysam==0.23.3
|
| 300 |
+
PySocks==1.7.1
|
| 301 |
+
pysqlite3-binary==0.5.2.post3
|
| 302 |
+
pystan==2.19.1.1
|
| 303 |
+
pytesseract==0.3.10
|
| 304 |
+
pytest-cov==5.0.0
|
| 305 |
+
python-dateutil==2.9.0.post0
|
| 306 |
+
python-decouple==3.8
|
| 307 |
+
python-docx==1.1.0
|
| 308 |
+
python-dotenv==1.0.1
|
| 309 |
+
python-iso639==2024.4.27
|
| 310 |
+
python-Levenshtein==0.25.1
|
| 311 |
+
python-multipart==0.0.18
|
| 312 |
+
python-pptx==0.6.23
|
| 313 |
+
python-slugify==8.0.4
|
| 314 |
+
pytorch-pretrained-bert==0.6.2
|
| 315 |
+
pytz==2025.2
|
| 316 |
+
pyvista==0.44.2
|
| 317 |
+
PyWavelets==1.4.1
|
| 318 |
+
PyYAML==6.0.3
|
| 319 |
+
quantile-python==1.1
|
| 320 |
+
rapidfuzz==3.8.1
|
| 321 |
+
rapidocr-onnxruntime==1.3.8
|
| 322 |
+
ray==2.10.0
|
| 323 |
+
rdkit==2024.3.5
|
| 324 |
+
redis==6.1.1
|
| 325 |
+
referencing==0.35.1
|
| 326 |
+
regex==2022.4.24
|
| 327 |
+
requests==2.32.4
|
| 328 |
+
requests-oauthlib==1.3.0
|
| 329 |
+
responses==0.16.0
|
| 330 |
+
rich==13.7.1
|
| 331 |
+
rouge-score==0.1.2
|
| 332 |
+
rpds-py==0.20.1
|
| 333 |
+
rq==2.3.3
|
| 334 |
+
rsa==4.7.2
|
| 335 |
+
ruff==0.4.2
|
| 336 |
+
rustworkx==0.15.1
|
| 337 |
+
s3transfer==0.11.3
|
| 338 |
+
sacrebleu==2.1.0
|
| 339 |
+
sacremoses==0.0.46
|
| 340 |
+
safetensors==0.4.3
|
| 341 |
+
scooby==0.10.1
|
| 342 |
+
seaborn==0.13.2
|
| 343 |
+
semantic-version==2.10.0
|
| 344 |
+
sentence-transformers==2.2.2
|
| 345 |
+
sentencepiece==0.1.91
|
| 346 |
+
sentry-sdk==2.39.0
|
| 347 |
+
session_info==1.0.1
|
| 348 |
+
sgmllib3k==1.0.0
|
| 349 |
+
shapely==2.0.4
|
| 350 |
+
shellingham==1.5.4
|
| 351 |
+
shortuuid==1.0.13
|
| 352 |
+
six==1.17.0
|
| 353 |
+
smart-open==6.4.0
|
| 354 |
+
smmap==5.0.1
|
| 355 |
+
sniffio==1.3.1
|
| 356 |
+
snowballstemmer==2.2.0
|
| 357 |
+
sobol-seq==0.2.0
|
| 358 |
+
socksio==1.0.0
|
| 359 |
+
soupsieve==2.5
|
| 360 |
+
spacy-legacy==3.0.12
|
| 361 |
+
spacy-loggers==1.0.5
|
| 362 |
+
Sphinx==4.3.1
|
| 363 |
+
sphinxcontrib-applehelp==1.0.2
|
| 364 |
+
sphinxcontrib-devhelp==1.0.2
|
| 365 |
+
sphinxcontrib-htmlhelp==2.0.0
|
| 366 |
+
sphinxcontrib-jsmath==1.0.1
|
| 367 |
+
sphinxcontrib-qthelp==1.0.3
|
| 368 |
+
sphinxcontrib-serializinghtml==1.1.5
|
| 369 |
+
SQLAlchemy==2.0.19
|
| 370 |
+
sqlparse==0.4.2
|
| 371 |
+
sse-starlette==1.8.2
|
| 372 |
+
starlette==0.44.0
|
| 373 |
+
statsmodels==0.14.1
|
| 374 |
+
stdlib-list==0.10.0
|
| 375 |
+
streamlit==1.30.0
|
| 376 |
+
streamlit-aggrid==0.3.4.post3
|
| 377 |
+
streamlit-antd-components==0.3.1
|
| 378 |
+
streamlit-chatbox==1.1.11
|
| 379 |
+
streamlit-feedback==0.1.3
|
| 380 |
+
streamlit-modal==0.1.0
|
| 381 |
+
streamlit-option-menu==0.3.12
|
| 382 |
+
strsimpy==0.2.1
|
| 383 |
+
svgwrite==1.4.3
|
| 384 |
+
sympy==1.13.3
|
| 385 |
+
tabnet @ git+https://github.com/titu1994/tf-TabNet.git@53b144b4dd47184c3ee891501dcd90fb37683ab7
|
| 386 |
+
tabulate==0.8.9
|
| 387 |
+
tenacity==8.2.3
|
| 388 |
+
tensorboard-plugin-wit==1.8.0
|
| 389 |
+
tensorboardX==2.4.1
|
| 390 |
+
text-unidecode==1.3
|
| 391 |
+
texttable==1.7.0
|
| 392 |
+
thefuzz==0.22.1
|
| 393 |
+
threadpoolctl==3.5.0
|
| 394 |
+
tifffile==2023.7.10
|
| 395 |
+
tiktoken==0.7.0
|
| 396 |
+
timm==0.9.16
|
| 397 |
+
tk==0.1.0
|
| 398 |
+
tokenizers==0.20.3
|
| 399 |
+
toml==0.10.2
|
| 400 |
+
tomlkit==0.12.0
|
| 401 |
+
toolz==0.12.1
|
| 402 |
+
torch==2.4.1+cpu
|
| 403 |
+
torch-geometric==2.6.1
|
| 404 |
+
torchaudio==2.1.2+cu118
|
| 405 |
+
torchtext==0.4.0
|
| 406 |
+
tornado==6.4
|
| 407 |
+
tqdm==4.67.1
|
| 408 |
+
transformer-lens==2.16.1
|
| 409 |
+
transformers==4.46.3
|
| 410 |
+
transformers-stream-generator==0.0.5
|
| 411 |
+
typed-argument-parser==1.10.1
|
| 412 |
+
typeguard==4.4.0
|
| 413 |
+
typer==0.9.4
|
| 414 |
+
types-requests==2.31.0.20240406
|
| 415 |
+
typing-inspect==0.9.0
|
| 416 |
+
typing-utils==0.1.0
|
| 417 |
+
typing_extensions==4.13.2
|
| 418 |
+
tzdata==2024.1
|
| 419 |
+
tzlocal==5.2
|
| 420 |
+
umap-learn==0.5.7
|
| 421 |
+
Unidecode==1.3.2
|
| 422 |
+
unittest-xml-reporting==3.2.0
|
| 423 |
+
unstructured==0.11.0
|
| 424 |
+
unstructured-client==0.22.0
|
| 425 |
+
unstructured-inference==0.7.15
|
| 426 |
+
unstructured.pytesseract==0.3.12
|
| 427 |
+
uvicorn==0.29.0
|
| 428 |
+
uvloop==0.21.0
|
| 429 |
+
validators==0.28.1
|
| 430 |
+
vllm==0.2.7
|
| 431 |
+
vtk==9.3.1
|
| 432 |
+
wandb==0.22.0
|
| 433 |
+
watchdog==3.0.0
|
| 434 |
+
watchfiles==0.21.0
|
| 435 |
+
wavedrom==2.0.3.post3
|
| 436 |
+
weasel==0.3.4
|
| 437 |
+
websocket-client==1.8.0
|
| 438 |
+
websockets==13.1
|
| 439 |
+
Werkzeug==2.0.2
|
| 440 |
+
word2number==1.1
|
| 441 |
+
xlrd==2.0.1
|
| 442 |
+
XlsxWriter==3.0.2
|
| 443 |
+
xxhash==2.0.2
|
| 444 |
+
Yapsy==1.12.2
|
| 445 |
+
yarl==1.15.2
|
| 446 |
+
youtube-search==2.1.2
|
| 447 |
+
zipp==3.20.2
|
| 448 |
+
zope.event==4.5.0
|
| 449 |
+
zstandard==0.23.0
|
configs/044_test/editable.txt
ADDED
|
File without changes
|
configs/044_test/env.yml
ADDED
|
@@ -0,0 +1,119 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: 044_test
|
| 2 |
+
channels:
|
| 3 |
+
- conda-forge
|
| 4 |
+
- defaults
|
| 5 |
+
dependencies:
|
| 6 |
+
- _libgcc_mutex=0.1
|
| 7 |
+
- _openmp_mutex=4.5
|
| 8 |
+
- appdirs=1.4.4
|
| 9 |
+
- brotli-python=1.1.0
|
| 10 |
+
- bzip2=1.0.8
|
| 11 |
+
- ca-certificates=2026.4.22
|
| 12 |
+
- certifi=2024.2.2
|
| 13 |
+
- charset-normalizer=3.3.2
|
| 14 |
+
- cycler=0.12.1
|
| 15 |
+
- freetype=2.14.1
|
| 16 |
+
- idna=3.10
|
| 17 |
+
- joblib=1.4.2
|
| 18 |
+
- kiwisolver=1.4.4
|
| 19 |
+
- lcms2=2.17
|
| 20 |
+
- ld_impl_linux-64=2.44
|
| 21 |
+
- lerc=4.0.0
|
| 22 |
+
- libblas=3.9.0
|
| 23 |
+
- libcblas=3.9.0
|
| 24 |
+
- libdeflate=1.24
|
| 25 |
+
- libffi=3.4.6
|
| 26 |
+
- libfreetype=2.14.1
|
| 27 |
+
- libfreetype6=2.14.1
|
| 28 |
+
- libgcc=15.1.0
|
| 29 |
+
- libgcc-ng=15.1.0
|
| 30 |
+
- libgfortran=15.1.0
|
| 31 |
+
- libgfortran-ng=15.1.0
|
| 32 |
+
- libgfortran5=15.1.0
|
| 33 |
+
- libgomp=15.1.0
|
| 34 |
+
- libjpeg-turbo=3.1.0
|
| 35 |
+
- liblapack=3.9.0
|
| 36 |
+
- liblzma=5.8.1
|
| 37 |
+
- liblzma-devel=5.8.1
|
| 38 |
+
- libnsl=2.0.1
|
| 39 |
+
- libopenblas=0.3.25
|
| 40 |
+
- libpng=1.6.50
|
| 41 |
+
- libsqlite=3.50.4
|
| 42 |
+
- libstdcxx=15.1.0
|
| 43 |
+
- libstdcxx-ng=15.1.0
|
| 44 |
+
- libtiff=4.7.1
|
| 45 |
+
- libuuid=2.41.2
|
| 46 |
+
- libwebp-base=1.6.0
|
| 47 |
+
- libxcb=1.17.0
|
| 48 |
+
- libxcrypt=4.4.36
|
| 49 |
+
- libzlib=1.3.1
|
| 50 |
+
- matplotlib-base=3.4.3
|
| 51 |
+
- ncurses=6.5
|
| 52 |
+
- numpy=1.24.4
|
| 53 |
+
- openjpeg=2.5.4
|
| 54 |
+
- openssl=3.6.2
|
| 55 |
+
- packaging=25.0
|
| 56 |
+
- pandas=2.0.3
|
| 57 |
+
- patsy=0.5.6
|
| 58 |
+
- pillow=10.4.0
|
| 59 |
+
- pip=22.1.2
|
| 60 |
+
- pooch=0.6.0
|
| 61 |
+
- pthread-stubs=0.4
|
| 62 |
+
- pyparsing=3.1.4
|
| 63 |
+
- pysocks=1.7.1
|
| 64 |
+
- python=3.8.20
|
| 65 |
+
- python-dateutil=2.8.2
|
| 66 |
+
- python-tzdata=2025.2
|
| 67 |
+
- python_abi=3.8
|
| 68 |
+
- pytz=2024.2
|
| 69 |
+
- readline=8.2
|
| 70 |
+
- requests=2.32.3
|
| 71 |
+
- scikit-learn=1.3.2
|
| 72 |
+
- scipy=1.10.1
|
| 73 |
+
- seaborn=0.13.2
|
| 74 |
+
- seaborn-base=0.13.2
|
| 75 |
+
- setuptools=70.3.0
|
| 76 |
+
- statsmodels=0.13.5
|
| 77 |
+
- threadpoolctl=3.3.0
|
| 78 |
+
- tk=8.6.13
|
| 79 |
+
- tornado=6.2
|
| 80 |
+
- urllib3=2.2.1
|
| 81 |
+
- wheel=0.45.1
|
| 82 |
+
- xorg-libxau=1.0.12
|
| 83 |
+
- xorg-libxdmcp=1.1.5
|
| 84 |
+
- xz=5.8.1
|
| 85 |
+
- xz-gpl-tools=5.8.1
|
| 86 |
+
- xz-tools=5.8.1
|
| 87 |
+
- zstd=1.5.7
|
| 88 |
+
- pip:
|
| 89 |
+
- asttokens==3.0.0
|
| 90 |
+
- backcall==0.2.0
|
| 91 |
+
- decorator==5.2.1
|
| 92 |
+
- executing==2.2.1
|
| 93 |
+
- filelock==3.13.1
|
| 94 |
+
- fsspec==2024.6.1
|
| 95 |
+
- ipdb==0.13.13
|
| 96 |
+
- ipython==8.12.3
|
| 97 |
+
- jedi==0.19.2
|
| 98 |
+
- jinja2==3.1.4
|
| 99 |
+
- lightning-utilities==0.11.9
|
| 100 |
+
- markupsafe==2.1.5
|
| 101 |
+
- matplotlib-inline==0.1.7
|
| 102 |
+
- mpmath==1.3.0
|
| 103 |
+
- networkx==3.0
|
| 104 |
+
- parso==0.8.5
|
| 105 |
+
- pexpect==4.9.0
|
| 106 |
+
- pickleshare==0.7.5
|
| 107 |
+
- ptyprocess==0.7.0
|
| 108 |
+
- pure-eval==0.2.3
|
| 109 |
+
- pytorch-lightning==2.4.0
|
| 110 |
+
- pyyaml==6.0.3
|
| 111 |
+
- six==1.17.0
|
| 112 |
+
- stack-data==0.6.3
|
| 113 |
+
- sympy==1.13.3
|
| 114 |
+
- torch==2.4.1+cpu
|
| 115 |
+
- torchmetrics==1.5.2
|
| 116 |
+
- traitlets==5.14.3
|
| 117 |
+
- typing-extensions==4.12.2
|
| 118 |
+
- wcwidth==0.2.14
|
| 119 |
+
prefix: /home/lily/yz979/anaconda3/envs/044_test
|
configs/044_test/explicit.txt
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# This file may be used to create an environment using:
|
| 2 |
+
# $ conda create --name <env> --file <this file>
|
| 3 |
+
# platform: linux-64
|
| 4 |
+
@EXPLICIT
|
| 5 |
+
https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2#d7c89558ba9fa0495403155b64376d81
|
| 6 |
+
https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.4.22-hbd8a1cb_0.conda#e18ad67cf881dcadee8b8d9e2f8e5f73
|
| 7 |
+
https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.44-ha97dd6f_2.conda#14bae321b8127b63cba276bd53fac237
|
| 8 |
+
https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.1.0-h767d61c_5.conda#dcd5ff1940cd38f6df777cac86819d60
|
| 9 |
+
https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.8-6_cp38.conda#630d86b05404bb70a07dd078c99e671a
|
| 10 |
+
https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2#73aaf86a425cc6e73fcf236a5a46396d
|
| 11 |
+
https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.1.0-h767d61c_5.conda#264fbfba7fb20acf3b29cde153e345ce
|
| 12 |
+
https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_8.conda#51a19bba1b8ebfb60df25cde030b7ebc
|
| 13 |
+
https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.24-h86f0d12_0.conda#64f0c503da58ec25ebd359e4d990afa8
|
| 14 |
+
https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85
|
| 15 |
+
https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.1.0-h69a702a_5.conda#069afdf8ea72504e48d23ae1171d951c
|
| 16 |
+
https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-15.1.0-hcea5267_5.conda#fbd4008644add05032b6764807ee2cba
|
| 17 |
+
https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.1.0-hb9d3cd8_0.conda#9fa334557db9f63da6c9285fd2a48638
|
| 18 |
+
https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.1-hb9d3cd8_2.conda#1a580f7796c7bf6393fddb8bbbde58dc
|
| 19 |
+
https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4
|
| 20 |
+
https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.1.0-h8f9b012_5.conda#4e02a49aaa9d5190cb630fa43528fbe6
|
| 21 |
+
https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.41.2-he9a06e4_0.conda#80c07c68d2f6870250959dcc95b209d1
|
| 22 |
+
https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda#aea31d2e5b1091feca96fcfe945c3cf9
|
| 23 |
+
https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda#edb0dca6bc32e4f4789199455a1dbeb8
|
| 24 |
+
https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7
|
| 25 |
+
https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.2-h35e630c_0.conda#da1b85b6a87e141f5140bb9924cecab0
|
| 26 |
+
https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda#b3c17d95b5a10c6e64a21fa17573e70e
|
| 27 |
+
https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb9d3cd8_0.conda#f6ebe2cb3f82ba6c057dde5d9debe4f7
|
| 28 |
+
https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb9d3cd8_0.conda#8035c64cb77ed555e3f150b7b3972480
|
| 29 |
+
https://conda.anaconda.org/conda-forge/linux-64/lerc-4.0.0-h0aef613_1.conda#9344155d33912347b37f0ae6c410a835
|
| 30 |
+
https://conda.anaconda.org/conda-forge/linux-64/libgfortran-15.1.0-h69a702a_5.conda#0c91408b3dec0b97e8a3c694845bd63b
|
| 31 |
+
https://conda.anaconda.org/conda-forge/linux-64/liblzma-devel-5.8.1-hb9d3cd8_2.conda#f61edadbb301530bd65a32646bd81552
|
| 32 |
+
https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.50-h421ea60_1.conda#7af8e91b0deb5f8e25d1a595dea79614
|
| 33 |
+
https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.50.4-h0c1763c_0.conda#0b367fad34931cb79e0d6b7e5c06bb1c
|
| 34 |
+
https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.1.0-h4852527_5.conda#8bba50c7f4679f08c861b597ad2bda6b
|
| 35 |
+
https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda#92ed62436b625154323d40d5f2f11dd7
|
| 36 |
+
https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc
|
| 37 |
+
https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8c095d6_2.conda#283b96675859b20a825f8fa30f311446
|
| 38 |
+
https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_hd72426e_102.conda#a0116df4f4ed05c303811a837d5b39d8
|
| 39 |
+
https://conda.anaconda.org/conda-forge/linux-64/xz-gpl-tools-5.8.1-hbcc6ac9_2.conda#bf627c16aa26231720af037a2709ab09
|
| 40 |
+
https://conda.anaconda.org/conda-forge/linux-64/xz-tools-5.8.1-hb9d3cd8_2.conda#1bad2995c8f1c8075c6c331bf96e46fb
|
| 41 |
+
https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb8e6e7a_2.conda#6432cb5d4ac0046c3ac0a8a0f95842f9
|
| 42 |
+
https://conda.anaconda.org/conda-forge/linux-64/libfreetype6-2.14.1-h73754d4_0.conda#8e7251989bca326a28f4a5ffbd74557a
|
| 43 |
+
https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-15.1.0-h69a702a_5.conda#41a5893c957ffed7f82b4005bc24866c
|
| 44 |
+
https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.1-h8261f1e_0.conda#72b531694ebe4e8aa6f5745d1015c1b4
|
| 45 |
+
https://conda.anaconda.org/conda-forge/linux-64/xz-5.8.1-hbcc6ac9_2.conda#68eae977d7d1196d32b636a026dc015d
|
| 46 |
+
https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.17-h717163a_0.conda#000e85703f0fd9594c81710dd5066471
|
| 47 |
+
https://conda.anaconda.org/conda-forge/linux-64/libfreetype-2.14.1-ha770c72_0.conda#f4084e4e6577797150f9b04a4560ceb0
|
| 48 |
+
https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.25-pthreads_h413a1c8_0.conda#d172b34a443b95f86089e8229ddc9a17
|
| 49 |
+
https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.4-h55fea9a_0.conda#11b3379b191f63139e29c0d19dee24cd
|
| 50 |
+
https://conda.anaconda.org/conda-forge/linux-64/python-3.8.20-h4a871b0_2_cpython.conda#05ffff2f44ad60b94ecb53d029c6bdf7
|
| 51 |
+
https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2#5f095bc6454094e96f146491fd03633b
|
| 52 |
+
https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py38h17151c0_1.conda#7a5a699c8992fc51ef25e980f4502c2a
|
| 53 |
+
https://conda.anaconda.org/conda-forge/noarch/certifi-2024.2.2-pyhd8ed1ab_0.conda#0876280e409658fc6f9e75d035960333
|
| 54 |
+
https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda#7f4a9e3fcff3f6356ae99244a014da6a
|
| 55 |
+
https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda#5cd86562580f274031ede6aa6aa24441
|
| 56 |
+
https://conda.anaconda.org/conda-forge/linux-64/freetype-2.14.1-ha770c72_0.conda#4afc585cd97ba8a23809406cd8a9eda8
|
| 57 |
+
https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_0.conda#7ba2ede0e7c795ff95088daf0dc59753
|
| 58 |
+
https://repo.anaconda.com/pkgs/main/linux-64/kiwisolver-1.4.4-py38h6a678d5_0.conda#7424aa335d22974192800ec19a68486e
|
| 59 |
+
https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-20_linux64_openblas.conda#2b7bb4f7562c8cf334fc2e20c2d28abc
|
| 60 |
+
https://conda.anaconda.org/conda-forge/noarch/packaging-25.0-pyh29332c3_1.conda#58335b26c38bf4a20f399384c33cbcf9
|
| 61 |
+
https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.4-pyhd8ed1ab_0.conda#4d91352a50949d049cf9714c8563d433
|
| 62 |
+
https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2#2a7de29fb590ca14b5243c4c812c8025
|
| 63 |
+
https://repo.anaconda.com/pkgs/main/noarch/python-tzdata-2025.2-pyhd3eb1b0_0.conda#5ac858f05dbf9d3cdb04d53516901247
|
| 64 |
+
https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_0.conda#260009d03c9d5c0f111904d851f053dc
|
| 65 |
+
https://conda.anaconda.org/conda-forge/noarch/setuptools-70.3.0-pyhd8ed1ab_0.conda#693bb57e8f92120caa956898065f3627
|
| 66 |
+
https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2#e5f25f8dbc060e9a8d912e432202afc2
|
| 67 |
+
https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.3.0-pyhc1e730c_0.conda#698d2d2b621640bddb9191f132967c9f
|
| 68 |
+
https://conda.anaconda.org/conda-forge/linux-64/tornado-6.2-py38h0a891b7_1.tar.bz2#358beb228a53b5e1031862de3525d1d3
|
| 69 |
+
https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_0.conda#bdb2f437ce62fd2f1fef9119a37a12d9
|
| 70 |
+
https://conda.anaconda.org/conda-forge/noarch/joblib-1.4.2-pyhd8ed1ab_0.conda#25df261d4523d9f9783bcdb7208d872f
|
| 71 |
+
https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-20_linux64_openblas.conda#36d486d72ab64ffea932329a1d3729a3
|
| 72 |
+
https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-20_linux64_openblas.conda#6fabc51f5e647d09cc010c40061557e0
|
| 73 |
+
https://conda.anaconda.org/conda-forge/linux-64/pillow-10.4.0-py38h2bc05a7_0.conda#ba6fd6262dc8d42f4bb10f2d1c08d22f
|
| 74 |
+
https://conda.anaconda.org/conda-forge/noarch/pip-22.1.2-pyhd8ed1ab_0.tar.bz2#d29185c662a424f8bea1103270b85c96
|
| 75 |
+
https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.8.2-pyhd8ed1ab_0.tar.bz2#dd999d1cc9f79e67dbb855c8924c7984
|
| 76 |
+
https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.1-pyhd8ed1ab_0.conda#08807a87fa7af10754d46f63b368e016
|
| 77 |
+
https://conda.anaconda.org/conda-forge/linux-64/numpy-1.24.4-py38h59b608b_0.conda#8c3e050afeeb2b32575bdb8955cc67b2
|
| 78 |
+
https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda#5ede4753180c7a550a443c430dc8ab52
|
| 79 |
+
https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.4.3-py38hf4fb855_1.tar.bz2#b5048e730b8f0f311d2ed6fc8e7272dc
|
| 80 |
+
https://conda.anaconda.org/conda-forge/linux-64/pandas-2.0.3-py38h01efb38_1.conda#01a2b6144e65631e2fe24e569d0738ee
|
| 81 |
+
https://conda.anaconda.org/conda-forge/noarch/patsy-0.5.6-pyhd8ed1ab_0.conda#a5b55d1cb110cdcedc748b5c3e16e687
|
| 82 |
+
https://conda.anaconda.org/conda-forge/linux-64/pooch-0.6.0-py38_0.tar.bz2#ac189deff84c49625c7292a61a525723
|
| 83 |
+
https://conda.anaconda.org/conda-forge/linux-64/scipy-1.10.1-py38h59b608b_3.conda#2f2a57462fcfbc67dfdbb0de6f7484c2
|
| 84 |
+
https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.3.2-py38ha25d942_2.conda#1f09a56de42f4661aa45922f88f8beb8
|
| 85 |
+
https://conda.anaconda.org/conda-forge/noarch/seaborn-base-0.13.2-pyhd8ed1ab_2.conda#b713b116feaf98acdba93ad4d7f90ca1
|
| 86 |
+
https://repo.anaconda.com/pkgs/main/linux-64/statsmodels-0.13.5-py38h7deecbd_1.conda#beb4872f21ed4f34d70e188a97777f0f
|
| 87 |
+
https://conda.anaconda.org/conda-forge/noarch/seaborn-0.13.2-hd8ed1ab_2.conda#a79d8797f62715255308d92d3a91ef2e
|
configs/044_test/meta.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env": "044_test",
|
| 3 |
+
"python_version": "3.8.20",
|
| 4 |
+
"has_cuda_hint": false,
|
| 5 |
+
"editable_count": 0,
|
| 6 |
+
"source_prefix": "/home/lily/yz979/anaconda3/envs/044_test",
|
| 7 |
+
"exported_at": "2026-05-17T04:03:53Z"
|
| 8 |
+
}
|
configs/044_test/pip-clean.txt
ADDED
|
@@ -0,0 +1,466 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
absl-py==2.3.1
|
| 2 |
+
accelerate==0.24.1
|
| 3 |
+
aiofiles==23.2.1
|
| 4 |
+
aiohappyeyeballs==2.4.4
|
| 5 |
+
aiohttp==3.10.11
|
| 6 |
+
aioprometheus==23.12.0
|
| 7 |
+
aiosignal==1.3.1
|
| 8 |
+
alabaster==0.7.12
|
| 9 |
+
allennlp==0.8.4
|
| 10 |
+
altair==5.3.0
|
| 11 |
+
annotated-types==0.6.0
|
| 12 |
+
anyio==3.7.1
|
| 13 |
+
APScheduler==3.11.2
|
| 14 |
+
arxiv==2.1.0
|
| 15 |
+
asttokens==3.0.0
|
| 16 |
+
astunparse==1.6.3
|
| 17 |
+
async-timeout==4.0.3
|
| 18 |
+
attrs==25.3.0
|
| 19 |
+
autograd==1.7.0
|
| 20 |
+
autoray==0.6.12
|
| 21 |
+
awscli==1.32.93
|
| 22 |
+
azure-core==1.33.0
|
| 23 |
+
azure-identity==1.21.0
|
| 24 |
+
azure-storage-blob==12.26.0
|
| 25 |
+
Babel==2.9.1
|
| 26 |
+
backcall==0.2.0
|
| 27 |
+
backoff==2.2.1
|
| 28 |
+
backports.zoneinfo==0.2.1
|
| 29 |
+
bcrypt==4.1.2
|
| 30 |
+
beartype==0.14.1
|
| 31 |
+
better-abc==0.0.3
|
| 32 |
+
biopython==1.83
|
| 33 |
+
bitarray==2.5.1
|
| 34 |
+
bitsandbytes==0.43.1
|
| 35 |
+
blessed==1.20.0
|
| 36 |
+
blis==0.7.11
|
| 37 |
+
boto3==1.36.0
|
| 38 |
+
botocore==1.36.26
|
| 39 |
+
botorch==0.8.5
|
| 40 |
+
bpl==0.1.1
|
| 41 |
+
Brotli==1.1.0
|
| 42 |
+
bs4==0.0.2
|
| 43 |
+
cachetools==4.2.4
|
| 44 |
+
cffi==1.15.0
|
| 45 |
+
cftime==1.6.4.post1
|
| 46 |
+
chaospy==3.3.9
|
| 47 |
+
charset-normalizer==3.4.7
|
| 48 |
+
chex==0.1.7
|
| 49 |
+
chroma-hnswlib==0.7.3
|
| 50 |
+
chromadb==0.4.15
|
| 51 |
+
click==8.1.7
|
| 52 |
+
cloudpathlib==0.16.0
|
| 53 |
+
cobra==0.29.1
|
| 54 |
+
cohere==5.3.3
|
| 55 |
+
coloredlogs==15.0.1
|
| 56 |
+
confection==0.1.4
|
| 57 |
+
ConfigArgParse==1.5.3
|
| 58 |
+
conllu==0.11
|
| 59 |
+
coverage==7.6.1
|
| 60 |
+
cpm-kernels==1.0.11
|
| 61 |
+
cryptography==42.0.5
|
| 62 |
+
cvxopt==1.3.2
|
| 63 |
+
cymem==2.0.8
|
| 64 |
+
Cython==0.29.30
|
| 65 |
+
dataclasses==0.6
|
| 66 |
+
dataclasses-json==0.6.4
|
| 67 |
+
datasets==2.19.0
|
| 68 |
+
decorator==5.2.1
|
| 69 |
+
deepdiff==7.0.1
|
| 70 |
+
Deprecated==1.2.14
|
| 71 |
+
deprecation==2.1.0
|
| 72 |
+
dill==0.3.8
|
| 73 |
+
distro==1.9.0
|
| 74 |
+
dm-tree==0.1.8
|
| 75 |
+
dnspython==2.6.1
|
| 76 |
+
docstring_parser==0.17.0
|
| 77 |
+
docutils==0.15.2
|
| 78 |
+
dotenv==0.9.9
|
| 79 |
+
duckduckgo-search==3.9.9
|
| 80 |
+
editdistance==0.6.0
|
| 81 |
+
effdet==0.4.1
|
| 82 |
+
einops==0.7.0
|
| 83 |
+
email-validator==2.3.0
|
| 84 |
+
emoji==2.11.1
|
| 85 |
+
equinox==0.10.4
|
| 86 |
+
et-xmlfile==1.1.0
|
| 87 |
+
eval_type_backport==0.2.2
|
| 88 |
+
exceptiongroup==1.2.1
|
| 89 |
+
executing==2.2.1
|
| 90 |
+
fairseq==0.10.2
|
| 91 |
+
faiss-cpu==1.7.4
|
| 92 |
+
faiss-gpu==1.7.2
|
| 93 |
+
fancy-einsum==0.0.3
|
| 94 |
+
fastapi==0.115.14
|
| 95 |
+
fastapi-sso==0.16.0
|
| 96 |
+
fastavro==1.9.4
|
| 97 |
+
fastuuid==0.13.5
|
| 98 |
+
fbpca==1.0
|
| 99 |
+
feedparser==6.0.10
|
| 100 |
+
ffmpy==0.3.2
|
| 101 |
+
filelock==3.13.1
|
| 102 |
+
filetype==1.2.0
|
| 103 |
+
finch-clust @ git+https://github.com/ssarfraz/FINCH-Clustering.git@b18166999af5f93c66edba8bdbae096f8795e82c
|
| 104 |
+
flaky==3.7.0
|
| 105 |
+
Flask-Cors==3.0.10
|
| 106 |
+
frozenlist==1.4.1
|
| 107 |
+
fschat==0.2.35
|
| 108 |
+
fsspec==2025.3.0
|
| 109 |
+
ftfy==6.0.3
|
| 110 |
+
future==0.18.2
|
| 111 |
+
fuzzywuzzy==0.18.0
|
| 112 |
+
gdown==5.2.0
|
| 113 |
+
geosketch==1.3
|
| 114 |
+
geotorch==0.3.0
|
| 115 |
+
get-annotations==0.1.2
|
| 116 |
+
gevent==21.12.0
|
| 117 |
+
gitdb==4.0.11
|
| 118 |
+
GitPython==3.1.43
|
| 119 |
+
google-pasta==0.2.0
|
| 120 |
+
googleapis-common-protos==1.63.0
|
| 121 |
+
gpustat==1.1.1
|
| 122 |
+
gpytorch==1.10
|
| 123 |
+
gradio_client==0.16.0
|
| 124 |
+
graphlib_backport==1.1.0
|
| 125 |
+
greenlet==1.1.2
|
| 126 |
+
gunicorn==23.0.0
|
| 127 |
+
h11==0.14.0
|
| 128 |
+
h2==4.1.0
|
| 129 |
+
hf-xet==1.2.0
|
| 130 |
+
hf_transfer==0.1.9
|
| 131 |
+
hpack==4.0.0
|
| 132 |
+
httpcore==1.0.5
|
| 133 |
+
httptools==0.6.1
|
| 134 |
+
httpx==0.28.1
|
| 135 |
+
httpx-sse==0.4.0
|
| 136 |
+
huggingface_hub==0.36.1
|
| 137 |
+
humanfriendly==10.0
|
| 138 |
+
hyperframe==6.0.1
|
| 139 |
+
icetk==0.0.4
|
| 140 |
+
igraph==0.11.8
|
| 141 |
+
imageio==2.35.1
|
| 142 |
+
imagesize==1.3.0
|
| 143 |
+
imgaug==0.4.0
|
| 144 |
+
importlib-metadata==7.0.0
|
| 145 |
+
importlib_resources==6.4.5
|
| 146 |
+
inequalipy==1.0.5
|
| 147 |
+
iniconfig==1.1.1
|
| 148 |
+
inquirerpy==0.3.4
|
| 149 |
+
iopath==0.1.10
|
| 150 |
+
ipdb==0.13.13
|
| 151 |
+
ipython==8.12.3
|
| 152 |
+
isodate==0.7.2
|
| 153 |
+
itsdangerous==2.0.1
|
| 154 |
+
jax==0.4.13
|
| 155 |
+
jaxlib==0.4.13
|
| 156 |
+
jaxtyping==0.2.19
|
| 157 |
+
jedi==0.19.2
|
| 158 |
+
Jinja2==3.1.6
|
| 159 |
+
jiter==0.9.1
|
| 160 |
+
jmespath==0.10.0
|
| 161 |
+
joblib==1.4.2
|
| 162 |
+
jsonnet==0.17.0
|
| 163 |
+
jsonpatch==1.33
|
| 164 |
+
jsonpath-python==1.0.6
|
| 165 |
+
jsonpickle==2.0.0
|
| 166 |
+
jsonschema==4.23.0
|
| 167 |
+
jsonschema-specifications==2023.12.1
|
| 168 |
+
kaggle==1.7.4.5
|
| 169 |
+
Keras-Preprocessing==1.1.2
|
| 170 |
+
kubernetes==29.0.0
|
| 171 |
+
langchain==0.1.16
|
| 172 |
+
langchain-community==0.0.34
|
| 173 |
+
langchain-core==0.1.46
|
| 174 |
+
langchain-experimental==0.0.57
|
| 175 |
+
langchain-text-splitters==0.0.1
|
| 176 |
+
langcodes==3.4.0
|
| 177 |
+
langdetect==1.0.9
|
| 178 |
+
langsmith==0.1.51
|
| 179 |
+
language_data==1.2.0
|
| 180 |
+
layoutparser==0.3.4
|
| 181 |
+
lazy_loader==0.4
|
| 182 |
+
leidenalg==0.10.2
|
| 183 |
+
Levenshtein==0.25.1
|
| 184 |
+
lightning-utilities==0.11.9
|
| 185 |
+
linear-operator==0.4.0
|
| 186 |
+
litellm==1.77.4
|
| 187 |
+
litellm-enterprise==0.1.20
|
| 188 |
+
litellm-proxy-extras==0.2.19
|
| 189 |
+
llama-index==0.9.35
|
| 190 |
+
llvmlite==0.41.1
|
| 191 |
+
lmdb==1.7.3
|
| 192 |
+
lxml==5.2.1
|
| 193 |
+
madoka==0.7.1
|
| 194 |
+
marisa-trie==1.1.0
|
| 195 |
+
Markdown==3.3.6
|
| 196 |
+
markdown-it-py==3.0.0
|
| 197 |
+
markdown2==2.4.13
|
| 198 |
+
markdownify==0.11.6
|
| 199 |
+
MarkupSafe==2.1.5
|
| 200 |
+
marshmallow==3.21.1
|
| 201 |
+
matplotlib-inline==0.1.7
|
| 202 |
+
mdtex2html==1.3.0
|
| 203 |
+
mdurl==0.1.2
|
| 204 |
+
metaphor-python==0.1.23
|
| 205 |
+
ml-dtypes==0.2.0
|
| 206 |
+
monotonic==1.6
|
| 207 |
+
mpmath==1.3.0
|
| 208 |
+
mrcfile==1.5.4
|
| 209 |
+
msal==1.36.0
|
| 210 |
+
msal-extensions==1.3.0
|
| 211 |
+
msg-parser==1.2.0
|
| 212 |
+
msgpack==1.0.8
|
| 213 |
+
msgpack-numpy==0.4.3.2
|
| 214 |
+
multidict==6.0.5
|
| 215 |
+
multipledispatch==1.0.0
|
| 216 |
+
multiprocess==0.70.16
|
| 217 |
+
murmurhash==1.0.10
|
| 218 |
+
mypy-extensions==1.0.0
|
| 219 |
+
narwhals==1.42.1
|
| 220 |
+
natsort==8.4.0
|
| 221 |
+
nest-asyncio==1.6.0
|
| 222 |
+
netCDF4==1.7.2
|
| 223 |
+
networkx==3.0
|
| 224 |
+
neuroHarmonize==2.4.5
|
| 225 |
+
nh3==0.2.17
|
| 226 |
+
ninja==1.11.1.1
|
| 227 |
+
nltk==3.8.1
|
| 228 |
+
numba==0.58.1
|
| 229 |
+
numexpr==2.8.6
|
| 230 |
+
numpoly==1.0.6
|
| 231 |
+
numpydoc==1.1.0
|
| 232 |
+
nvidia-ml-py==12.535.133
|
| 233 |
+
nvitop==1.3.2
|
| 234 |
+
oauthlib==3.2.2
|
| 235 |
+
onnx==1.16.0
|
| 236 |
+
onnxruntime==1.15.1
|
| 237 |
+
openai==1.101.0
|
| 238 |
+
openpyxl==3.0.9
|
| 239 |
+
opentelemetry-api==1.24.0
|
| 240 |
+
opentelemetry-exporter-otlp-proto-common==1.24.0
|
| 241 |
+
opentelemetry-exporter-otlp-proto-grpc==1.24.0
|
| 242 |
+
opentelemetry-proto==1.24.0
|
| 243 |
+
opentelemetry-sdk==1.24.0
|
| 244 |
+
opentelemetry-semantic-conventions==0.45b0
|
| 245 |
+
opt-einsum==3.3.0
|
| 246 |
+
optax==0.1.5
|
| 247 |
+
ordered-set==4.1.0
|
| 248 |
+
orjson==3.10.1
|
| 249 |
+
overrides==7.7.0
|
| 250 |
+
packaging==26.2
|
| 251 |
+
pandas==2.0.3
|
| 252 |
+
pandas-stubs==1.2.0.45
|
| 253 |
+
parsimonious==0.8.1
|
| 254 |
+
parso==0.8.5
|
| 255 |
+
pathlib==1.0.1
|
| 256 |
+
patsy==1.0.1
|
| 257 |
+
pdf2image==1.17.0
|
| 258 |
+
pexpect==4.9.0
|
| 259 |
+
pfzy==0.3.4
|
| 260 |
+
pickleshare==0.7.5
|
| 261 |
+
PICOS==2.6.1
|
| 262 |
+
pikepdf==8.4.1
|
| 263 |
+
pip-search==0.0.12
|
| 264 |
+
pkgutil_resolve_name==1.3.10
|
| 265 |
+
plac==0.9.6
|
| 266 |
+
plotly==6.3.0
|
| 267 |
+
pluggy==1.5.0
|
| 268 |
+
ply==3.11
|
| 269 |
+
pondpond==1.4.1
|
| 270 |
+
pooch==1.8.2
|
| 271 |
+
portalocker==2.4.0
|
| 272 |
+
posthog==3.5.0
|
| 273 |
+
preshed==3.0.9
|
| 274 |
+
prettytable==3.11.0
|
| 275 |
+
primer3-py==2.2.0
|
| 276 |
+
prompt-toolkit==3.0.43
|
| 277 |
+
propcache==0.2.0
|
| 278 |
+
ptyprocess==0.7.0
|
| 279 |
+
PuLP==3.1.1
|
| 280 |
+
pulsar-client==3.5.0
|
| 281 |
+
pure_eval==0.2.3
|
| 282 |
+
pyarrow==17.0.0
|
| 283 |
+
pyarrow-hotfix==0.6
|
| 284 |
+
pyclipper==1.3.0.post5
|
| 285 |
+
pycocotools==2.0.7
|
| 286 |
+
pycparser==2.21
|
| 287 |
+
pydantic==2.10.6
|
| 288 |
+
pydantic_core==2.27.2
|
| 289 |
+
pydeck==0.9.0b1
|
| 290 |
+
pyDOE2==1.3.0
|
| 291 |
+
pydub==0.25.1
|
| 292 |
+
pyfaidx==0.9.0.1
|
| 293 |
+
Pygments==2.19.2
|
| 294 |
+
PyJWT==2.8.0
|
| 295 |
+
pymodbus==3.6.9
|
| 296 |
+
PyMuPDF==1.23.16
|
| 297 |
+
PyMuPDFb==1.23.9
|
| 298 |
+
PyNaCl==1.6.2
|
| 299 |
+
pynndescent==0.5.13
|
| 300 |
+
Pyomo==6.8.2
|
| 301 |
+
pyOpenSSL==24.1.0
|
| 302 |
+
pypandoc==1.13
|
| 303 |
+
pypdf==4.2.0
|
| 304 |
+
pypdfium2==4.29.0
|
| 305 |
+
PyPika==0.48.9
|
| 306 |
+
PyQt5==5.15.7
|
| 307 |
+
PyQt5-Qt5==5.15.17
|
| 308 |
+
PyQt5_sip==12.15.0
|
| 309 |
+
pyro-api==0.1.2
|
| 310 |
+
pyro-ppl==1.9.1
|
| 311 |
+
pysam==0.23.3
|
| 312 |
+
PySocks==1.7.1
|
| 313 |
+
pysqlite3-binary==0.5.2.post3
|
| 314 |
+
pystan==2.19.1.1
|
| 315 |
+
pytesseract==0.3.10
|
| 316 |
+
pytest-cov==5.0.0
|
| 317 |
+
python-dateutil==2.9.0.post0
|
| 318 |
+
python-decouple==3.8
|
| 319 |
+
python-docx==1.1.0
|
| 320 |
+
python-dotenv==1.0.1
|
| 321 |
+
python-iso639==2024.4.27
|
| 322 |
+
python-Levenshtein==0.25.1
|
| 323 |
+
python-multipart==0.0.18
|
| 324 |
+
python-pptx==0.6.23
|
| 325 |
+
python-slugify==8.0.4
|
| 326 |
+
pytorch-lightning==2.4.0
|
| 327 |
+
pytorch-pretrained-bert==0.6.2
|
| 328 |
+
pytz==2025.2
|
| 329 |
+
pyvista==0.44.2
|
| 330 |
+
PyWavelets==1.4.1
|
| 331 |
+
PyYAML==6.0.3
|
| 332 |
+
quantile-python==1.1
|
| 333 |
+
rapidfuzz==3.8.1
|
| 334 |
+
rapidocr-onnxruntime==1.3.8
|
| 335 |
+
ray==2.10.0
|
| 336 |
+
rdkit==2024.3.5
|
| 337 |
+
redis==6.1.1
|
| 338 |
+
referencing==0.35.1
|
| 339 |
+
regex==2022.4.24
|
| 340 |
+
requests==2.32.4
|
| 341 |
+
requests-oauthlib==1.3.0
|
| 342 |
+
responses==0.16.0
|
| 343 |
+
rich==13.7.1
|
| 344 |
+
rouge-score==0.1.2
|
| 345 |
+
rpds-py==0.20.1
|
| 346 |
+
rq==2.3.3
|
| 347 |
+
rsa==4.7.2
|
| 348 |
+
ruff==0.4.2
|
| 349 |
+
rustworkx==0.15.1
|
| 350 |
+
s3transfer==0.11.3
|
| 351 |
+
sacrebleu==2.1.0
|
| 352 |
+
sacremoses==0.0.46
|
| 353 |
+
safetensors==0.4.3
|
| 354 |
+
scooby==0.10.1
|
| 355 |
+
seaborn==0.13.2
|
| 356 |
+
semantic-version==2.10.0
|
| 357 |
+
sentence-transformers==2.2.2
|
| 358 |
+
sentencepiece==0.1.91
|
| 359 |
+
sentry-sdk==2.39.0
|
| 360 |
+
session_info==1.0.1
|
| 361 |
+
sgmllib3k==1.0.0
|
| 362 |
+
shapely==2.0.4
|
| 363 |
+
shellingham==1.5.4
|
| 364 |
+
shortuuid==1.0.13
|
| 365 |
+
six==1.17.0
|
| 366 |
+
smart-open==6.4.0
|
| 367 |
+
smmap==5.0.1
|
| 368 |
+
sniffio==1.3.1
|
| 369 |
+
snowballstemmer==2.2.0
|
| 370 |
+
sobol-seq==0.2.0
|
| 371 |
+
socksio==1.0.0
|
| 372 |
+
soupsieve==2.5
|
| 373 |
+
spacy-legacy==3.0.12
|
| 374 |
+
spacy-loggers==1.0.5
|
| 375 |
+
Sphinx==4.3.1
|
| 376 |
+
sphinxcontrib-applehelp==1.0.2
|
| 377 |
+
sphinxcontrib-devhelp==1.0.2
|
| 378 |
+
sphinxcontrib-htmlhelp==2.0.0
|
| 379 |
+
sphinxcontrib-jsmath==1.0.1
|
| 380 |
+
sphinxcontrib-qthelp==1.0.3
|
| 381 |
+
sphinxcontrib-serializinghtml==1.1.5
|
| 382 |
+
SQLAlchemy==2.0.19
|
| 383 |
+
sqlparse==0.4.2
|
| 384 |
+
sse-starlette==1.8.2
|
| 385 |
+
stack-data==0.6.3
|
| 386 |
+
starlette==0.44.0
|
| 387 |
+
statsmodels==0.14.1
|
| 388 |
+
stdlib-list==0.10.0
|
| 389 |
+
streamlit==1.30.0
|
| 390 |
+
streamlit-aggrid==0.3.4.post3
|
| 391 |
+
streamlit-antd-components==0.3.1
|
| 392 |
+
streamlit-chatbox==1.1.11
|
| 393 |
+
streamlit-feedback==0.1.3
|
| 394 |
+
streamlit-modal==0.1.0
|
| 395 |
+
streamlit-option-menu==0.3.12
|
| 396 |
+
strsimpy==0.2.1
|
| 397 |
+
svgwrite==1.4.3
|
| 398 |
+
sympy==1.13.3
|
| 399 |
+
tabnet @ git+https://github.com/titu1994/tf-TabNet.git@53b144b4dd47184c3ee891501dcd90fb37683ab7
|
| 400 |
+
tabulate==0.8.9
|
| 401 |
+
tenacity==8.2.3
|
| 402 |
+
tensorboard-plugin-wit==1.8.0
|
| 403 |
+
tensorboardX==2.4.1
|
| 404 |
+
text-unidecode==1.3
|
| 405 |
+
texttable==1.7.0
|
| 406 |
+
thefuzz==0.22.1
|
| 407 |
+
threadpoolctl==3.5.0
|
| 408 |
+
tifffile==2023.7.10
|
| 409 |
+
tiktoken==0.7.0
|
| 410 |
+
timm==0.9.16
|
| 411 |
+
tk==0.1.0
|
| 412 |
+
tokenizers==0.20.3
|
| 413 |
+
toml==0.10.2
|
| 414 |
+
tomlkit==0.12.0
|
| 415 |
+
toolz==0.12.1
|
| 416 |
+
torch==2.4.1+cpu
|
| 417 |
+
torch-geometric==2.6.1
|
| 418 |
+
torchaudio==2.1.2+cu118
|
| 419 |
+
torchmetrics==1.5.2
|
| 420 |
+
torchtext==0.4.0
|
| 421 |
+
tornado==6.4
|
| 422 |
+
tqdm==4.67.1
|
| 423 |
+
traitlets==5.14.3
|
| 424 |
+
transformer-lens==2.16.1
|
| 425 |
+
transformers==4.46.3
|
| 426 |
+
transformers-stream-generator==0.0.5
|
| 427 |
+
typed-argument-parser==1.10.1
|
| 428 |
+
typeguard==4.4.0
|
| 429 |
+
typer==0.9.4
|
| 430 |
+
types-requests==2.31.0.20240406
|
| 431 |
+
typing-inspect==0.9.0
|
| 432 |
+
typing-utils==0.1.0
|
| 433 |
+
typing_extensions==4.13.2
|
| 434 |
+
tzdata==2024.1
|
| 435 |
+
tzlocal==5.2
|
| 436 |
+
umap-learn==0.5.7
|
| 437 |
+
Unidecode==1.3.2
|
| 438 |
+
unittest-xml-reporting==3.2.0
|
| 439 |
+
unstructured==0.11.0
|
| 440 |
+
unstructured-client==0.22.0
|
| 441 |
+
unstructured-inference==0.7.15
|
| 442 |
+
unstructured.pytesseract==0.3.12
|
| 443 |
+
uvicorn==0.29.0
|
| 444 |
+
uvloop==0.21.0
|
| 445 |
+
validators==0.28.1
|
| 446 |
+
vllm==0.2.7
|
| 447 |
+
vtk==9.3.1
|
| 448 |
+
wandb==0.22.0
|
| 449 |
+
watchdog==3.0.0
|
| 450 |
+
watchfiles==0.21.0
|
| 451 |
+
wavedrom==2.0.3.post3
|
| 452 |
+
wcwidth==0.2.14
|
| 453 |
+
weasel==0.3.4
|
| 454 |
+
websocket-client==1.8.0
|
| 455 |
+
websockets==13.1
|
| 456 |
+
Werkzeug==2.0.2
|
| 457 |
+
word2number==1.1
|
| 458 |
+
xlrd==2.0.1
|
| 459 |
+
XlsxWriter==3.0.2
|
| 460 |
+
xxhash==2.0.2
|
| 461 |
+
Yapsy==1.12.2
|
| 462 |
+
yarl==1.15.2
|
| 463 |
+
youtube-search==2.1.2
|
| 464 |
+
zipp==3.20.2
|
| 465 |
+
zope.event==4.5.0
|
| 466 |
+
zstandard==0.23.0
|
configs/044_test/pip-freeze.txt
ADDED
|
@@ -0,0 +1,478 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
absl-py==2.3.1
|
| 2 |
+
accelerate==0.24.1
|
| 3 |
+
aiofiles==23.2.1
|
| 4 |
+
aiohappyeyeballs==2.4.4
|
| 5 |
+
aiohttp==3.10.11
|
| 6 |
+
aioprometheus==23.12.0
|
| 7 |
+
aiosignal==1.3.1
|
| 8 |
+
alabaster==0.7.12
|
| 9 |
+
allennlp==0.8.4
|
| 10 |
+
altair==5.3.0
|
| 11 |
+
annotated-types==0.6.0
|
| 12 |
+
anyio==3.7.1
|
| 13 |
+
appdirs @ file:///home/conda/feedstock_root/build_artifacts/appdirs_1603108395799/work
|
| 14 |
+
APScheduler==3.11.2
|
| 15 |
+
arxiv==2.1.0
|
| 16 |
+
asttokens==3.0.0
|
| 17 |
+
astunparse==1.6.3
|
| 18 |
+
async-timeout==4.0.3
|
| 19 |
+
attrs==25.3.0
|
| 20 |
+
autograd==1.7.0
|
| 21 |
+
autoray==0.6.12
|
| 22 |
+
awscli==1.32.93
|
| 23 |
+
azure-core==1.33.0
|
| 24 |
+
azure-identity==1.21.0
|
| 25 |
+
azure-storage-blob==12.26.0
|
| 26 |
+
Babel==2.9.1
|
| 27 |
+
backcall==0.2.0
|
| 28 |
+
backoff==2.2.1
|
| 29 |
+
backports.zoneinfo==0.2.1
|
| 30 |
+
bcrypt==4.1.2
|
| 31 |
+
beartype==0.14.1
|
| 32 |
+
better-abc==0.0.3
|
| 33 |
+
biopython==1.83
|
| 34 |
+
bitarray==2.5.1
|
| 35 |
+
bitsandbytes==0.43.1
|
| 36 |
+
blessed==1.20.0
|
| 37 |
+
blis==0.7.11
|
| 38 |
+
boto3==1.36.0
|
| 39 |
+
botocore==1.36.26
|
| 40 |
+
botorch==0.8.5
|
| 41 |
+
bpl==0.1.1
|
| 42 |
+
Brotli==1.1.0
|
| 43 |
+
bs4==0.0.2
|
| 44 |
+
cachetools==4.2.4
|
| 45 |
+
certifi @ file:///home/conda/feedstock_root/build_artifacts/certifi_1707022139797/work/certifi
|
| 46 |
+
cffi==1.15.0
|
| 47 |
+
cftime==1.6.4.post1
|
| 48 |
+
chaospy==3.3.9
|
| 49 |
+
charset-normalizer==3.4.7
|
| 50 |
+
chex==0.1.7
|
| 51 |
+
chroma-hnswlib==0.7.3
|
| 52 |
+
chromadb==0.4.15
|
| 53 |
+
click==8.1.7
|
| 54 |
+
cloudpathlib==0.16.0
|
| 55 |
+
cobra==0.29.1
|
| 56 |
+
cohere==5.3.3
|
| 57 |
+
coloredlogs==15.0.1
|
| 58 |
+
confection==0.1.4
|
| 59 |
+
ConfigArgParse==1.5.3
|
| 60 |
+
conllu==0.11
|
| 61 |
+
coverage==7.6.1
|
| 62 |
+
cpm-kernels==1.0.11
|
| 63 |
+
cryptography==42.0.5
|
| 64 |
+
cvxopt==1.3.2
|
| 65 |
+
cycler @ file:///home/conda/feedstock_root/build_artifacts/cycler_1696677705766/work
|
| 66 |
+
cymem==2.0.8
|
| 67 |
+
Cython==0.29.30
|
| 68 |
+
dataclasses==0.6
|
| 69 |
+
dataclasses-json==0.6.4
|
| 70 |
+
datasets==2.19.0
|
| 71 |
+
decorator==5.2.1
|
| 72 |
+
deepdiff==7.0.1
|
| 73 |
+
Deprecated==1.2.14
|
| 74 |
+
deprecation==2.1.0
|
| 75 |
+
dill==0.3.8
|
| 76 |
+
distro==1.9.0
|
| 77 |
+
dm-tree==0.1.8
|
| 78 |
+
dnspython==2.6.1
|
| 79 |
+
docstring_parser==0.17.0
|
| 80 |
+
docutils==0.15.2
|
| 81 |
+
dotenv==0.9.9
|
| 82 |
+
duckduckgo-search==3.9.9
|
| 83 |
+
editdistance==0.6.0
|
| 84 |
+
effdet==0.4.1
|
| 85 |
+
einops==0.7.0
|
| 86 |
+
email-validator==2.3.0
|
| 87 |
+
emoji==2.11.1
|
| 88 |
+
equinox==0.10.4
|
| 89 |
+
et-xmlfile==1.1.0
|
| 90 |
+
eval_type_backport==0.2.2
|
| 91 |
+
exceptiongroup==1.2.1
|
| 92 |
+
executing==2.2.1
|
| 93 |
+
fairseq==0.10.2
|
| 94 |
+
faiss-cpu==1.7.4
|
| 95 |
+
faiss-gpu==1.7.2
|
| 96 |
+
fancy-einsum==0.0.3
|
| 97 |
+
fastapi==0.115.14
|
| 98 |
+
fastapi-sso==0.16.0
|
| 99 |
+
fastavro==1.9.4
|
| 100 |
+
fastuuid==0.13.5
|
| 101 |
+
fbpca==1.0
|
| 102 |
+
feedparser==6.0.10
|
| 103 |
+
ffmpy==0.3.2
|
| 104 |
+
filelock==3.13.1
|
| 105 |
+
filetype==1.2.0
|
| 106 |
+
finch-clust @ git+https://github.com/ssarfraz/FINCH-Clustering.git@b18166999af5f93c66edba8bdbae096f8795e82c
|
| 107 |
+
flaky==3.7.0
|
| 108 |
+
Flask-Cors==3.0.10
|
| 109 |
+
frozenlist==1.4.1
|
| 110 |
+
fschat==0.2.35
|
| 111 |
+
fsspec==2025.3.0
|
| 112 |
+
ftfy==6.0.3
|
| 113 |
+
future==0.18.2
|
| 114 |
+
fuzzywuzzy==0.18.0
|
| 115 |
+
gdown==5.2.0
|
| 116 |
+
geosketch==1.3
|
| 117 |
+
geotorch==0.3.0
|
| 118 |
+
get-annotations==0.1.2
|
| 119 |
+
gevent==21.12.0
|
| 120 |
+
gitdb==4.0.11
|
| 121 |
+
GitPython==3.1.43
|
| 122 |
+
google-pasta==0.2.0
|
| 123 |
+
googleapis-common-protos==1.63.0
|
| 124 |
+
gpustat==1.1.1
|
| 125 |
+
gpytorch==1.10
|
| 126 |
+
gradio_client==0.16.0
|
| 127 |
+
graphlib_backport==1.1.0
|
| 128 |
+
greenlet==1.1.2
|
| 129 |
+
gunicorn==23.0.0
|
| 130 |
+
h11==0.14.0
|
| 131 |
+
h2==4.1.0
|
| 132 |
+
hf-xet==1.2.0
|
| 133 |
+
hf_transfer==0.1.9
|
| 134 |
+
hpack==4.0.0
|
| 135 |
+
httpcore==1.0.5
|
| 136 |
+
httptools==0.6.1
|
| 137 |
+
httpx==0.28.1
|
| 138 |
+
httpx-sse==0.4.0
|
| 139 |
+
huggingface_hub==0.36.1
|
| 140 |
+
humanfriendly==10.0
|
| 141 |
+
hyperframe==6.0.1
|
| 142 |
+
icetk==0.0.4
|
| 143 |
+
idna @ file:///home/conda/feedstock_root/build_artifacts/idna_1726459485162/work
|
| 144 |
+
igraph==0.11.8
|
| 145 |
+
imageio==2.35.1
|
| 146 |
+
imagesize==1.3.0
|
| 147 |
+
imgaug==0.4.0
|
| 148 |
+
importlib-metadata==7.0.0
|
| 149 |
+
importlib_resources==6.4.5
|
| 150 |
+
inequalipy==1.0.5
|
| 151 |
+
iniconfig==1.1.1
|
| 152 |
+
inquirerpy==0.3.4
|
| 153 |
+
iopath==0.1.10
|
| 154 |
+
ipdb==0.13.13
|
| 155 |
+
ipython==8.12.3
|
| 156 |
+
isodate==0.7.2
|
| 157 |
+
itsdangerous==2.0.1
|
| 158 |
+
jax==0.4.13
|
| 159 |
+
jaxlib==0.4.13
|
| 160 |
+
jaxtyping==0.2.19
|
| 161 |
+
jedi==0.19.2
|
| 162 |
+
Jinja2==3.1.6
|
| 163 |
+
jiter==0.9.1
|
| 164 |
+
jmespath==0.10.0
|
| 165 |
+
joblib==1.4.2
|
| 166 |
+
jsonnet==0.17.0
|
| 167 |
+
jsonpatch==1.33
|
| 168 |
+
jsonpath-python==1.0.6
|
| 169 |
+
jsonpickle==2.0.0
|
| 170 |
+
jsonschema==4.23.0
|
| 171 |
+
jsonschema-specifications==2023.12.1
|
| 172 |
+
kaggle==1.7.4.5
|
| 173 |
+
Keras-Preprocessing==1.1.2
|
| 174 |
+
kiwisolver @ file:///croot/kiwisolver_1672387140495/work
|
| 175 |
+
kubernetes==29.0.0
|
| 176 |
+
langchain==0.1.16
|
| 177 |
+
langchain-community==0.0.34
|
| 178 |
+
langchain-core==0.1.46
|
| 179 |
+
langchain-experimental==0.0.57
|
| 180 |
+
langchain-text-splitters==0.0.1
|
| 181 |
+
langcodes==3.4.0
|
| 182 |
+
langdetect==1.0.9
|
| 183 |
+
langsmith==0.1.51
|
| 184 |
+
language_data==1.2.0
|
| 185 |
+
layoutparser==0.3.4
|
| 186 |
+
lazy_loader==0.4
|
| 187 |
+
leidenalg==0.10.2
|
| 188 |
+
Levenshtein==0.25.1
|
| 189 |
+
lightning-utilities==0.11.9
|
| 190 |
+
linear-operator==0.4.0
|
| 191 |
+
litellm==1.77.4
|
| 192 |
+
litellm-enterprise==0.1.20
|
| 193 |
+
litellm-proxy-extras==0.2.19
|
| 194 |
+
llama-index==0.9.35
|
| 195 |
+
llvmlite==0.41.1
|
| 196 |
+
lmdb==1.7.3
|
| 197 |
+
lxml==5.2.1
|
| 198 |
+
madoka==0.7.1
|
| 199 |
+
marisa-trie==1.1.0
|
| 200 |
+
Markdown==3.3.6
|
| 201 |
+
markdown-it-py==3.0.0
|
| 202 |
+
markdown2==2.4.13
|
| 203 |
+
markdownify==0.11.6
|
| 204 |
+
MarkupSafe==2.1.5
|
| 205 |
+
marshmallow==3.21.1
|
| 206 |
+
matplotlib @ file:///home/conda/feedstock_root/build_artifacts/matplotlib-suite_1632416634429/work
|
| 207 |
+
matplotlib-inline==0.1.7
|
| 208 |
+
mdtex2html==1.3.0
|
| 209 |
+
mdurl==0.1.2
|
| 210 |
+
metaphor-python==0.1.23
|
| 211 |
+
ml-dtypes==0.2.0
|
| 212 |
+
monotonic==1.6
|
| 213 |
+
mpmath==1.3.0
|
| 214 |
+
mrcfile==1.5.4
|
| 215 |
+
msal==1.36.0
|
| 216 |
+
msal-extensions==1.3.0
|
| 217 |
+
msg-parser==1.2.0
|
| 218 |
+
msgpack==1.0.8
|
| 219 |
+
msgpack-numpy==0.4.3.2
|
| 220 |
+
multidict==6.0.5
|
| 221 |
+
multipledispatch==1.0.0
|
| 222 |
+
multiprocess==0.70.16
|
| 223 |
+
murmurhash==1.0.10
|
| 224 |
+
mypy-extensions==1.0.0
|
| 225 |
+
narwhals==1.42.1
|
| 226 |
+
natsort==8.4.0
|
| 227 |
+
nest-asyncio==1.6.0
|
| 228 |
+
netCDF4==1.7.2
|
| 229 |
+
networkx==3.0
|
| 230 |
+
neuroHarmonize==2.4.5
|
| 231 |
+
nh3==0.2.17
|
| 232 |
+
ninja==1.11.1.1
|
| 233 |
+
nltk==3.8.1
|
| 234 |
+
numba==0.58.1
|
| 235 |
+
numexpr==2.8.6
|
| 236 |
+
numpoly==1.0.6
|
| 237 |
+
numpy @ file:///home/conda/feedstock_root/build_artifacts/numpy_1687808301083/work
|
| 238 |
+
numpydoc==1.1.0
|
| 239 |
+
nvidia-ml-py==12.535.133
|
| 240 |
+
nvitop==1.3.2
|
| 241 |
+
oauthlib==3.2.2
|
| 242 |
+
onnx==1.16.0
|
| 243 |
+
onnxruntime==1.15.1
|
| 244 |
+
openai==1.101.0
|
| 245 |
+
openpyxl==3.0.9
|
| 246 |
+
opentelemetry-api==1.24.0
|
| 247 |
+
opentelemetry-exporter-otlp-proto-common==1.24.0
|
| 248 |
+
opentelemetry-exporter-otlp-proto-grpc==1.24.0
|
| 249 |
+
opentelemetry-proto==1.24.0
|
| 250 |
+
opentelemetry-sdk==1.24.0
|
| 251 |
+
opentelemetry-semantic-conventions==0.45b0
|
| 252 |
+
opt-einsum==3.3.0
|
| 253 |
+
optax==0.1.5
|
| 254 |
+
ordered-set==4.1.0
|
| 255 |
+
orjson==3.10.1
|
| 256 |
+
overrides==7.7.0
|
| 257 |
+
packaging==26.2
|
| 258 |
+
pandas==2.0.3
|
| 259 |
+
pandas-stubs==1.2.0.45
|
| 260 |
+
parsimonious==0.8.1
|
| 261 |
+
parso==0.8.5
|
| 262 |
+
pathlib==1.0.1
|
| 263 |
+
patsy==1.0.1
|
| 264 |
+
pdf2image==1.17.0
|
| 265 |
+
pexpect==4.9.0
|
| 266 |
+
pfzy==0.3.4
|
| 267 |
+
pickleshare==0.7.5
|
| 268 |
+
PICOS==2.6.1
|
| 269 |
+
pikepdf==8.4.1
|
| 270 |
+
pillow @ file:///home/conda/feedstock_root/build_artifacts/pillow_1719903565503/work
|
| 271 |
+
pip-search==0.0.12
|
| 272 |
+
pkgutil_resolve_name==1.3.10
|
| 273 |
+
plac==0.9.6
|
| 274 |
+
plotly==6.3.0
|
| 275 |
+
pluggy==1.5.0
|
| 276 |
+
ply==3.11
|
| 277 |
+
pondpond==1.4.1
|
| 278 |
+
pooch==1.8.2
|
| 279 |
+
portalocker==2.4.0
|
| 280 |
+
posthog==3.5.0
|
| 281 |
+
preshed==3.0.9
|
| 282 |
+
prettytable==3.11.0
|
| 283 |
+
primer3-py==2.2.0
|
| 284 |
+
prompt-toolkit==3.0.43
|
| 285 |
+
propcache==0.2.0
|
| 286 |
+
ptyprocess==0.7.0
|
| 287 |
+
PuLP==3.1.1
|
| 288 |
+
pulsar-client==3.5.0
|
| 289 |
+
pure_eval==0.2.3
|
| 290 |
+
pyarrow==17.0.0
|
| 291 |
+
pyarrow-hotfix==0.6
|
| 292 |
+
pyclipper==1.3.0.post5
|
| 293 |
+
pycocotools==2.0.7
|
| 294 |
+
pycparser==2.21
|
| 295 |
+
pydantic==2.10.6
|
| 296 |
+
pydantic_core==2.27.2
|
| 297 |
+
pydeck==0.9.0b1
|
| 298 |
+
pyDOE2==1.3.0
|
| 299 |
+
pydub==0.25.1
|
| 300 |
+
pyfaidx==0.9.0.1
|
| 301 |
+
Pygments==2.19.2
|
| 302 |
+
PyJWT==2.8.0
|
| 303 |
+
pymodbus==3.6.9
|
| 304 |
+
PyMuPDF==1.23.16
|
| 305 |
+
PyMuPDFb==1.23.9
|
| 306 |
+
PyNaCl==1.6.2
|
| 307 |
+
pynndescent==0.5.13
|
| 308 |
+
Pyomo==6.8.2
|
| 309 |
+
pyOpenSSL==24.1.0
|
| 310 |
+
pypandoc==1.13
|
| 311 |
+
pyparsing @ file:///home/conda/feedstock_root/build_artifacts/pyparsing_1724616129934/work
|
| 312 |
+
pypdf==4.2.0
|
| 313 |
+
pypdfium2==4.29.0
|
| 314 |
+
PyPika==0.48.9
|
| 315 |
+
PyQt5==5.15.7
|
| 316 |
+
PyQt5-Qt5==5.15.17
|
| 317 |
+
PyQt5_sip==12.15.0
|
| 318 |
+
pyro-api==0.1.2
|
| 319 |
+
pyro-ppl==1.9.1
|
| 320 |
+
pysam==0.23.3
|
| 321 |
+
PySocks==1.7.1
|
| 322 |
+
pysqlite3-binary==0.5.2.post3
|
| 323 |
+
pystan==2.19.1.1
|
| 324 |
+
pytesseract==0.3.10
|
| 325 |
+
pytest-cov==5.0.0
|
| 326 |
+
python-dateutil==2.9.0.post0
|
| 327 |
+
python-decouple==3.8
|
| 328 |
+
python-docx==1.1.0
|
| 329 |
+
python-dotenv==1.0.1
|
| 330 |
+
python-iso639==2024.4.27
|
| 331 |
+
python-Levenshtein==0.25.1
|
| 332 |
+
python-multipart==0.0.18
|
| 333 |
+
python-pptx==0.6.23
|
| 334 |
+
python-slugify==8.0.4
|
| 335 |
+
pytorch-lightning==2.4.0
|
| 336 |
+
pytorch-pretrained-bert==0.6.2
|
| 337 |
+
pytz==2025.2
|
| 338 |
+
pyvista==0.44.2
|
| 339 |
+
PyWavelets==1.4.1
|
| 340 |
+
PyYAML==6.0.3
|
| 341 |
+
quantile-python==1.1
|
| 342 |
+
rapidfuzz==3.8.1
|
| 343 |
+
rapidocr-onnxruntime==1.3.8
|
| 344 |
+
ray==2.10.0
|
| 345 |
+
rdkit==2024.3.5
|
| 346 |
+
redis==6.1.1
|
| 347 |
+
referencing==0.35.1
|
| 348 |
+
regex==2022.4.24
|
| 349 |
+
requests==2.32.4
|
| 350 |
+
requests-oauthlib==1.3.0
|
| 351 |
+
responses==0.16.0
|
| 352 |
+
rich==13.7.1
|
| 353 |
+
rouge-score==0.1.2
|
| 354 |
+
rpds-py==0.20.1
|
| 355 |
+
rq==2.3.3
|
| 356 |
+
rsa==4.7.2
|
| 357 |
+
ruff==0.4.2
|
| 358 |
+
rustworkx==0.15.1
|
| 359 |
+
s3transfer==0.11.3
|
| 360 |
+
sacrebleu==2.1.0
|
| 361 |
+
sacremoses==0.0.46
|
| 362 |
+
safetensors==0.4.3
|
| 363 |
+
scikit-learn @ file:///home/conda/feedstock_root/build_artifacts/scikit-learn_1701931997682/work
|
| 364 |
+
scipy @ file:///home/conda/feedstock_root/build_artifacts/scipy-split_1683900206454/work/base/dist/scipy-1.10.1-cp38-cp38-linux_x86_64.whl#sha256=13ab5c17dedeb97a65ba90de1c51475f2d3ae0fe50bc43e9b018cc2943541de4
|
| 365 |
+
scooby==0.10.1
|
| 366 |
+
seaborn==0.13.2
|
| 367 |
+
semantic-version==2.10.0
|
| 368 |
+
sentence-transformers==2.2.2
|
| 369 |
+
sentencepiece==0.1.91
|
| 370 |
+
sentry-sdk==2.39.0
|
| 371 |
+
session_info==1.0.1
|
| 372 |
+
sgmllib3k==1.0.0
|
| 373 |
+
shapely==2.0.4
|
| 374 |
+
shellingham==1.5.4
|
| 375 |
+
shortuuid==1.0.13
|
| 376 |
+
six==1.17.0
|
| 377 |
+
smart-open==6.4.0
|
| 378 |
+
smmap==5.0.1
|
| 379 |
+
sniffio==1.3.1
|
| 380 |
+
snowballstemmer==2.2.0
|
| 381 |
+
sobol-seq==0.2.0
|
| 382 |
+
socksio==1.0.0
|
| 383 |
+
soupsieve==2.5
|
| 384 |
+
spacy-legacy==3.0.12
|
| 385 |
+
spacy-loggers==1.0.5
|
| 386 |
+
Sphinx==4.3.1
|
| 387 |
+
sphinxcontrib-applehelp==1.0.2
|
| 388 |
+
sphinxcontrib-devhelp==1.0.2
|
| 389 |
+
sphinxcontrib-htmlhelp==2.0.0
|
| 390 |
+
sphinxcontrib-jsmath==1.0.1
|
| 391 |
+
sphinxcontrib-qthelp==1.0.3
|
| 392 |
+
sphinxcontrib-serializinghtml==1.1.5
|
| 393 |
+
SQLAlchemy==2.0.19
|
| 394 |
+
sqlparse==0.4.2
|
| 395 |
+
sse-starlette==1.8.2
|
| 396 |
+
stack-data==0.6.3
|
| 397 |
+
starlette==0.44.0
|
| 398 |
+
statsmodels==0.14.1
|
| 399 |
+
stdlib-list==0.10.0
|
| 400 |
+
streamlit==1.30.0
|
| 401 |
+
streamlit-aggrid==0.3.4.post3
|
| 402 |
+
streamlit-antd-components==0.3.1
|
| 403 |
+
streamlit-chatbox==1.1.11
|
| 404 |
+
streamlit-feedback==0.1.3
|
| 405 |
+
streamlit-modal==0.1.0
|
| 406 |
+
streamlit-option-menu==0.3.12
|
| 407 |
+
strsimpy==0.2.1
|
| 408 |
+
svgwrite==1.4.3
|
| 409 |
+
sympy==1.13.3
|
| 410 |
+
tabnet @ git+https://github.com/titu1994/tf-TabNet.git@53b144b4dd47184c3ee891501dcd90fb37683ab7
|
| 411 |
+
tabulate==0.8.9
|
| 412 |
+
tenacity==8.2.3
|
| 413 |
+
tensorboard-plugin-wit==1.8.0
|
| 414 |
+
tensorboardX==2.4.1
|
| 415 |
+
text-unidecode==1.3
|
| 416 |
+
texttable==1.7.0
|
| 417 |
+
thefuzz==0.22.1
|
| 418 |
+
threadpoolctl==3.5.0
|
| 419 |
+
tifffile==2023.7.10
|
| 420 |
+
tiktoken==0.7.0
|
| 421 |
+
timm==0.9.16
|
| 422 |
+
tk==0.1.0
|
| 423 |
+
tokenizers==0.20.3
|
| 424 |
+
toml==0.10.2
|
| 425 |
+
tomlkit==0.12.0
|
| 426 |
+
toolz==0.12.1
|
| 427 |
+
torch==2.4.1+cpu
|
| 428 |
+
torch-geometric==2.6.1
|
| 429 |
+
torchaudio==2.1.2+cu118
|
| 430 |
+
torchmetrics==1.5.2
|
| 431 |
+
torchtext==0.4.0
|
| 432 |
+
tornado==6.4
|
| 433 |
+
tqdm==4.67.1
|
| 434 |
+
traitlets==5.14.3
|
| 435 |
+
transformer-lens==2.16.1
|
| 436 |
+
transformers==4.46.3
|
| 437 |
+
transformers-stream-generator==0.0.5
|
| 438 |
+
typed-argument-parser==1.10.1
|
| 439 |
+
typeguard==4.4.0
|
| 440 |
+
typer==0.9.4
|
| 441 |
+
types-requests==2.31.0.20240406
|
| 442 |
+
typing-inspect==0.9.0
|
| 443 |
+
typing-utils==0.1.0
|
| 444 |
+
typing_extensions==4.13.2
|
| 445 |
+
tzdata==2024.1
|
| 446 |
+
tzlocal==5.2
|
| 447 |
+
umap-learn==0.5.7
|
| 448 |
+
Unidecode==1.3.2
|
| 449 |
+
unittest-xml-reporting==3.2.0
|
| 450 |
+
unstructured==0.11.0
|
| 451 |
+
unstructured-client==0.22.0
|
| 452 |
+
unstructured-inference==0.7.15
|
| 453 |
+
unstructured.pytesseract==0.3.12
|
| 454 |
+
urllib3 @ file:///home/conda/feedstock_root/build_artifacts/urllib3_1708239446578/work
|
| 455 |
+
uvicorn==0.29.0
|
| 456 |
+
uvloop==0.21.0
|
| 457 |
+
validators==0.28.1
|
| 458 |
+
vllm==0.2.7
|
| 459 |
+
vtk==9.3.1
|
| 460 |
+
wandb==0.22.0
|
| 461 |
+
watchdog==3.0.0
|
| 462 |
+
watchfiles==0.21.0
|
| 463 |
+
wavedrom==2.0.3.post3
|
| 464 |
+
wcwidth==0.2.14
|
| 465 |
+
weasel==0.3.4
|
| 466 |
+
websocket-client==1.8.0
|
| 467 |
+
websockets==13.1
|
| 468 |
+
Werkzeug==2.0.2
|
| 469 |
+
word2number==1.1
|
| 470 |
+
xlrd==2.0.1
|
| 471 |
+
XlsxWriter==3.0.2
|
| 472 |
+
xxhash==2.0.2
|
| 473 |
+
Yapsy==1.12.2
|
| 474 |
+
yarl==1.15.2
|
| 475 |
+
youtube-search==2.1.2
|
| 476 |
+
zipp==3.20.2
|
| 477 |
+
zope.event==4.5.0
|
| 478 |
+
zstandard==0.23.0
|
configs/046_test/editable.txt
ADDED
|
File without changes
|
configs/046_test/env.yml
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: 046_test
|
| 2 |
+
channels:
|
| 3 |
+
- conda-forge
|
| 4 |
+
- defaults
|
| 5 |
+
dependencies:
|
| 6 |
+
- _libgcc_mutex=0.1
|
| 7 |
+
- _openmp_mutex=4.5
|
| 8 |
+
- bzip2=1.0.8
|
| 9 |
+
- ca-certificates=2025.8.3
|
| 10 |
+
- ld_impl_linux-64=2.44
|
| 11 |
+
- libffi=3.4.6
|
| 12 |
+
- libgcc=15.1.0
|
| 13 |
+
- libgcc-ng=15.1.0
|
| 14 |
+
- libgomp=15.1.0
|
| 15 |
+
- liblzma=5.8.1
|
| 16 |
+
- liblzma-devel=5.8.1
|
| 17 |
+
- libnsl=2.0.1
|
| 18 |
+
- libsqlite=3.50.4
|
| 19 |
+
- libuuid=2.41.2
|
| 20 |
+
- libxcrypt=4.4.36
|
| 21 |
+
- libzlib=1.3.1
|
| 22 |
+
- ncurses=6.5
|
| 23 |
+
- openssl=3.5.3
|
| 24 |
+
- pip=22.1.2
|
| 25 |
+
- python=3.8.20
|
| 26 |
+
- readline=8.2
|
| 27 |
+
- setuptools=70.3.0
|
| 28 |
+
- tk=8.6.13
|
| 29 |
+
- wheel=0.45.1
|
| 30 |
+
- xz=5.8.1
|
| 31 |
+
- xz-gpl-tools=5.8.1
|
| 32 |
+
- xz-tools=5.8.1
|
| 33 |
+
- pip:
|
| 34 |
+
- antlr4-python3-runtime==4.9.3
|
| 35 |
+
- certifi==2026.2.25
|
| 36 |
+
- filelock==3.16.1
|
| 37 |
+
- fsspec==2024.3.1
|
| 38 |
+
- idna==3.10
|
| 39 |
+
- jinja2==3.1.6
|
| 40 |
+
- markupsafe==2.1.5
|
| 41 |
+
- mpmath==1.3.0
|
| 42 |
+
- networkx==3.1
|
| 43 |
+
- numpy==1.24.4
|
| 44 |
+
- nvidia-cublas-cu12==12.9.2.10
|
| 45 |
+
- nvidia-cuda-cupti-cu12==12.9.79
|
| 46 |
+
- nvidia-cuda-nvrtc-cu12==12.9.86
|
| 47 |
+
- nvidia-cuda-runtime-cu12==12.9.79
|
| 48 |
+
- nvidia-cudnn-cu12==9.1.0.70
|
| 49 |
+
- nvidia-cufft-cu12==11.4.1.4
|
| 50 |
+
- nvidia-curand-cu12==10.3.10.19
|
| 51 |
+
- nvidia-cusparse-cu12==12.5.10.65
|
| 52 |
+
- nvidia-nccl-cu12==2.20.5
|
| 53 |
+
- nvidia-nvjitlink-cu12==12.9.86
|
| 54 |
+
- nvidia-nvtx-cu12==12.9.79
|
| 55 |
+
- omegaconf==2.3.0
|
| 56 |
+
- packaging==25.0
|
| 57 |
+
- platformdirs==4.3.6
|
| 58 |
+
- protobuf==5.29.6
|
| 59 |
+
- pyyaml==6.0.3
|
| 60 |
+
- requests==2.32.4
|
| 61 |
+
- six==1.17.0
|
| 62 |
+
- sympy==1.13.3
|
| 63 |
+
- tensor-parallel==2.0.0
|
| 64 |
+
- torch==2.4.1
|
| 65 |
+
- triton==3.0.0
|
| 66 |
+
- typing-extensions==4.13.2
|
| 67 |
+
- urllib3==2.2.3
|
| 68 |
+
prefix: /home/lily/yz979/anaconda3/envs/046_test
|
configs/046_test/explicit.txt
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# This file may be used to create an environment using:
|
| 2 |
+
# $ conda create --name <env> --file <this file>
|
| 3 |
+
# platform: linux-64
|
| 4 |
+
@EXPLICIT
|
| 5 |
+
https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2#d7c89558ba9fa0495403155b64376d81
|
| 6 |
+
https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.8.3-hbd8a1cb_0.conda#74784ee3d225fc3dca89edb635b4e5cc
|
| 7 |
+
https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.44-ha97dd6f_2.conda#14bae321b8127b63cba276bd53fac237
|
| 8 |
+
https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.1.0-h767d61c_5.conda#dcd5ff1940cd38f6df777cac86819d60
|
| 9 |
+
https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2#73aaf86a425cc6e73fcf236a5a46396d
|
| 10 |
+
https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.1.0-h767d61c_5.conda#264fbfba7fb20acf3b29cde153e345ce
|
| 11 |
+
https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_8.conda#51a19bba1b8ebfb60df25cde030b7ebc
|
| 12 |
+
https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85
|
| 13 |
+
https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.1.0-h69a702a_5.conda#069afdf8ea72504e48d23ae1171d951c
|
| 14 |
+
https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.1-hb9d3cd8_2.conda#1a580f7796c7bf6393fddb8bbbde58dc
|
| 15 |
+
https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4
|
| 16 |
+
https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.41.2-he9a06e4_0.conda#80c07c68d2f6870250959dcc95b209d1
|
| 17 |
+
https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda#edb0dca6bc32e4f4789199455a1dbeb8
|
| 18 |
+
https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7
|
| 19 |
+
https://conda.anaconda.org/conda-forge/linux-64/openssl-3.5.3-h26f9b46_1.conda#4fc6c4c88da64c0219c0c6c0408cedd4
|
| 20 |
+
https://conda.anaconda.org/conda-forge/linux-64/liblzma-devel-5.8.1-hb9d3cd8_2.conda#f61edadbb301530bd65a32646bd81552
|
| 21 |
+
https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.50.4-h0c1763c_0.conda#0b367fad34931cb79e0d6b7e5c06bb1c
|
| 22 |
+
https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc
|
| 23 |
+
https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8c095d6_2.conda#283b96675859b20a825f8fa30f311446
|
| 24 |
+
https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_hd72426e_102.conda#a0116df4f4ed05c303811a837d5b39d8
|
| 25 |
+
https://conda.anaconda.org/conda-forge/linux-64/xz-gpl-tools-5.8.1-hbcc6ac9_2.conda#bf627c16aa26231720af037a2709ab09
|
| 26 |
+
https://conda.anaconda.org/conda-forge/linux-64/xz-tools-5.8.1-hb9d3cd8_2.conda#1bad2995c8f1c8075c6c331bf96e46fb
|
| 27 |
+
https://conda.anaconda.org/conda-forge/linux-64/xz-5.8.1-hbcc6ac9_2.conda#68eae977d7d1196d32b636a026dc015d
|
| 28 |
+
https://conda.anaconda.org/conda-forge/linux-64/python-3.8.20-h4a871b0_2_cpython.conda#05ffff2f44ad60b94ecb53d029c6bdf7
|
| 29 |
+
https://conda.anaconda.org/conda-forge/noarch/setuptools-70.3.0-pyhd8ed1ab_0.conda#693bb57e8f92120caa956898065f3627
|
| 30 |
+
https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_0.conda#bdb2f437ce62fd2f1fef9119a37a12d9
|
| 31 |
+
https://conda.anaconda.org/conda-forge/noarch/pip-22.1.2-pyhd8ed1ab_0.tar.bz2#d29185c662a424f8bea1103270b85c96
|
configs/046_test/meta.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env": "046_test",
|
| 3 |
+
"python_version": "3.8.20",
|
| 4 |
+
"has_cuda_hint": false,
|
| 5 |
+
"editable_count": 0,
|
| 6 |
+
"source_prefix": "/home/lily/yz979/anaconda3/envs/046_test",
|
| 7 |
+
"exported_at": "2026-05-17T04:03:51Z"
|
| 8 |
+
}
|
configs/046_test/pip-clean.txt
ADDED
|
@@ -0,0 +1,468 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
absl-py==2.3.1
|
| 2 |
+
accelerate==0.24.1
|
| 3 |
+
aiofiles==23.2.1
|
| 4 |
+
aiohappyeyeballs==2.4.4
|
| 5 |
+
aiohttp==3.10.11
|
| 6 |
+
aioprometheus==23.12.0
|
| 7 |
+
aiosignal==1.3.1
|
| 8 |
+
alabaster==0.7.12
|
| 9 |
+
allennlp==0.8.4
|
| 10 |
+
altair==5.3.0
|
| 11 |
+
annotated-types==0.6.0
|
| 12 |
+
antlr4-python3-runtime==4.9.3
|
| 13 |
+
anyio==3.7.1
|
| 14 |
+
APScheduler==3.11.2
|
| 15 |
+
arxiv==2.1.0
|
| 16 |
+
astunparse==1.6.3
|
| 17 |
+
async-timeout==4.0.3
|
| 18 |
+
attrs==25.3.0
|
| 19 |
+
autograd==1.7.0
|
| 20 |
+
autoray==0.6.12
|
| 21 |
+
awscli==1.32.93
|
| 22 |
+
azure-core==1.33.0
|
| 23 |
+
azure-identity==1.21.0
|
| 24 |
+
azure-storage-blob==12.26.0
|
| 25 |
+
Babel==2.9.1
|
| 26 |
+
backoff==2.2.1
|
| 27 |
+
backports.zoneinfo==0.2.1
|
| 28 |
+
bcrypt==4.1.2
|
| 29 |
+
beartype==0.14.1
|
| 30 |
+
better-abc==0.0.3
|
| 31 |
+
biopython==1.83
|
| 32 |
+
bitarray==2.5.1
|
| 33 |
+
bitsandbytes==0.43.1
|
| 34 |
+
blessed==1.20.0
|
| 35 |
+
blis==0.7.11
|
| 36 |
+
boto3==1.36.0
|
| 37 |
+
botocore==1.36.26
|
| 38 |
+
botorch==0.8.5
|
| 39 |
+
bpl==0.1.1
|
| 40 |
+
Brotli==1.1.0
|
| 41 |
+
bs4==0.0.2
|
| 42 |
+
cachetools==4.2.4
|
| 43 |
+
certifi==2026.2.25
|
| 44 |
+
cffi==1.15.0
|
| 45 |
+
cftime==1.6.4.post1
|
| 46 |
+
chaospy==3.3.9
|
| 47 |
+
charset-normalizer==3.4.7
|
| 48 |
+
chex==0.1.7
|
| 49 |
+
chroma-hnswlib==0.7.3
|
| 50 |
+
chromadb==0.4.15
|
| 51 |
+
click==8.1.7
|
| 52 |
+
cloudpathlib==0.16.0
|
| 53 |
+
cobra==0.29.1
|
| 54 |
+
cohere==5.3.3
|
| 55 |
+
coloredlogs==15.0.1
|
| 56 |
+
confection==0.1.4
|
| 57 |
+
ConfigArgParse==1.5.3
|
| 58 |
+
conllu==0.11
|
| 59 |
+
coverage==7.6.1
|
| 60 |
+
cpm-kernels==1.0.11
|
| 61 |
+
cryptography==42.0.5
|
| 62 |
+
cvxopt==1.3.2
|
| 63 |
+
cymem==2.0.8
|
| 64 |
+
Cython==0.29.30
|
| 65 |
+
dataclasses==0.6
|
| 66 |
+
dataclasses-json==0.6.4
|
| 67 |
+
datasets==2.19.0
|
| 68 |
+
deepdiff==7.0.1
|
| 69 |
+
Deprecated==1.2.14
|
| 70 |
+
deprecation==2.1.0
|
| 71 |
+
dill==0.3.8
|
| 72 |
+
distro==1.9.0
|
| 73 |
+
dm-tree==0.1.8
|
| 74 |
+
dnspython==2.6.1
|
| 75 |
+
docstring_parser==0.17.0
|
| 76 |
+
docutils==0.15.2
|
| 77 |
+
dotenv==0.9.9
|
| 78 |
+
duckduckgo-search==3.9.9
|
| 79 |
+
editdistance==0.6.0
|
| 80 |
+
effdet==0.4.1
|
| 81 |
+
einops==0.7.0
|
| 82 |
+
email-validator==2.3.0
|
| 83 |
+
emoji==2.11.1
|
| 84 |
+
equinox==0.10.4
|
| 85 |
+
et-xmlfile==1.1.0
|
| 86 |
+
eval_type_backport==0.2.2
|
| 87 |
+
exceptiongroup==1.2.1
|
| 88 |
+
fairseq==0.10.2
|
| 89 |
+
faiss-cpu==1.7.4
|
| 90 |
+
faiss-gpu==1.7.2
|
| 91 |
+
fancy-einsum==0.0.3
|
| 92 |
+
fastapi==0.115.14
|
| 93 |
+
fastapi-sso==0.16.0
|
| 94 |
+
fastavro==1.9.4
|
| 95 |
+
fastuuid==0.13.5
|
| 96 |
+
fbpca==1.0
|
| 97 |
+
feedparser==6.0.10
|
| 98 |
+
ffmpy==0.3.2
|
| 99 |
+
filelock==3.16.1
|
| 100 |
+
filetype==1.2.0
|
| 101 |
+
finch-clust @ git+https://github.com/ssarfraz/FINCH-Clustering.git@b18166999af5f93c66edba8bdbae096f8795e82c
|
| 102 |
+
flaky==3.7.0
|
| 103 |
+
Flask-Cors==3.0.10
|
| 104 |
+
frozenlist==1.4.1
|
| 105 |
+
fschat==0.2.35
|
| 106 |
+
fsspec==2025.3.0
|
| 107 |
+
ftfy==6.0.3
|
| 108 |
+
future==0.18.2
|
| 109 |
+
fuzzywuzzy==0.18.0
|
| 110 |
+
gdown==5.2.0
|
| 111 |
+
geosketch==1.3
|
| 112 |
+
geotorch==0.3.0
|
| 113 |
+
get-annotations==0.1.2
|
| 114 |
+
gevent==21.12.0
|
| 115 |
+
gitdb==4.0.11
|
| 116 |
+
GitPython==3.1.43
|
| 117 |
+
google-pasta==0.2.0
|
| 118 |
+
googleapis-common-protos==1.63.0
|
| 119 |
+
gpustat==1.1.1
|
| 120 |
+
gpytorch==1.10
|
| 121 |
+
gradio_client==0.16.0
|
| 122 |
+
graphlib_backport==1.1.0
|
| 123 |
+
greenlet==1.1.2
|
| 124 |
+
gunicorn==23.0.0
|
| 125 |
+
h11==0.14.0
|
| 126 |
+
h2==4.1.0
|
| 127 |
+
hf-xet==1.2.0
|
| 128 |
+
hf_transfer==0.1.9
|
| 129 |
+
hpack==4.0.0
|
| 130 |
+
httpcore==1.0.5
|
| 131 |
+
httptools==0.6.1
|
| 132 |
+
httpx==0.28.1
|
| 133 |
+
httpx-sse==0.4.0
|
| 134 |
+
huggingface_hub==0.36.1
|
| 135 |
+
humanfriendly==10.0
|
| 136 |
+
hyperframe==6.0.1
|
| 137 |
+
icetk==0.0.4
|
| 138 |
+
idna==3.10
|
| 139 |
+
igraph==0.11.8
|
| 140 |
+
imageio==2.35.1
|
| 141 |
+
imagesize==1.3.0
|
| 142 |
+
imgaug==0.4.0
|
| 143 |
+
importlib-metadata==7.0.0
|
| 144 |
+
importlib_resources==6.4.5
|
| 145 |
+
inequalipy==1.0.5
|
| 146 |
+
iniconfig==1.1.1
|
| 147 |
+
inquirerpy==0.3.4
|
| 148 |
+
iopath==0.1.10
|
| 149 |
+
isodate==0.7.2
|
| 150 |
+
itsdangerous==2.0.1
|
| 151 |
+
jax==0.4.13
|
| 152 |
+
jaxlib==0.4.13
|
| 153 |
+
jaxtyping==0.2.19
|
| 154 |
+
Jinja2==3.1.6
|
| 155 |
+
jiter==0.9.1
|
| 156 |
+
jmespath==0.10.0
|
| 157 |
+
joblib==1.4.2
|
| 158 |
+
jsonnet==0.17.0
|
| 159 |
+
jsonpatch==1.33
|
| 160 |
+
jsonpath-python==1.0.6
|
| 161 |
+
jsonpickle==2.0.0
|
| 162 |
+
jsonschema==4.23.0
|
| 163 |
+
jsonschema-specifications==2023.12.1
|
| 164 |
+
kaggle==1.7.4.5
|
| 165 |
+
Keras-Preprocessing==1.1.2
|
| 166 |
+
kubernetes==29.0.0
|
| 167 |
+
langchain==0.1.16
|
| 168 |
+
langchain-community==0.0.34
|
| 169 |
+
langchain-core==0.1.46
|
| 170 |
+
langchain-experimental==0.0.57
|
| 171 |
+
langchain-text-splitters==0.0.1
|
| 172 |
+
langcodes==3.4.0
|
| 173 |
+
langdetect==1.0.9
|
| 174 |
+
langsmith==0.1.51
|
| 175 |
+
language_data==1.2.0
|
| 176 |
+
layoutparser==0.3.4
|
| 177 |
+
lazy_loader==0.4
|
| 178 |
+
leidenalg==0.10.2
|
| 179 |
+
Levenshtein==0.25.1
|
| 180 |
+
linear-operator==0.4.0
|
| 181 |
+
litellm==1.77.4
|
| 182 |
+
litellm-enterprise==0.1.20
|
| 183 |
+
litellm-proxy-extras==0.2.19
|
| 184 |
+
llama-index==0.9.35
|
| 185 |
+
llvmlite==0.41.1
|
| 186 |
+
lmdb==1.7.3
|
| 187 |
+
lxml==5.2.1
|
| 188 |
+
madoka==0.7.1
|
| 189 |
+
marisa-trie==1.1.0
|
| 190 |
+
Markdown==3.3.6
|
| 191 |
+
markdown-it-py==3.0.0
|
| 192 |
+
markdown2==2.4.13
|
| 193 |
+
markdownify==0.11.6
|
| 194 |
+
MarkupSafe==2.1.5
|
| 195 |
+
marshmallow==3.21.1
|
| 196 |
+
mdtex2html==1.3.0
|
| 197 |
+
mdurl==0.1.2
|
| 198 |
+
metaphor-python==0.1.23
|
| 199 |
+
ml-dtypes==0.2.0
|
| 200 |
+
monotonic==1.6
|
| 201 |
+
mpmath==1.3.0
|
| 202 |
+
mrcfile==1.5.4
|
| 203 |
+
msal==1.36.0
|
| 204 |
+
msal-extensions==1.3.0
|
| 205 |
+
msg-parser==1.2.0
|
| 206 |
+
msgpack==1.0.8
|
| 207 |
+
msgpack-numpy==0.4.3.2
|
| 208 |
+
multidict==6.0.5
|
| 209 |
+
multipledispatch==1.0.0
|
| 210 |
+
multiprocess==0.70.16
|
| 211 |
+
murmurhash==1.0.10
|
| 212 |
+
mypy-extensions==1.0.0
|
| 213 |
+
narwhals==1.42.1
|
| 214 |
+
natsort==8.4.0
|
| 215 |
+
nest-asyncio==1.6.0
|
| 216 |
+
netCDF4==1.7.2
|
| 217 |
+
networkx==3.1
|
| 218 |
+
neuroHarmonize==2.4.5
|
| 219 |
+
nh3==0.2.17
|
| 220 |
+
ninja==1.11.1.1
|
| 221 |
+
nltk==3.8.1
|
| 222 |
+
numba==0.58.1
|
| 223 |
+
numexpr==2.8.6
|
| 224 |
+
numpoly==1.0.6
|
| 225 |
+
numpy==1.24.4
|
| 226 |
+
numpydoc==1.1.0
|
| 227 |
+
nvidia-cublas-cu12==12.9.2.10
|
| 228 |
+
nvidia-cuda-cupti-cu12==12.9.79
|
| 229 |
+
nvidia-cuda-nvrtc-cu12==12.9.86
|
| 230 |
+
nvidia-cuda-runtime-cu12==12.9.79
|
| 231 |
+
nvidia-cudnn-cu12==9.1.0.70
|
| 232 |
+
nvidia-cufft-cu12==11.4.1.4
|
| 233 |
+
nvidia-curand-cu12==10.3.10.19
|
| 234 |
+
nvidia-cusparse-cu12==12.5.10.65
|
| 235 |
+
nvidia-ml-py==12.535.133
|
| 236 |
+
nvidia-nccl-cu12==2.20.5
|
| 237 |
+
nvidia-nvjitlink-cu12==12.9.86
|
| 238 |
+
nvidia-nvtx-cu12==12.9.79
|
| 239 |
+
nvitop==1.3.2
|
| 240 |
+
oauthlib==3.2.2
|
| 241 |
+
omegaconf==2.3.0
|
| 242 |
+
onnx==1.16.0
|
| 243 |
+
onnxruntime==1.15.1
|
| 244 |
+
openai==1.101.0
|
| 245 |
+
openpyxl==3.0.9
|
| 246 |
+
opentelemetry-api==1.24.0
|
| 247 |
+
opentelemetry-exporter-otlp-proto-common==1.24.0
|
| 248 |
+
opentelemetry-exporter-otlp-proto-grpc==1.24.0
|
| 249 |
+
opentelemetry-proto==1.24.0
|
| 250 |
+
opentelemetry-sdk==1.24.0
|
| 251 |
+
opentelemetry-semantic-conventions==0.45b0
|
| 252 |
+
opt-einsum==3.3.0
|
| 253 |
+
optax==0.1.5
|
| 254 |
+
ordered-set==4.1.0
|
| 255 |
+
orjson==3.10.1
|
| 256 |
+
overrides==7.7.0
|
| 257 |
+
packaging==26.2
|
| 258 |
+
pandas==2.0.3
|
| 259 |
+
pandas-stubs==1.2.0.45
|
| 260 |
+
parsimonious==0.8.1
|
| 261 |
+
pathlib==1.0.1
|
| 262 |
+
patsy==1.0.1
|
| 263 |
+
pdf2image==1.17.0
|
| 264 |
+
pfzy==0.3.4
|
| 265 |
+
PICOS==2.6.1
|
| 266 |
+
pikepdf==8.4.1
|
| 267 |
+
pip-search==0.0.12
|
| 268 |
+
pkgutil_resolve_name==1.3.10
|
| 269 |
+
plac==0.9.6
|
| 270 |
+
platformdirs==4.3.6
|
| 271 |
+
plotly==6.3.0
|
| 272 |
+
pluggy==1.5.0
|
| 273 |
+
ply==3.11
|
| 274 |
+
pondpond==1.4.1
|
| 275 |
+
pooch==1.8.2
|
| 276 |
+
portalocker==2.4.0
|
| 277 |
+
posthog==3.5.0
|
| 278 |
+
preshed==3.0.9
|
| 279 |
+
prettytable==3.11.0
|
| 280 |
+
primer3-py==2.2.0
|
| 281 |
+
prompt-toolkit==3.0.43
|
| 282 |
+
propcache==0.2.0
|
| 283 |
+
protobuf==5.29.6
|
| 284 |
+
PuLP==3.1.1
|
| 285 |
+
pulsar-client==3.5.0
|
| 286 |
+
pyarrow==17.0.0
|
| 287 |
+
pyarrow-hotfix==0.6
|
| 288 |
+
pyclipper==1.3.0.post5
|
| 289 |
+
pycocotools==2.0.7
|
| 290 |
+
pycparser==2.21
|
| 291 |
+
pydantic==2.10.6
|
| 292 |
+
pydantic_core==2.27.2
|
| 293 |
+
pydeck==0.9.0b1
|
| 294 |
+
pyDOE2==1.3.0
|
| 295 |
+
pydub==0.25.1
|
| 296 |
+
pyfaidx==0.9.0.1
|
| 297 |
+
Pygments==2.19.2
|
| 298 |
+
PyJWT==2.8.0
|
| 299 |
+
pymodbus==3.6.9
|
| 300 |
+
PyMuPDF==1.23.16
|
| 301 |
+
PyMuPDFb==1.23.9
|
| 302 |
+
PyNaCl==1.6.2
|
| 303 |
+
pynndescent==0.5.13
|
| 304 |
+
Pyomo==6.8.2
|
| 305 |
+
pyOpenSSL==24.1.0
|
| 306 |
+
pypandoc==1.13
|
| 307 |
+
pypdf==4.2.0
|
| 308 |
+
pypdfium2==4.29.0
|
| 309 |
+
PyPika==0.48.9
|
| 310 |
+
PyQt5==5.15.7
|
| 311 |
+
PyQt5-Qt5==5.15.17
|
| 312 |
+
PyQt5_sip==12.15.0
|
| 313 |
+
pyro-api==0.1.2
|
| 314 |
+
pyro-ppl==1.9.1
|
| 315 |
+
pysam==0.23.3
|
| 316 |
+
PySocks==1.7.1
|
| 317 |
+
pysqlite3-binary==0.5.2.post3
|
| 318 |
+
pystan==2.19.1.1
|
| 319 |
+
pytesseract==0.3.10
|
| 320 |
+
pytest-cov==5.0.0
|
| 321 |
+
python-dateutil==2.9.0.post0
|
| 322 |
+
python-decouple==3.8
|
| 323 |
+
python-docx==1.1.0
|
| 324 |
+
python-dotenv==1.0.1
|
| 325 |
+
python-iso639==2024.4.27
|
| 326 |
+
python-Levenshtein==0.25.1
|
| 327 |
+
python-multipart==0.0.18
|
| 328 |
+
python-pptx==0.6.23
|
| 329 |
+
python-slugify==8.0.4
|
| 330 |
+
pytorch-pretrained-bert==0.6.2
|
| 331 |
+
pytz==2025.2
|
| 332 |
+
pyvista==0.44.2
|
| 333 |
+
PyWavelets==1.4.1
|
| 334 |
+
PyYAML==6.0.3
|
| 335 |
+
quantile-python==1.1
|
| 336 |
+
rapidfuzz==3.8.1
|
| 337 |
+
rapidocr-onnxruntime==1.3.8
|
| 338 |
+
ray==2.10.0
|
| 339 |
+
rdkit==2024.3.5
|
| 340 |
+
redis==6.1.1
|
| 341 |
+
referencing==0.35.1
|
| 342 |
+
regex==2022.4.24
|
| 343 |
+
requests==2.32.4
|
| 344 |
+
requests-oauthlib==1.3.0
|
| 345 |
+
responses==0.16.0
|
| 346 |
+
rich==13.7.1
|
| 347 |
+
rouge-score==0.1.2
|
| 348 |
+
rpds-py==0.20.1
|
| 349 |
+
rq==2.3.3
|
| 350 |
+
rsa==4.7.2
|
| 351 |
+
ruff==0.4.2
|
| 352 |
+
rustworkx==0.15.1
|
| 353 |
+
s3transfer==0.11.3
|
| 354 |
+
sacrebleu==2.1.0
|
| 355 |
+
sacremoses==0.0.46
|
| 356 |
+
safetensors==0.4.3
|
| 357 |
+
scooby==0.10.1
|
| 358 |
+
seaborn==0.13.2
|
| 359 |
+
semantic-version==2.10.0
|
| 360 |
+
sentence-transformers==2.2.2
|
| 361 |
+
sentencepiece==0.1.91
|
| 362 |
+
sentry-sdk==2.39.0
|
| 363 |
+
session_info==1.0.1
|
| 364 |
+
sgmllib3k==1.0.0
|
| 365 |
+
shapely==2.0.4
|
| 366 |
+
shellingham==1.5.4
|
| 367 |
+
shortuuid==1.0.13
|
| 368 |
+
six==1.17.0
|
| 369 |
+
smart-open==6.4.0
|
| 370 |
+
smmap==5.0.1
|
| 371 |
+
sniffio==1.3.1
|
| 372 |
+
snowballstemmer==2.2.0
|
| 373 |
+
sobol-seq==0.2.0
|
| 374 |
+
socksio==1.0.0
|
| 375 |
+
soupsieve==2.5
|
| 376 |
+
spacy-legacy==3.0.12
|
| 377 |
+
spacy-loggers==1.0.5
|
| 378 |
+
Sphinx==4.3.1
|
| 379 |
+
sphinxcontrib-applehelp==1.0.2
|
| 380 |
+
sphinxcontrib-devhelp==1.0.2
|
| 381 |
+
sphinxcontrib-htmlhelp==2.0.0
|
| 382 |
+
sphinxcontrib-jsmath==1.0.1
|
| 383 |
+
sphinxcontrib-qthelp==1.0.3
|
| 384 |
+
sphinxcontrib-serializinghtml==1.1.5
|
| 385 |
+
SQLAlchemy==2.0.19
|
| 386 |
+
sqlparse==0.4.2
|
| 387 |
+
sse-starlette==1.8.2
|
| 388 |
+
starlette==0.44.0
|
| 389 |
+
statsmodels==0.14.1
|
| 390 |
+
stdlib-list==0.10.0
|
| 391 |
+
streamlit==1.30.0
|
| 392 |
+
streamlit-aggrid==0.3.4.post3
|
| 393 |
+
streamlit-antd-components==0.3.1
|
| 394 |
+
streamlit-chatbox==1.1.11
|
| 395 |
+
streamlit-feedback==0.1.3
|
| 396 |
+
streamlit-modal==0.1.0
|
| 397 |
+
streamlit-option-menu==0.3.12
|
| 398 |
+
strsimpy==0.2.1
|
| 399 |
+
svgwrite==1.4.3
|
| 400 |
+
sympy==1.13.3
|
| 401 |
+
tabnet @ git+https://github.com/titu1994/tf-TabNet.git@53b144b4dd47184c3ee891501dcd90fb37683ab7
|
| 402 |
+
tabulate==0.8.9
|
| 403 |
+
tenacity==8.2.3
|
| 404 |
+
tensor-parallel==2.0.0
|
| 405 |
+
tensorboard-plugin-wit==1.8.0
|
| 406 |
+
tensorboardX==2.4.1
|
| 407 |
+
text-unidecode==1.3
|
| 408 |
+
texttable==1.7.0
|
| 409 |
+
thefuzz==0.22.1
|
| 410 |
+
threadpoolctl==3.5.0
|
| 411 |
+
tifffile==2023.7.10
|
| 412 |
+
tiktoken==0.7.0
|
| 413 |
+
timm==0.9.16
|
| 414 |
+
tk==0.1.0
|
| 415 |
+
tokenizers==0.20.3
|
| 416 |
+
toml==0.10.2
|
| 417 |
+
tomlkit==0.12.0
|
| 418 |
+
toolz==0.12.1
|
| 419 |
+
torch==2.4.1
|
| 420 |
+
torch-geometric==2.6.1
|
| 421 |
+
torchaudio==2.1.2+cu118
|
| 422 |
+
torchtext==0.4.0
|
| 423 |
+
tornado==6.4
|
| 424 |
+
tqdm==4.67.1
|
| 425 |
+
transformer-lens==2.16.1
|
| 426 |
+
transformers==4.46.3
|
| 427 |
+
transformers-stream-generator==0.0.5
|
| 428 |
+
triton==3.0.0
|
| 429 |
+
typed-argument-parser==1.10.1
|
| 430 |
+
typeguard==4.4.0
|
| 431 |
+
typer==0.9.4
|
| 432 |
+
types-requests==2.31.0.20240406
|
| 433 |
+
typing-inspect==0.9.0
|
| 434 |
+
typing-utils==0.1.0
|
| 435 |
+
typing_extensions==4.13.2
|
| 436 |
+
tzdata==2024.1
|
| 437 |
+
tzlocal==5.2
|
| 438 |
+
umap-learn==0.5.7
|
| 439 |
+
Unidecode==1.3.2
|
| 440 |
+
unittest-xml-reporting==3.2.0
|
| 441 |
+
unstructured==0.11.0
|
| 442 |
+
unstructured-client==0.22.0
|
| 443 |
+
unstructured-inference==0.7.15
|
| 444 |
+
unstructured.pytesseract==0.3.12
|
| 445 |
+
urllib3==2.2.3
|
| 446 |
+
uvicorn==0.29.0
|
| 447 |
+
uvloop==0.21.0
|
| 448 |
+
validators==0.28.1
|
| 449 |
+
vllm==0.2.7
|
| 450 |
+
vtk==9.3.1
|
| 451 |
+
wandb==0.22.0
|
| 452 |
+
watchdog==3.0.0
|
| 453 |
+
watchfiles==0.21.0
|
| 454 |
+
wavedrom==2.0.3.post3
|
| 455 |
+
weasel==0.3.4
|
| 456 |
+
websocket-client==1.8.0
|
| 457 |
+
websockets==13.1
|
| 458 |
+
Werkzeug==2.0.2
|
| 459 |
+
word2number==1.1
|
| 460 |
+
xlrd==2.0.1
|
| 461 |
+
XlsxWriter==3.0.2
|
| 462 |
+
xxhash==2.0.2
|
| 463 |
+
Yapsy==1.12.2
|
| 464 |
+
yarl==1.15.2
|
| 465 |
+
youtube-search==2.1.2
|
| 466 |
+
zipp==3.20.2
|
| 467 |
+
zope.event==4.5.0
|
| 468 |
+
zstandard==0.23.0
|
configs/046_test/pip-freeze.txt
ADDED
|
@@ -0,0 +1,468 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
absl-py==2.3.1
|
| 2 |
+
accelerate==0.24.1
|
| 3 |
+
aiofiles==23.2.1
|
| 4 |
+
aiohappyeyeballs==2.4.4
|
| 5 |
+
aiohttp==3.10.11
|
| 6 |
+
aioprometheus==23.12.0
|
| 7 |
+
aiosignal==1.3.1
|
| 8 |
+
alabaster==0.7.12
|
| 9 |
+
allennlp==0.8.4
|
| 10 |
+
altair==5.3.0
|
| 11 |
+
annotated-types==0.6.0
|
| 12 |
+
antlr4-python3-runtime==4.9.3
|
| 13 |
+
anyio==3.7.1
|
| 14 |
+
APScheduler==3.11.2
|
| 15 |
+
arxiv==2.1.0
|
| 16 |
+
astunparse==1.6.3
|
| 17 |
+
async-timeout==4.0.3
|
| 18 |
+
attrs==25.3.0
|
| 19 |
+
autograd==1.7.0
|
| 20 |
+
autoray==0.6.12
|
| 21 |
+
awscli==1.32.93
|
| 22 |
+
azure-core==1.33.0
|
| 23 |
+
azure-identity==1.21.0
|
| 24 |
+
azure-storage-blob==12.26.0
|
| 25 |
+
Babel==2.9.1
|
| 26 |
+
backoff==2.2.1
|
| 27 |
+
backports.zoneinfo==0.2.1
|
| 28 |
+
bcrypt==4.1.2
|
| 29 |
+
beartype==0.14.1
|
| 30 |
+
better-abc==0.0.3
|
| 31 |
+
biopython==1.83
|
| 32 |
+
bitarray==2.5.1
|
| 33 |
+
bitsandbytes==0.43.1
|
| 34 |
+
blessed==1.20.0
|
| 35 |
+
blis==0.7.11
|
| 36 |
+
boto3==1.36.0
|
| 37 |
+
botocore==1.36.26
|
| 38 |
+
botorch==0.8.5
|
| 39 |
+
bpl==0.1.1
|
| 40 |
+
Brotli==1.1.0
|
| 41 |
+
bs4==0.0.2
|
| 42 |
+
cachetools==4.2.4
|
| 43 |
+
certifi==2026.2.25
|
| 44 |
+
cffi==1.15.0
|
| 45 |
+
cftime==1.6.4.post1
|
| 46 |
+
chaospy==3.3.9
|
| 47 |
+
charset-normalizer==3.4.7
|
| 48 |
+
chex==0.1.7
|
| 49 |
+
chroma-hnswlib==0.7.3
|
| 50 |
+
chromadb==0.4.15
|
| 51 |
+
click==8.1.7
|
| 52 |
+
cloudpathlib==0.16.0
|
| 53 |
+
cobra==0.29.1
|
| 54 |
+
cohere==5.3.3
|
| 55 |
+
coloredlogs==15.0.1
|
| 56 |
+
confection==0.1.4
|
| 57 |
+
ConfigArgParse==1.5.3
|
| 58 |
+
conllu==0.11
|
| 59 |
+
coverage==7.6.1
|
| 60 |
+
cpm-kernels==1.0.11
|
| 61 |
+
cryptography==42.0.5
|
| 62 |
+
cvxopt==1.3.2
|
| 63 |
+
cymem==2.0.8
|
| 64 |
+
Cython==0.29.30
|
| 65 |
+
dataclasses==0.6
|
| 66 |
+
dataclasses-json==0.6.4
|
| 67 |
+
datasets==2.19.0
|
| 68 |
+
deepdiff==7.0.1
|
| 69 |
+
Deprecated==1.2.14
|
| 70 |
+
deprecation==2.1.0
|
| 71 |
+
dill==0.3.8
|
| 72 |
+
distro==1.9.0
|
| 73 |
+
dm-tree==0.1.8
|
| 74 |
+
dnspython==2.6.1
|
| 75 |
+
docstring_parser==0.17.0
|
| 76 |
+
docutils==0.15.2
|
| 77 |
+
dotenv==0.9.9
|
| 78 |
+
duckduckgo-search==3.9.9
|
| 79 |
+
editdistance==0.6.0
|
| 80 |
+
effdet==0.4.1
|
| 81 |
+
einops==0.7.0
|
| 82 |
+
email-validator==2.3.0
|
| 83 |
+
emoji==2.11.1
|
| 84 |
+
equinox==0.10.4
|
| 85 |
+
et-xmlfile==1.1.0
|
| 86 |
+
eval_type_backport==0.2.2
|
| 87 |
+
exceptiongroup==1.2.1
|
| 88 |
+
fairseq==0.10.2
|
| 89 |
+
faiss-cpu==1.7.4
|
| 90 |
+
faiss-gpu==1.7.2
|
| 91 |
+
fancy-einsum==0.0.3
|
| 92 |
+
fastapi==0.115.14
|
| 93 |
+
fastapi-sso==0.16.0
|
| 94 |
+
fastavro==1.9.4
|
| 95 |
+
fastuuid==0.13.5
|
| 96 |
+
fbpca==1.0
|
| 97 |
+
feedparser==6.0.10
|
| 98 |
+
ffmpy==0.3.2
|
| 99 |
+
filelock==3.16.1
|
| 100 |
+
filetype==1.2.0
|
| 101 |
+
finch-clust @ git+https://github.com/ssarfraz/FINCH-Clustering.git@b18166999af5f93c66edba8bdbae096f8795e82c
|
| 102 |
+
flaky==3.7.0
|
| 103 |
+
Flask-Cors==3.0.10
|
| 104 |
+
frozenlist==1.4.1
|
| 105 |
+
fschat==0.2.35
|
| 106 |
+
fsspec==2025.3.0
|
| 107 |
+
ftfy==6.0.3
|
| 108 |
+
future==0.18.2
|
| 109 |
+
fuzzywuzzy==0.18.0
|
| 110 |
+
gdown==5.2.0
|
| 111 |
+
geosketch==1.3
|
| 112 |
+
geotorch==0.3.0
|
| 113 |
+
get-annotations==0.1.2
|
| 114 |
+
gevent==21.12.0
|
| 115 |
+
gitdb==4.0.11
|
| 116 |
+
GitPython==3.1.43
|
| 117 |
+
google-pasta==0.2.0
|
| 118 |
+
googleapis-common-protos==1.63.0
|
| 119 |
+
gpustat==1.1.1
|
| 120 |
+
gpytorch==1.10
|
| 121 |
+
gradio_client==0.16.0
|
| 122 |
+
graphlib_backport==1.1.0
|
| 123 |
+
greenlet==1.1.2
|
| 124 |
+
gunicorn==23.0.0
|
| 125 |
+
h11==0.14.0
|
| 126 |
+
h2==4.1.0
|
| 127 |
+
hf-xet==1.2.0
|
| 128 |
+
hf_transfer==0.1.9
|
| 129 |
+
hpack==4.0.0
|
| 130 |
+
httpcore==1.0.5
|
| 131 |
+
httptools==0.6.1
|
| 132 |
+
httpx==0.28.1
|
| 133 |
+
httpx-sse==0.4.0
|
| 134 |
+
huggingface_hub==0.36.1
|
| 135 |
+
humanfriendly==10.0
|
| 136 |
+
hyperframe==6.0.1
|
| 137 |
+
icetk==0.0.4
|
| 138 |
+
idna==3.10
|
| 139 |
+
igraph==0.11.8
|
| 140 |
+
imageio==2.35.1
|
| 141 |
+
imagesize==1.3.0
|
| 142 |
+
imgaug==0.4.0
|
| 143 |
+
importlib-metadata==7.0.0
|
| 144 |
+
importlib_resources==6.4.5
|
| 145 |
+
inequalipy==1.0.5
|
| 146 |
+
iniconfig==1.1.1
|
| 147 |
+
inquirerpy==0.3.4
|
| 148 |
+
iopath==0.1.10
|
| 149 |
+
isodate==0.7.2
|
| 150 |
+
itsdangerous==2.0.1
|
| 151 |
+
jax==0.4.13
|
| 152 |
+
jaxlib==0.4.13
|
| 153 |
+
jaxtyping==0.2.19
|
| 154 |
+
Jinja2==3.1.6
|
| 155 |
+
jiter==0.9.1
|
| 156 |
+
jmespath==0.10.0
|
| 157 |
+
joblib==1.4.2
|
| 158 |
+
jsonnet==0.17.0
|
| 159 |
+
jsonpatch==1.33
|
| 160 |
+
jsonpath-python==1.0.6
|
| 161 |
+
jsonpickle==2.0.0
|
| 162 |
+
jsonschema==4.23.0
|
| 163 |
+
jsonschema-specifications==2023.12.1
|
| 164 |
+
kaggle==1.7.4.5
|
| 165 |
+
Keras-Preprocessing==1.1.2
|
| 166 |
+
kubernetes==29.0.0
|
| 167 |
+
langchain==0.1.16
|
| 168 |
+
langchain-community==0.0.34
|
| 169 |
+
langchain-core==0.1.46
|
| 170 |
+
langchain-experimental==0.0.57
|
| 171 |
+
langchain-text-splitters==0.0.1
|
| 172 |
+
langcodes==3.4.0
|
| 173 |
+
langdetect==1.0.9
|
| 174 |
+
langsmith==0.1.51
|
| 175 |
+
language_data==1.2.0
|
| 176 |
+
layoutparser==0.3.4
|
| 177 |
+
lazy_loader==0.4
|
| 178 |
+
leidenalg==0.10.2
|
| 179 |
+
Levenshtein==0.25.1
|
| 180 |
+
linear-operator==0.4.0
|
| 181 |
+
litellm==1.77.4
|
| 182 |
+
litellm-enterprise==0.1.20
|
| 183 |
+
litellm-proxy-extras==0.2.19
|
| 184 |
+
llama-index==0.9.35
|
| 185 |
+
llvmlite==0.41.1
|
| 186 |
+
lmdb==1.7.3
|
| 187 |
+
lxml==5.2.1
|
| 188 |
+
madoka==0.7.1
|
| 189 |
+
marisa-trie==1.1.0
|
| 190 |
+
Markdown==3.3.6
|
| 191 |
+
markdown-it-py==3.0.0
|
| 192 |
+
markdown2==2.4.13
|
| 193 |
+
markdownify==0.11.6
|
| 194 |
+
MarkupSafe==2.1.5
|
| 195 |
+
marshmallow==3.21.1
|
| 196 |
+
mdtex2html==1.3.0
|
| 197 |
+
mdurl==0.1.2
|
| 198 |
+
metaphor-python==0.1.23
|
| 199 |
+
ml-dtypes==0.2.0
|
| 200 |
+
monotonic==1.6
|
| 201 |
+
mpmath==1.3.0
|
| 202 |
+
mrcfile==1.5.4
|
| 203 |
+
msal==1.36.0
|
| 204 |
+
msal-extensions==1.3.0
|
| 205 |
+
msg-parser==1.2.0
|
| 206 |
+
msgpack==1.0.8
|
| 207 |
+
msgpack-numpy==0.4.3.2
|
| 208 |
+
multidict==6.0.5
|
| 209 |
+
multipledispatch==1.0.0
|
| 210 |
+
multiprocess==0.70.16
|
| 211 |
+
murmurhash==1.0.10
|
| 212 |
+
mypy-extensions==1.0.0
|
| 213 |
+
narwhals==1.42.1
|
| 214 |
+
natsort==8.4.0
|
| 215 |
+
nest-asyncio==1.6.0
|
| 216 |
+
netCDF4==1.7.2
|
| 217 |
+
networkx==3.1
|
| 218 |
+
neuroHarmonize==2.4.5
|
| 219 |
+
nh3==0.2.17
|
| 220 |
+
ninja==1.11.1.1
|
| 221 |
+
nltk==3.8.1
|
| 222 |
+
numba==0.58.1
|
| 223 |
+
numexpr==2.8.6
|
| 224 |
+
numpoly==1.0.6
|
| 225 |
+
numpy==1.24.4
|
| 226 |
+
numpydoc==1.1.0
|
| 227 |
+
nvidia-cublas-cu12==12.9.2.10
|
| 228 |
+
nvidia-cuda-cupti-cu12==12.9.79
|
| 229 |
+
nvidia-cuda-nvrtc-cu12==12.9.86
|
| 230 |
+
nvidia-cuda-runtime-cu12==12.9.79
|
| 231 |
+
nvidia-cudnn-cu12==9.1.0.70
|
| 232 |
+
nvidia-cufft-cu12==11.4.1.4
|
| 233 |
+
nvidia-curand-cu12==10.3.10.19
|
| 234 |
+
nvidia-cusparse-cu12==12.5.10.65
|
| 235 |
+
nvidia-ml-py==12.535.133
|
| 236 |
+
nvidia-nccl-cu12==2.20.5
|
| 237 |
+
nvidia-nvjitlink-cu12==12.9.86
|
| 238 |
+
nvidia-nvtx-cu12==12.9.79
|
| 239 |
+
nvitop==1.3.2
|
| 240 |
+
oauthlib==3.2.2
|
| 241 |
+
omegaconf==2.3.0
|
| 242 |
+
onnx==1.16.0
|
| 243 |
+
onnxruntime==1.15.1
|
| 244 |
+
openai==1.101.0
|
| 245 |
+
openpyxl==3.0.9
|
| 246 |
+
opentelemetry-api==1.24.0
|
| 247 |
+
opentelemetry-exporter-otlp-proto-common==1.24.0
|
| 248 |
+
opentelemetry-exporter-otlp-proto-grpc==1.24.0
|
| 249 |
+
opentelemetry-proto==1.24.0
|
| 250 |
+
opentelemetry-sdk==1.24.0
|
| 251 |
+
opentelemetry-semantic-conventions==0.45b0
|
| 252 |
+
opt-einsum==3.3.0
|
| 253 |
+
optax==0.1.5
|
| 254 |
+
ordered-set==4.1.0
|
| 255 |
+
orjson==3.10.1
|
| 256 |
+
overrides==7.7.0
|
| 257 |
+
packaging==26.2
|
| 258 |
+
pandas==2.0.3
|
| 259 |
+
pandas-stubs==1.2.0.45
|
| 260 |
+
parsimonious==0.8.1
|
| 261 |
+
pathlib==1.0.1
|
| 262 |
+
patsy==1.0.1
|
| 263 |
+
pdf2image==1.17.0
|
| 264 |
+
pfzy==0.3.4
|
| 265 |
+
PICOS==2.6.1
|
| 266 |
+
pikepdf==8.4.1
|
| 267 |
+
pip-search==0.0.12
|
| 268 |
+
pkgutil_resolve_name==1.3.10
|
| 269 |
+
plac==0.9.6
|
| 270 |
+
platformdirs==4.3.6
|
| 271 |
+
plotly==6.3.0
|
| 272 |
+
pluggy==1.5.0
|
| 273 |
+
ply==3.11
|
| 274 |
+
pondpond==1.4.1
|
| 275 |
+
pooch==1.8.2
|
| 276 |
+
portalocker==2.4.0
|
| 277 |
+
posthog==3.5.0
|
| 278 |
+
preshed==3.0.9
|
| 279 |
+
prettytable==3.11.0
|
| 280 |
+
primer3-py==2.2.0
|
| 281 |
+
prompt-toolkit==3.0.43
|
| 282 |
+
propcache==0.2.0
|
| 283 |
+
protobuf==5.29.6
|
| 284 |
+
PuLP==3.1.1
|
| 285 |
+
pulsar-client==3.5.0
|
| 286 |
+
pyarrow==17.0.0
|
| 287 |
+
pyarrow-hotfix==0.6
|
| 288 |
+
pyclipper==1.3.0.post5
|
| 289 |
+
pycocotools==2.0.7
|
| 290 |
+
pycparser==2.21
|
| 291 |
+
pydantic==2.10.6
|
| 292 |
+
pydantic_core==2.27.2
|
| 293 |
+
pydeck==0.9.0b1
|
| 294 |
+
pyDOE2==1.3.0
|
| 295 |
+
pydub==0.25.1
|
| 296 |
+
pyfaidx==0.9.0.1
|
| 297 |
+
Pygments==2.19.2
|
| 298 |
+
PyJWT==2.8.0
|
| 299 |
+
pymodbus==3.6.9
|
| 300 |
+
PyMuPDF==1.23.16
|
| 301 |
+
PyMuPDFb==1.23.9
|
| 302 |
+
PyNaCl==1.6.2
|
| 303 |
+
pynndescent==0.5.13
|
| 304 |
+
Pyomo==6.8.2
|
| 305 |
+
pyOpenSSL==24.1.0
|
| 306 |
+
pypandoc==1.13
|
| 307 |
+
pypdf==4.2.0
|
| 308 |
+
pypdfium2==4.29.0
|
| 309 |
+
PyPika==0.48.9
|
| 310 |
+
PyQt5==5.15.7
|
| 311 |
+
PyQt5-Qt5==5.15.17
|
| 312 |
+
PyQt5_sip==12.15.0
|
| 313 |
+
pyro-api==0.1.2
|
| 314 |
+
pyro-ppl==1.9.1
|
| 315 |
+
pysam==0.23.3
|
| 316 |
+
PySocks==1.7.1
|
| 317 |
+
pysqlite3-binary==0.5.2.post3
|
| 318 |
+
pystan==2.19.1.1
|
| 319 |
+
pytesseract==0.3.10
|
| 320 |
+
pytest-cov==5.0.0
|
| 321 |
+
python-dateutil==2.9.0.post0
|
| 322 |
+
python-decouple==3.8
|
| 323 |
+
python-docx==1.1.0
|
| 324 |
+
python-dotenv==1.0.1
|
| 325 |
+
python-iso639==2024.4.27
|
| 326 |
+
python-Levenshtein==0.25.1
|
| 327 |
+
python-multipart==0.0.18
|
| 328 |
+
python-pptx==0.6.23
|
| 329 |
+
python-slugify==8.0.4
|
| 330 |
+
pytorch-pretrained-bert==0.6.2
|
| 331 |
+
pytz==2025.2
|
| 332 |
+
pyvista==0.44.2
|
| 333 |
+
PyWavelets==1.4.1
|
| 334 |
+
PyYAML==6.0.3
|
| 335 |
+
quantile-python==1.1
|
| 336 |
+
rapidfuzz==3.8.1
|
| 337 |
+
rapidocr-onnxruntime==1.3.8
|
| 338 |
+
ray==2.10.0
|
| 339 |
+
rdkit==2024.3.5
|
| 340 |
+
redis==6.1.1
|
| 341 |
+
referencing==0.35.1
|
| 342 |
+
regex==2022.4.24
|
| 343 |
+
requests==2.32.4
|
| 344 |
+
requests-oauthlib==1.3.0
|
| 345 |
+
responses==0.16.0
|
| 346 |
+
rich==13.7.1
|
| 347 |
+
rouge-score==0.1.2
|
| 348 |
+
rpds-py==0.20.1
|
| 349 |
+
rq==2.3.3
|
| 350 |
+
rsa==4.7.2
|
| 351 |
+
ruff==0.4.2
|
| 352 |
+
rustworkx==0.15.1
|
| 353 |
+
s3transfer==0.11.3
|
| 354 |
+
sacrebleu==2.1.0
|
| 355 |
+
sacremoses==0.0.46
|
| 356 |
+
safetensors==0.4.3
|
| 357 |
+
scooby==0.10.1
|
| 358 |
+
seaborn==0.13.2
|
| 359 |
+
semantic-version==2.10.0
|
| 360 |
+
sentence-transformers==2.2.2
|
| 361 |
+
sentencepiece==0.1.91
|
| 362 |
+
sentry-sdk==2.39.0
|
| 363 |
+
session_info==1.0.1
|
| 364 |
+
sgmllib3k==1.0.0
|
| 365 |
+
shapely==2.0.4
|
| 366 |
+
shellingham==1.5.4
|
| 367 |
+
shortuuid==1.0.13
|
| 368 |
+
six==1.17.0
|
| 369 |
+
smart-open==6.4.0
|
| 370 |
+
smmap==5.0.1
|
| 371 |
+
sniffio==1.3.1
|
| 372 |
+
snowballstemmer==2.2.0
|
| 373 |
+
sobol-seq==0.2.0
|
| 374 |
+
socksio==1.0.0
|
| 375 |
+
soupsieve==2.5
|
| 376 |
+
spacy-legacy==3.0.12
|
| 377 |
+
spacy-loggers==1.0.5
|
| 378 |
+
Sphinx==4.3.1
|
| 379 |
+
sphinxcontrib-applehelp==1.0.2
|
| 380 |
+
sphinxcontrib-devhelp==1.0.2
|
| 381 |
+
sphinxcontrib-htmlhelp==2.0.0
|
| 382 |
+
sphinxcontrib-jsmath==1.0.1
|
| 383 |
+
sphinxcontrib-qthelp==1.0.3
|
| 384 |
+
sphinxcontrib-serializinghtml==1.1.5
|
| 385 |
+
SQLAlchemy==2.0.19
|
| 386 |
+
sqlparse==0.4.2
|
| 387 |
+
sse-starlette==1.8.2
|
| 388 |
+
starlette==0.44.0
|
| 389 |
+
statsmodels==0.14.1
|
| 390 |
+
stdlib-list==0.10.0
|
| 391 |
+
streamlit==1.30.0
|
| 392 |
+
streamlit-aggrid==0.3.4.post3
|
| 393 |
+
streamlit-antd-components==0.3.1
|
| 394 |
+
streamlit-chatbox==1.1.11
|
| 395 |
+
streamlit-feedback==0.1.3
|
| 396 |
+
streamlit-modal==0.1.0
|
| 397 |
+
streamlit-option-menu==0.3.12
|
| 398 |
+
strsimpy==0.2.1
|
| 399 |
+
svgwrite==1.4.3
|
| 400 |
+
sympy==1.13.3
|
| 401 |
+
tabnet @ git+https://github.com/titu1994/tf-TabNet.git@53b144b4dd47184c3ee891501dcd90fb37683ab7
|
| 402 |
+
tabulate==0.8.9
|
| 403 |
+
tenacity==8.2.3
|
| 404 |
+
tensor-parallel==2.0.0
|
| 405 |
+
tensorboard-plugin-wit==1.8.0
|
| 406 |
+
tensorboardX==2.4.1
|
| 407 |
+
text-unidecode==1.3
|
| 408 |
+
texttable==1.7.0
|
| 409 |
+
thefuzz==0.22.1
|
| 410 |
+
threadpoolctl==3.5.0
|
| 411 |
+
tifffile==2023.7.10
|
| 412 |
+
tiktoken==0.7.0
|
| 413 |
+
timm==0.9.16
|
| 414 |
+
tk==0.1.0
|
| 415 |
+
tokenizers==0.20.3
|
| 416 |
+
toml==0.10.2
|
| 417 |
+
tomlkit==0.12.0
|
| 418 |
+
toolz==0.12.1
|
| 419 |
+
torch==2.4.1
|
| 420 |
+
torch-geometric==2.6.1
|
| 421 |
+
torchaudio==2.1.2+cu118
|
| 422 |
+
torchtext==0.4.0
|
| 423 |
+
tornado==6.4
|
| 424 |
+
tqdm==4.67.1
|
| 425 |
+
transformer-lens==2.16.1
|
| 426 |
+
transformers==4.46.3
|
| 427 |
+
transformers-stream-generator==0.0.5
|
| 428 |
+
triton==3.0.0
|
| 429 |
+
typed-argument-parser==1.10.1
|
| 430 |
+
typeguard==4.4.0
|
| 431 |
+
typer==0.9.4
|
| 432 |
+
types-requests==2.31.0.20240406
|
| 433 |
+
typing-inspect==0.9.0
|
| 434 |
+
typing-utils==0.1.0
|
| 435 |
+
typing_extensions==4.13.2
|
| 436 |
+
tzdata==2024.1
|
| 437 |
+
tzlocal==5.2
|
| 438 |
+
umap-learn==0.5.7
|
| 439 |
+
Unidecode==1.3.2
|
| 440 |
+
unittest-xml-reporting==3.2.0
|
| 441 |
+
unstructured==0.11.0
|
| 442 |
+
unstructured-client==0.22.0
|
| 443 |
+
unstructured-inference==0.7.15
|
| 444 |
+
unstructured.pytesseract==0.3.12
|
| 445 |
+
urllib3==2.2.3
|
| 446 |
+
uvicorn==0.29.0
|
| 447 |
+
uvloop==0.21.0
|
| 448 |
+
validators==0.28.1
|
| 449 |
+
vllm==0.2.7
|
| 450 |
+
vtk==9.3.1
|
| 451 |
+
wandb==0.22.0
|
| 452 |
+
watchdog==3.0.0
|
| 453 |
+
watchfiles==0.21.0
|
| 454 |
+
wavedrom==2.0.3.post3
|
| 455 |
+
weasel==0.3.4
|
| 456 |
+
websocket-client==1.8.0
|
| 457 |
+
websockets==13.1
|
| 458 |
+
Werkzeug==2.0.2
|
| 459 |
+
word2number==1.1
|
| 460 |
+
xlrd==2.0.1
|
| 461 |
+
XlsxWriter==3.0.2
|
| 462 |
+
xxhash==2.0.2
|
| 463 |
+
Yapsy==1.12.2
|
| 464 |
+
yarl==1.15.2
|
| 465 |
+
youtube-search==2.1.2
|
| 466 |
+
zipp==3.20.2
|
| 467 |
+
zope.event==4.5.0
|
| 468 |
+
zstandard==0.23.0
|
configs/049_test/editable.txt
ADDED
|
File without changes
|
configs/049_test/env.yml
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: 049_test
|
| 2 |
+
channels:
|
| 3 |
+
- conda-forge
|
| 4 |
+
- defaults
|
| 5 |
+
dependencies:
|
| 6 |
+
- _libgcc_mutex=0.1
|
| 7 |
+
- _openmp_mutex=4.5
|
| 8 |
+
- bzip2=1.0.8
|
| 9 |
+
- ca-certificates=2025.8.3
|
| 10 |
+
- ld_impl_linux-64=2.44
|
| 11 |
+
- libffi=3.4.6
|
| 12 |
+
- libgcc=15.1.0
|
| 13 |
+
- libgcc-ng=15.1.0
|
| 14 |
+
- libgomp=15.1.0
|
| 15 |
+
- liblzma=5.8.1
|
| 16 |
+
- liblzma-devel=5.8.1
|
| 17 |
+
- libnsl=2.0.1
|
| 18 |
+
- libsqlite=3.50.4
|
| 19 |
+
- libuuid=2.41.2
|
| 20 |
+
- libxcrypt=4.4.36
|
| 21 |
+
- libzlib=1.3.1
|
| 22 |
+
- ncurses=6.5
|
| 23 |
+
- openssl=3.5.3
|
| 24 |
+
- pip=22.1.2
|
| 25 |
+
- python=3.8.20
|
| 26 |
+
- readline=8.2
|
| 27 |
+
- setuptools=70.3.0
|
| 28 |
+
- tk=8.6.13
|
| 29 |
+
- wheel=0.45.1
|
| 30 |
+
- xz=5.8.1
|
| 31 |
+
- xz-gpl-tools=5.8.1
|
| 32 |
+
- xz-tools=5.8.1
|
| 33 |
+
- pip:
|
| 34 |
+
- filelock==3.16.1
|
| 35 |
+
- fsspec==2025.3.0
|
| 36 |
+
- jinja2==3.1.6
|
| 37 |
+
- markupsafe==2.1.5
|
| 38 |
+
- mpmath==1.3.0
|
| 39 |
+
- networkx==3.1
|
| 40 |
+
- numpy==1.24.4
|
| 41 |
+
- nvidia-cublas-cu12==12.9.2.10
|
| 42 |
+
- nvidia-cuda-cupti-cu12==12.9.79
|
| 43 |
+
- nvidia-cuda-nvrtc-cu12==12.9.86
|
| 44 |
+
- nvidia-cuda-runtime-cu12==12.9.79
|
| 45 |
+
- nvidia-cudnn-cu12==9.1.0.70
|
| 46 |
+
- nvidia-cufft-cu12==11.4.1.4
|
| 47 |
+
- nvidia-curand-cu12==10.3.10.19
|
| 48 |
+
- nvidia-cusparse-cu12==12.5.10.65
|
| 49 |
+
- nvidia-nccl-cu12==2.20.5
|
| 50 |
+
- nvidia-nvjitlink-cu12==12.9.86
|
| 51 |
+
- nvidia-nvtx-cu12==12.9.79
|
| 52 |
+
- packaging==25.0
|
| 53 |
+
- scipy==1.10.1
|
| 54 |
+
- six==1.17.0
|
| 55 |
+
- sympy==1.13.3
|
| 56 |
+
- torch==2.4.1
|
| 57 |
+
- triton==3.0.0
|
| 58 |
+
- typing-extensions==4.13.2
|
| 59 |
+
prefix: /home/lily/yz979/anaconda3/envs/049_test
|
configs/049_test/explicit.txt
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# This file may be used to create an environment using:
|
| 2 |
+
# $ conda create --name <env> --file <this file>
|
| 3 |
+
# platform: linux-64
|
| 4 |
+
@EXPLICIT
|
| 5 |
+
https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2#d7c89558ba9fa0495403155b64376d81
|
| 6 |
+
https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.8.3-hbd8a1cb_0.conda#74784ee3d225fc3dca89edb635b4e5cc
|
| 7 |
+
https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.44-ha97dd6f_2.conda#14bae321b8127b63cba276bd53fac237
|
| 8 |
+
https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.1.0-h767d61c_5.conda#dcd5ff1940cd38f6df777cac86819d60
|
| 9 |
+
https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2#73aaf86a425cc6e73fcf236a5a46396d
|
| 10 |
+
https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.1.0-h767d61c_5.conda#264fbfba7fb20acf3b29cde153e345ce
|
| 11 |
+
https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_8.conda#51a19bba1b8ebfb60df25cde030b7ebc
|
| 12 |
+
https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85
|
| 13 |
+
https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.1.0-h69a702a_5.conda#069afdf8ea72504e48d23ae1171d951c
|
| 14 |
+
https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.1-hb9d3cd8_2.conda#1a580f7796c7bf6393fddb8bbbde58dc
|
| 15 |
+
https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4
|
| 16 |
+
https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.41.2-he9a06e4_0.conda#80c07c68d2f6870250959dcc95b209d1
|
| 17 |
+
https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda#edb0dca6bc32e4f4789199455a1dbeb8
|
| 18 |
+
https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7
|
| 19 |
+
https://conda.anaconda.org/conda-forge/linux-64/openssl-3.5.3-h26f9b46_1.conda#4fc6c4c88da64c0219c0c6c0408cedd4
|
| 20 |
+
https://conda.anaconda.org/conda-forge/linux-64/liblzma-devel-5.8.1-hb9d3cd8_2.conda#f61edadbb301530bd65a32646bd81552
|
| 21 |
+
https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.50.4-h0c1763c_0.conda#0b367fad34931cb79e0d6b7e5c06bb1c
|
| 22 |
+
https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc
|
| 23 |
+
https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8c095d6_2.conda#283b96675859b20a825f8fa30f311446
|
| 24 |
+
https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_hd72426e_102.conda#a0116df4f4ed05c303811a837d5b39d8
|
| 25 |
+
https://conda.anaconda.org/conda-forge/linux-64/xz-gpl-tools-5.8.1-hbcc6ac9_2.conda#bf627c16aa26231720af037a2709ab09
|
| 26 |
+
https://conda.anaconda.org/conda-forge/linux-64/xz-tools-5.8.1-hb9d3cd8_2.conda#1bad2995c8f1c8075c6c331bf96e46fb
|
| 27 |
+
https://conda.anaconda.org/conda-forge/linux-64/xz-5.8.1-hbcc6ac9_2.conda#68eae977d7d1196d32b636a026dc015d
|
| 28 |
+
https://conda.anaconda.org/conda-forge/linux-64/python-3.8.20-h4a871b0_2_cpython.conda#05ffff2f44ad60b94ecb53d029c6bdf7
|
| 29 |
+
https://conda.anaconda.org/conda-forge/noarch/setuptools-70.3.0-pyhd8ed1ab_0.conda#693bb57e8f92120caa956898065f3627
|
| 30 |
+
https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_0.conda#bdb2f437ce62fd2f1fef9119a37a12d9
|
| 31 |
+
https://conda.anaconda.org/conda-forge/noarch/pip-22.1.2-pyhd8ed1ab_0.tar.bz2#d29185c662a424f8bea1103270b85c96
|
configs/049_test/meta.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env": "049_test",
|
| 3 |
+
"python_version": "3.8.20",
|
| 4 |
+
"has_cuda_hint": false,
|
| 5 |
+
"editable_count": 0,
|
| 6 |
+
"source_prefix": "/home/lily/yz979/anaconda3/envs/049_test",
|
| 7 |
+
"exported_at": "2026-05-17T04:03:56Z"
|
| 8 |
+
}
|
configs/049_test/pip-clean.txt
ADDED
|
@@ -0,0 +1,461 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
absl-py==2.3.1
|
| 2 |
+
accelerate==0.24.1
|
| 3 |
+
aiofiles==23.2.1
|
| 4 |
+
aiohappyeyeballs==2.4.4
|
| 5 |
+
aiohttp==3.10.11
|
| 6 |
+
aioprometheus==23.12.0
|
| 7 |
+
aiosignal==1.3.1
|
| 8 |
+
alabaster==0.7.12
|
| 9 |
+
allennlp==0.8.4
|
| 10 |
+
altair==5.3.0
|
| 11 |
+
annotated-types==0.6.0
|
| 12 |
+
anyio==3.7.1
|
| 13 |
+
APScheduler==3.11.2
|
| 14 |
+
arxiv==2.1.0
|
| 15 |
+
astunparse==1.6.3
|
| 16 |
+
async-timeout==4.0.3
|
| 17 |
+
attrs==25.3.0
|
| 18 |
+
autograd==1.7.0
|
| 19 |
+
autoray==0.6.12
|
| 20 |
+
awscli==1.32.93
|
| 21 |
+
azure-core==1.33.0
|
| 22 |
+
azure-identity==1.21.0
|
| 23 |
+
azure-storage-blob==12.26.0
|
| 24 |
+
Babel==2.9.1
|
| 25 |
+
backoff==2.2.1
|
| 26 |
+
backports.zoneinfo==0.2.1
|
| 27 |
+
bcrypt==4.1.2
|
| 28 |
+
beartype==0.14.1
|
| 29 |
+
better-abc==0.0.3
|
| 30 |
+
biopython==1.83
|
| 31 |
+
bitarray==2.5.1
|
| 32 |
+
bitsandbytes==0.43.1
|
| 33 |
+
blessed==1.20.0
|
| 34 |
+
blis==0.7.11
|
| 35 |
+
boto3==1.36.0
|
| 36 |
+
botocore==1.36.26
|
| 37 |
+
botorch==0.8.5
|
| 38 |
+
bpl==0.1.1
|
| 39 |
+
Brotli==1.1.0
|
| 40 |
+
bs4==0.0.2
|
| 41 |
+
cachetools==4.2.4
|
| 42 |
+
cffi==1.15.0
|
| 43 |
+
cftime==1.6.4.post1
|
| 44 |
+
chaospy==3.3.9
|
| 45 |
+
charset-normalizer==3.4.7
|
| 46 |
+
chex==0.1.7
|
| 47 |
+
chroma-hnswlib==0.7.3
|
| 48 |
+
chromadb==0.4.15
|
| 49 |
+
click==8.1.7
|
| 50 |
+
cloudpathlib==0.16.0
|
| 51 |
+
cobra==0.29.1
|
| 52 |
+
cohere==5.3.3
|
| 53 |
+
coloredlogs==15.0.1
|
| 54 |
+
confection==0.1.4
|
| 55 |
+
ConfigArgParse==1.5.3
|
| 56 |
+
conllu==0.11
|
| 57 |
+
coverage==7.6.1
|
| 58 |
+
cpm-kernels==1.0.11
|
| 59 |
+
cryptography==42.0.5
|
| 60 |
+
cvxopt==1.3.2
|
| 61 |
+
cymem==2.0.8
|
| 62 |
+
Cython==0.29.30
|
| 63 |
+
dataclasses==0.6
|
| 64 |
+
dataclasses-json==0.6.4
|
| 65 |
+
datasets==2.19.0
|
| 66 |
+
deepdiff==7.0.1
|
| 67 |
+
Deprecated==1.2.14
|
| 68 |
+
deprecation==2.1.0
|
| 69 |
+
dill==0.3.8
|
| 70 |
+
distro==1.9.0
|
| 71 |
+
dm-tree==0.1.8
|
| 72 |
+
dnspython==2.6.1
|
| 73 |
+
docstring_parser==0.17.0
|
| 74 |
+
docutils==0.15.2
|
| 75 |
+
dotenv==0.9.9
|
| 76 |
+
duckduckgo-search==3.9.9
|
| 77 |
+
editdistance==0.6.0
|
| 78 |
+
effdet==0.4.1
|
| 79 |
+
einops==0.7.0
|
| 80 |
+
email-validator==2.3.0
|
| 81 |
+
emoji==2.11.1
|
| 82 |
+
equinox==0.10.4
|
| 83 |
+
et-xmlfile==1.1.0
|
| 84 |
+
eval_type_backport==0.2.2
|
| 85 |
+
exceptiongroup==1.2.1
|
| 86 |
+
fairseq==0.10.2
|
| 87 |
+
faiss-cpu==1.7.4
|
| 88 |
+
faiss-gpu==1.7.2
|
| 89 |
+
fancy-einsum==0.0.3
|
| 90 |
+
fastapi==0.115.14
|
| 91 |
+
fastapi-sso==0.16.0
|
| 92 |
+
fastavro==1.9.4
|
| 93 |
+
fastuuid==0.13.5
|
| 94 |
+
fbpca==1.0
|
| 95 |
+
feedparser==6.0.10
|
| 96 |
+
ffmpy==0.3.2
|
| 97 |
+
filelock==3.16.1
|
| 98 |
+
filetype==1.2.0
|
| 99 |
+
finch-clust @ git+https://github.com/ssarfraz/FINCH-Clustering.git@b18166999af5f93c66edba8bdbae096f8795e82c
|
| 100 |
+
flaky==3.7.0
|
| 101 |
+
Flask-Cors==3.0.10
|
| 102 |
+
frozenlist==1.4.1
|
| 103 |
+
fschat==0.2.35
|
| 104 |
+
fsspec==2025.3.0
|
| 105 |
+
ftfy==6.0.3
|
| 106 |
+
future==0.18.2
|
| 107 |
+
fuzzywuzzy==0.18.0
|
| 108 |
+
gdown==5.2.0
|
| 109 |
+
geosketch==1.3
|
| 110 |
+
geotorch==0.3.0
|
| 111 |
+
get-annotations==0.1.2
|
| 112 |
+
gevent==21.12.0
|
| 113 |
+
gitdb==4.0.11
|
| 114 |
+
GitPython==3.1.43
|
| 115 |
+
google-pasta==0.2.0
|
| 116 |
+
googleapis-common-protos==1.63.0
|
| 117 |
+
gpustat==1.1.1
|
| 118 |
+
gpytorch==1.10
|
| 119 |
+
gradio_client==0.16.0
|
| 120 |
+
graphlib_backport==1.1.0
|
| 121 |
+
greenlet==1.1.2
|
| 122 |
+
gunicorn==23.0.0
|
| 123 |
+
h11==0.14.0
|
| 124 |
+
h2==4.1.0
|
| 125 |
+
hf-xet==1.2.0
|
| 126 |
+
hf_transfer==0.1.9
|
| 127 |
+
hpack==4.0.0
|
| 128 |
+
httpcore==1.0.5
|
| 129 |
+
httptools==0.6.1
|
| 130 |
+
httpx==0.28.1
|
| 131 |
+
httpx-sse==0.4.0
|
| 132 |
+
huggingface_hub==0.36.1
|
| 133 |
+
humanfriendly==10.0
|
| 134 |
+
hyperframe==6.0.1
|
| 135 |
+
icetk==0.0.4
|
| 136 |
+
igraph==0.11.8
|
| 137 |
+
imageio==2.35.1
|
| 138 |
+
imagesize==1.3.0
|
| 139 |
+
imgaug==0.4.0
|
| 140 |
+
importlib-metadata==7.0.0
|
| 141 |
+
importlib_resources==6.4.5
|
| 142 |
+
inequalipy==1.0.5
|
| 143 |
+
iniconfig==1.1.1
|
| 144 |
+
inquirerpy==0.3.4
|
| 145 |
+
iopath==0.1.10
|
| 146 |
+
isodate==0.7.2
|
| 147 |
+
itsdangerous==2.0.1
|
| 148 |
+
jax==0.4.13
|
| 149 |
+
jaxlib==0.4.13
|
| 150 |
+
jaxtyping==0.2.19
|
| 151 |
+
Jinja2==3.1.6
|
| 152 |
+
jiter==0.9.1
|
| 153 |
+
jmespath==0.10.0
|
| 154 |
+
joblib==1.4.2
|
| 155 |
+
jsonnet==0.17.0
|
| 156 |
+
jsonpatch==1.33
|
| 157 |
+
jsonpath-python==1.0.6
|
| 158 |
+
jsonpickle==2.0.0
|
| 159 |
+
jsonschema==4.23.0
|
| 160 |
+
jsonschema-specifications==2023.12.1
|
| 161 |
+
kaggle==1.7.4.5
|
| 162 |
+
Keras-Preprocessing==1.1.2
|
| 163 |
+
kubernetes==29.0.0
|
| 164 |
+
langchain==0.1.16
|
| 165 |
+
langchain-community==0.0.34
|
| 166 |
+
langchain-core==0.1.46
|
| 167 |
+
langchain-experimental==0.0.57
|
| 168 |
+
langchain-text-splitters==0.0.1
|
| 169 |
+
langcodes==3.4.0
|
| 170 |
+
langdetect==1.0.9
|
| 171 |
+
langsmith==0.1.51
|
| 172 |
+
language_data==1.2.0
|
| 173 |
+
layoutparser==0.3.4
|
| 174 |
+
lazy_loader==0.4
|
| 175 |
+
leidenalg==0.10.2
|
| 176 |
+
Levenshtein==0.25.1
|
| 177 |
+
linear-operator==0.4.0
|
| 178 |
+
litellm==1.77.4
|
| 179 |
+
litellm-enterprise==0.1.20
|
| 180 |
+
litellm-proxy-extras==0.2.19
|
| 181 |
+
llama-index==0.9.35
|
| 182 |
+
llvmlite==0.41.1
|
| 183 |
+
lmdb==1.7.3
|
| 184 |
+
lxml==5.2.1
|
| 185 |
+
madoka==0.7.1
|
| 186 |
+
marisa-trie==1.1.0
|
| 187 |
+
Markdown==3.3.6
|
| 188 |
+
markdown-it-py==3.0.0
|
| 189 |
+
markdown2==2.4.13
|
| 190 |
+
markdownify==0.11.6
|
| 191 |
+
MarkupSafe==2.1.5
|
| 192 |
+
marshmallow==3.21.1
|
| 193 |
+
mdtex2html==1.3.0
|
| 194 |
+
mdurl==0.1.2
|
| 195 |
+
metaphor-python==0.1.23
|
| 196 |
+
ml-dtypes==0.2.0
|
| 197 |
+
monotonic==1.6
|
| 198 |
+
mpmath==1.3.0
|
| 199 |
+
mrcfile==1.5.4
|
| 200 |
+
msal==1.36.0
|
| 201 |
+
msal-extensions==1.3.0
|
| 202 |
+
msg-parser==1.2.0
|
| 203 |
+
msgpack==1.0.8
|
| 204 |
+
msgpack-numpy==0.4.3.2
|
| 205 |
+
multidict==6.0.5
|
| 206 |
+
multipledispatch==1.0.0
|
| 207 |
+
multiprocess==0.70.16
|
| 208 |
+
murmurhash==1.0.10
|
| 209 |
+
mypy-extensions==1.0.0
|
| 210 |
+
narwhals==1.42.1
|
| 211 |
+
natsort==8.4.0
|
| 212 |
+
nest-asyncio==1.6.0
|
| 213 |
+
netCDF4==1.7.2
|
| 214 |
+
networkx==3.1
|
| 215 |
+
neuroHarmonize==2.4.5
|
| 216 |
+
nh3==0.2.17
|
| 217 |
+
ninja==1.11.1.1
|
| 218 |
+
nltk==3.8.1
|
| 219 |
+
numba==0.58.1
|
| 220 |
+
numexpr==2.8.6
|
| 221 |
+
numpoly==1.0.6
|
| 222 |
+
numpy==1.24.4
|
| 223 |
+
numpydoc==1.1.0
|
| 224 |
+
nvidia-cublas-cu12==12.9.2.10
|
| 225 |
+
nvidia-cuda-cupti-cu12==12.9.79
|
| 226 |
+
nvidia-cuda-nvrtc-cu12==12.9.86
|
| 227 |
+
nvidia-cuda-runtime-cu12==12.9.79
|
| 228 |
+
nvidia-cudnn-cu12==9.1.0.70
|
| 229 |
+
nvidia-cufft-cu12==11.4.1.4
|
| 230 |
+
nvidia-curand-cu12==10.3.10.19
|
| 231 |
+
nvidia-cusparse-cu12==12.5.10.65
|
| 232 |
+
nvidia-ml-py==12.535.133
|
| 233 |
+
nvidia-nccl-cu12==2.20.5
|
| 234 |
+
nvidia-nvjitlink-cu12==12.9.86
|
| 235 |
+
nvidia-nvtx-cu12==12.9.79
|
| 236 |
+
nvitop==1.3.2
|
| 237 |
+
oauthlib==3.2.2
|
| 238 |
+
onnx==1.16.0
|
| 239 |
+
onnxruntime==1.15.1
|
| 240 |
+
openai==1.101.0
|
| 241 |
+
openpyxl==3.0.9
|
| 242 |
+
opentelemetry-api==1.24.0
|
| 243 |
+
opentelemetry-exporter-otlp-proto-common==1.24.0
|
| 244 |
+
opentelemetry-exporter-otlp-proto-grpc==1.24.0
|
| 245 |
+
opentelemetry-proto==1.24.0
|
| 246 |
+
opentelemetry-sdk==1.24.0
|
| 247 |
+
opentelemetry-semantic-conventions==0.45b0
|
| 248 |
+
opt-einsum==3.3.0
|
| 249 |
+
optax==0.1.5
|
| 250 |
+
ordered-set==4.1.0
|
| 251 |
+
orjson==3.10.1
|
| 252 |
+
overrides==7.7.0
|
| 253 |
+
packaging==26.2
|
| 254 |
+
pandas==2.0.3
|
| 255 |
+
pandas-stubs==1.2.0.45
|
| 256 |
+
parsimonious==0.8.1
|
| 257 |
+
pathlib==1.0.1
|
| 258 |
+
patsy==1.0.1
|
| 259 |
+
pdf2image==1.17.0
|
| 260 |
+
pfzy==0.3.4
|
| 261 |
+
PICOS==2.6.1
|
| 262 |
+
pikepdf==8.4.1
|
| 263 |
+
pip-search==0.0.12
|
| 264 |
+
pkgutil_resolve_name==1.3.10
|
| 265 |
+
plac==0.9.6
|
| 266 |
+
plotly==6.3.0
|
| 267 |
+
pluggy==1.5.0
|
| 268 |
+
ply==3.11
|
| 269 |
+
pondpond==1.4.1
|
| 270 |
+
pooch==1.8.2
|
| 271 |
+
portalocker==2.4.0
|
| 272 |
+
posthog==3.5.0
|
| 273 |
+
preshed==3.0.9
|
| 274 |
+
prettytable==3.11.0
|
| 275 |
+
primer3-py==2.2.0
|
| 276 |
+
prompt-toolkit==3.0.43
|
| 277 |
+
propcache==0.2.0
|
| 278 |
+
PuLP==3.1.1
|
| 279 |
+
pulsar-client==3.5.0
|
| 280 |
+
pyarrow==17.0.0
|
| 281 |
+
pyarrow-hotfix==0.6
|
| 282 |
+
pyclipper==1.3.0.post5
|
| 283 |
+
pycocotools==2.0.7
|
| 284 |
+
pycparser==2.21
|
| 285 |
+
pydantic==2.10.6
|
| 286 |
+
pydantic_core==2.27.2
|
| 287 |
+
pydeck==0.9.0b1
|
| 288 |
+
pyDOE2==1.3.0
|
| 289 |
+
pydub==0.25.1
|
| 290 |
+
pyfaidx==0.9.0.1
|
| 291 |
+
Pygments==2.19.2
|
| 292 |
+
PyJWT==2.8.0
|
| 293 |
+
pymodbus==3.6.9
|
| 294 |
+
PyMuPDF==1.23.16
|
| 295 |
+
PyMuPDFb==1.23.9
|
| 296 |
+
PyNaCl==1.6.2
|
| 297 |
+
pynndescent==0.5.13
|
| 298 |
+
Pyomo==6.8.2
|
| 299 |
+
pyOpenSSL==24.1.0
|
| 300 |
+
pypandoc==1.13
|
| 301 |
+
pypdf==4.2.0
|
| 302 |
+
pypdfium2==4.29.0
|
| 303 |
+
PyPika==0.48.9
|
| 304 |
+
PyQt5==5.15.7
|
| 305 |
+
PyQt5-Qt5==5.15.17
|
| 306 |
+
PyQt5_sip==12.15.0
|
| 307 |
+
pyro-api==0.1.2
|
| 308 |
+
pyro-ppl==1.9.1
|
| 309 |
+
pysam==0.23.3
|
| 310 |
+
PySocks==1.7.1
|
| 311 |
+
pysqlite3-binary==0.5.2.post3
|
| 312 |
+
pystan==2.19.1.1
|
| 313 |
+
pytesseract==0.3.10
|
| 314 |
+
pytest-cov==5.0.0
|
| 315 |
+
python-dateutil==2.9.0.post0
|
| 316 |
+
python-decouple==3.8
|
| 317 |
+
python-docx==1.1.0
|
| 318 |
+
python-dotenv==1.0.1
|
| 319 |
+
python-iso639==2024.4.27
|
| 320 |
+
python-Levenshtein==0.25.1
|
| 321 |
+
python-multipart==0.0.18
|
| 322 |
+
python-pptx==0.6.23
|
| 323 |
+
python-slugify==8.0.4
|
| 324 |
+
pytorch-pretrained-bert==0.6.2
|
| 325 |
+
pytz==2025.2
|
| 326 |
+
pyvista==0.44.2
|
| 327 |
+
PyWavelets==1.4.1
|
| 328 |
+
PyYAML==6.0.3
|
| 329 |
+
quantile-python==1.1
|
| 330 |
+
rapidfuzz==3.8.1
|
| 331 |
+
rapidocr-onnxruntime==1.3.8
|
| 332 |
+
ray==2.10.0
|
| 333 |
+
rdkit==2024.3.5
|
| 334 |
+
redis==6.1.1
|
| 335 |
+
referencing==0.35.1
|
| 336 |
+
regex==2022.4.24
|
| 337 |
+
requests==2.32.4
|
| 338 |
+
requests-oauthlib==1.3.0
|
| 339 |
+
responses==0.16.0
|
| 340 |
+
rich==13.7.1
|
| 341 |
+
rouge-score==0.1.2
|
| 342 |
+
rpds-py==0.20.1
|
| 343 |
+
rq==2.3.3
|
| 344 |
+
rsa==4.7.2
|
| 345 |
+
ruff==0.4.2
|
| 346 |
+
rustworkx==0.15.1
|
| 347 |
+
s3transfer==0.11.3
|
| 348 |
+
sacrebleu==2.1.0
|
| 349 |
+
sacremoses==0.0.46
|
| 350 |
+
safetensors==0.4.3
|
| 351 |
+
scipy==1.10.1
|
| 352 |
+
scooby==0.10.1
|
| 353 |
+
seaborn==0.13.2
|
| 354 |
+
semantic-version==2.10.0
|
| 355 |
+
sentence-transformers==2.2.2
|
| 356 |
+
sentencepiece==0.1.91
|
| 357 |
+
sentry-sdk==2.39.0
|
| 358 |
+
session_info==1.0.1
|
| 359 |
+
sgmllib3k==1.0.0
|
| 360 |
+
shapely==2.0.4
|
| 361 |
+
shellingham==1.5.4
|
| 362 |
+
shortuuid==1.0.13
|
| 363 |
+
six==1.17.0
|
| 364 |
+
smart-open==6.4.0
|
| 365 |
+
smmap==5.0.1
|
| 366 |
+
sniffio==1.3.1
|
| 367 |
+
snowballstemmer==2.2.0
|
| 368 |
+
sobol-seq==0.2.0
|
| 369 |
+
socksio==1.0.0
|
| 370 |
+
soupsieve==2.5
|
| 371 |
+
spacy-legacy==3.0.12
|
| 372 |
+
spacy-loggers==1.0.5
|
| 373 |
+
Sphinx==4.3.1
|
| 374 |
+
sphinxcontrib-applehelp==1.0.2
|
| 375 |
+
sphinxcontrib-devhelp==1.0.2
|
| 376 |
+
sphinxcontrib-htmlhelp==2.0.0
|
| 377 |
+
sphinxcontrib-jsmath==1.0.1
|
| 378 |
+
sphinxcontrib-qthelp==1.0.3
|
| 379 |
+
sphinxcontrib-serializinghtml==1.1.5
|
| 380 |
+
SQLAlchemy==2.0.19
|
| 381 |
+
sqlparse==0.4.2
|
| 382 |
+
sse-starlette==1.8.2
|
| 383 |
+
starlette==0.44.0
|
| 384 |
+
statsmodels==0.14.1
|
| 385 |
+
stdlib-list==0.10.0
|
| 386 |
+
streamlit==1.30.0
|
| 387 |
+
streamlit-aggrid==0.3.4.post3
|
| 388 |
+
streamlit-antd-components==0.3.1
|
| 389 |
+
streamlit-chatbox==1.1.11
|
| 390 |
+
streamlit-feedback==0.1.3
|
| 391 |
+
streamlit-modal==0.1.0
|
| 392 |
+
streamlit-option-menu==0.3.12
|
| 393 |
+
strsimpy==0.2.1
|
| 394 |
+
svgwrite==1.4.3
|
| 395 |
+
sympy==1.13.3
|
| 396 |
+
tabnet @ git+https://github.com/titu1994/tf-TabNet.git@53b144b4dd47184c3ee891501dcd90fb37683ab7
|
| 397 |
+
tabulate==0.8.9
|
| 398 |
+
tenacity==8.2.3
|
| 399 |
+
tensorboard-plugin-wit==1.8.0
|
| 400 |
+
tensorboardX==2.4.1
|
| 401 |
+
text-unidecode==1.3
|
| 402 |
+
texttable==1.7.0
|
| 403 |
+
thefuzz==0.22.1
|
| 404 |
+
threadpoolctl==3.5.0
|
| 405 |
+
tifffile==2023.7.10
|
| 406 |
+
tiktoken==0.7.0
|
| 407 |
+
timm==0.9.16
|
| 408 |
+
tk==0.1.0
|
| 409 |
+
tokenizers==0.20.3
|
| 410 |
+
toml==0.10.2
|
| 411 |
+
tomlkit==0.12.0
|
| 412 |
+
toolz==0.12.1
|
| 413 |
+
torch==2.4.1
|
| 414 |
+
torch-geometric==2.6.1
|
| 415 |
+
torchaudio==2.1.2+cu118
|
| 416 |
+
torchtext==0.4.0
|
| 417 |
+
tornado==6.4
|
| 418 |
+
tqdm==4.67.1
|
| 419 |
+
transformer-lens==2.16.1
|
| 420 |
+
transformers==4.46.3
|
| 421 |
+
transformers-stream-generator==0.0.5
|
| 422 |
+
triton==3.0.0
|
| 423 |
+
typed-argument-parser==1.10.1
|
| 424 |
+
typeguard==4.4.0
|
| 425 |
+
typer==0.9.4
|
| 426 |
+
types-requests==2.31.0.20240406
|
| 427 |
+
typing-inspect==0.9.0
|
| 428 |
+
typing-utils==0.1.0
|
| 429 |
+
typing_extensions==4.13.2
|
| 430 |
+
tzdata==2024.1
|
| 431 |
+
tzlocal==5.2
|
| 432 |
+
umap-learn==0.5.7
|
| 433 |
+
Unidecode==1.3.2
|
| 434 |
+
unittest-xml-reporting==3.2.0
|
| 435 |
+
unstructured==0.11.0
|
| 436 |
+
unstructured-client==0.22.0
|
| 437 |
+
unstructured-inference==0.7.15
|
| 438 |
+
unstructured.pytesseract==0.3.12
|
| 439 |
+
uvicorn==0.29.0
|
| 440 |
+
uvloop==0.21.0
|
| 441 |
+
validators==0.28.1
|
| 442 |
+
vllm==0.2.7
|
| 443 |
+
vtk==9.3.1
|
| 444 |
+
wandb==0.22.0
|
| 445 |
+
watchdog==3.0.0
|
| 446 |
+
watchfiles==0.21.0
|
| 447 |
+
wavedrom==2.0.3.post3
|
| 448 |
+
weasel==0.3.4
|
| 449 |
+
websocket-client==1.8.0
|
| 450 |
+
websockets==13.1
|
| 451 |
+
Werkzeug==2.0.2
|
| 452 |
+
word2number==1.1
|
| 453 |
+
xlrd==2.0.1
|
| 454 |
+
XlsxWriter==3.0.2
|
| 455 |
+
xxhash==2.0.2
|
| 456 |
+
Yapsy==1.12.2
|
| 457 |
+
yarl==1.15.2
|
| 458 |
+
youtube-search==2.1.2
|
| 459 |
+
zipp==3.20.2
|
| 460 |
+
zope.event==4.5.0
|
| 461 |
+
zstandard==0.23.0
|
configs/049_test/pip-freeze.txt
ADDED
|
@@ -0,0 +1,461 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
absl-py==2.3.1
|
| 2 |
+
accelerate==0.24.1
|
| 3 |
+
aiofiles==23.2.1
|
| 4 |
+
aiohappyeyeballs==2.4.4
|
| 5 |
+
aiohttp==3.10.11
|
| 6 |
+
aioprometheus==23.12.0
|
| 7 |
+
aiosignal==1.3.1
|
| 8 |
+
alabaster==0.7.12
|
| 9 |
+
allennlp==0.8.4
|
| 10 |
+
altair==5.3.0
|
| 11 |
+
annotated-types==0.6.0
|
| 12 |
+
anyio==3.7.1
|
| 13 |
+
APScheduler==3.11.2
|
| 14 |
+
arxiv==2.1.0
|
| 15 |
+
astunparse==1.6.3
|
| 16 |
+
async-timeout==4.0.3
|
| 17 |
+
attrs==25.3.0
|
| 18 |
+
autograd==1.7.0
|
| 19 |
+
autoray==0.6.12
|
| 20 |
+
awscli==1.32.93
|
| 21 |
+
azure-core==1.33.0
|
| 22 |
+
azure-identity==1.21.0
|
| 23 |
+
azure-storage-blob==12.26.0
|
| 24 |
+
Babel==2.9.1
|
| 25 |
+
backoff==2.2.1
|
| 26 |
+
backports.zoneinfo==0.2.1
|
| 27 |
+
bcrypt==4.1.2
|
| 28 |
+
beartype==0.14.1
|
| 29 |
+
better-abc==0.0.3
|
| 30 |
+
biopython==1.83
|
| 31 |
+
bitarray==2.5.1
|
| 32 |
+
bitsandbytes==0.43.1
|
| 33 |
+
blessed==1.20.0
|
| 34 |
+
blis==0.7.11
|
| 35 |
+
boto3==1.36.0
|
| 36 |
+
botocore==1.36.26
|
| 37 |
+
botorch==0.8.5
|
| 38 |
+
bpl==0.1.1
|
| 39 |
+
Brotli==1.1.0
|
| 40 |
+
bs4==0.0.2
|
| 41 |
+
cachetools==4.2.4
|
| 42 |
+
cffi==1.15.0
|
| 43 |
+
cftime==1.6.4.post1
|
| 44 |
+
chaospy==3.3.9
|
| 45 |
+
charset-normalizer==3.4.7
|
| 46 |
+
chex==0.1.7
|
| 47 |
+
chroma-hnswlib==0.7.3
|
| 48 |
+
chromadb==0.4.15
|
| 49 |
+
click==8.1.7
|
| 50 |
+
cloudpathlib==0.16.0
|
| 51 |
+
cobra==0.29.1
|
| 52 |
+
cohere==5.3.3
|
| 53 |
+
coloredlogs==15.0.1
|
| 54 |
+
confection==0.1.4
|
| 55 |
+
ConfigArgParse==1.5.3
|
| 56 |
+
conllu==0.11
|
| 57 |
+
coverage==7.6.1
|
| 58 |
+
cpm-kernels==1.0.11
|
| 59 |
+
cryptography==42.0.5
|
| 60 |
+
cvxopt==1.3.2
|
| 61 |
+
cymem==2.0.8
|
| 62 |
+
Cython==0.29.30
|
| 63 |
+
dataclasses==0.6
|
| 64 |
+
dataclasses-json==0.6.4
|
| 65 |
+
datasets==2.19.0
|
| 66 |
+
deepdiff==7.0.1
|
| 67 |
+
Deprecated==1.2.14
|
| 68 |
+
deprecation==2.1.0
|
| 69 |
+
dill==0.3.8
|
| 70 |
+
distro==1.9.0
|
| 71 |
+
dm-tree==0.1.8
|
| 72 |
+
dnspython==2.6.1
|
| 73 |
+
docstring_parser==0.17.0
|
| 74 |
+
docutils==0.15.2
|
| 75 |
+
dotenv==0.9.9
|
| 76 |
+
duckduckgo-search==3.9.9
|
| 77 |
+
editdistance==0.6.0
|
| 78 |
+
effdet==0.4.1
|
| 79 |
+
einops==0.7.0
|
| 80 |
+
email-validator==2.3.0
|
| 81 |
+
emoji==2.11.1
|
| 82 |
+
equinox==0.10.4
|
| 83 |
+
et-xmlfile==1.1.0
|
| 84 |
+
eval_type_backport==0.2.2
|
| 85 |
+
exceptiongroup==1.2.1
|
| 86 |
+
fairseq==0.10.2
|
| 87 |
+
faiss-cpu==1.7.4
|
| 88 |
+
faiss-gpu==1.7.2
|
| 89 |
+
fancy-einsum==0.0.3
|
| 90 |
+
fastapi==0.115.14
|
| 91 |
+
fastapi-sso==0.16.0
|
| 92 |
+
fastavro==1.9.4
|
| 93 |
+
fastuuid==0.13.5
|
| 94 |
+
fbpca==1.0
|
| 95 |
+
feedparser==6.0.10
|
| 96 |
+
ffmpy==0.3.2
|
| 97 |
+
filelock==3.16.1
|
| 98 |
+
filetype==1.2.0
|
| 99 |
+
finch-clust @ git+https://github.com/ssarfraz/FINCH-Clustering.git@b18166999af5f93c66edba8bdbae096f8795e82c
|
| 100 |
+
flaky==3.7.0
|
| 101 |
+
Flask-Cors==3.0.10
|
| 102 |
+
frozenlist==1.4.1
|
| 103 |
+
fschat==0.2.35
|
| 104 |
+
fsspec==2025.3.0
|
| 105 |
+
ftfy==6.0.3
|
| 106 |
+
future==0.18.2
|
| 107 |
+
fuzzywuzzy==0.18.0
|
| 108 |
+
gdown==5.2.0
|
| 109 |
+
geosketch==1.3
|
| 110 |
+
geotorch==0.3.0
|
| 111 |
+
get-annotations==0.1.2
|
| 112 |
+
gevent==21.12.0
|
| 113 |
+
gitdb==4.0.11
|
| 114 |
+
GitPython==3.1.43
|
| 115 |
+
google-pasta==0.2.0
|
| 116 |
+
googleapis-common-protos==1.63.0
|
| 117 |
+
gpustat==1.1.1
|
| 118 |
+
gpytorch==1.10
|
| 119 |
+
gradio_client==0.16.0
|
| 120 |
+
graphlib_backport==1.1.0
|
| 121 |
+
greenlet==1.1.2
|
| 122 |
+
gunicorn==23.0.0
|
| 123 |
+
h11==0.14.0
|
| 124 |
+
h2==4.1.0
|
| 125 |
+
hf-xet==1.2.0
|
| 126 |
+
hf_transfer==0.1.9
|
| 127 |
+
hpack==4.0.0
|
| 128 |
+
httpcore==1.0.5
|
| 129 |
+
httptools==0.6.1
|
| 130 |
+
httpx==0.28.1
|
| 131 |
+
httpx-sse==0.4.0
|
| 132 |
+
huggingface_hub==0.36.1
|
| 133 |
+
humanfriendly==10.0
|
| 134 |
+
hyperframe==6.0.1
|
| 135 |
+
icetk==0.0.4
|
| 136 |
+
igraph==0.11.8
|
| 137 |
+
imageio==2.35.1
|
| 138 |
+
imagesize==1.3.0
|
| 139 |
+
imgaug==0.4.0
|
| 140 |
+
importlib-metadata==7.0.0
|
| 141 |
+
importlib_resources==6.4.5
|
| 142 |
+
inequalipy==1.0.5
|
| 143 |
+
iniconfig==1.1.1
|
| 144 |
+
inquirerpy==0.3.4
|
| 145 |
+
iopath==0.1.10
|
| 146 |
+
isodate==0.7.2
|
| 147 |
+
itsdangerous==2.0.1
|
| 148 |
+
jax==0.4.13
|
| 149 |
+
jaxlib==0.4.13
|
| 150 |
+
jaxtyping==0.2.19
|
| 151 |
+
Jinja2==3.1.6
|
| 152 |
+
jiter==0.9.1
|
| 153 |
+
jmespath==0.10.0
|
| 154 |
+
joblib==1.4.2
|
| 155 |
+
jsonnet==0.17.0
|
| 156 |
+
jsonpatch==1.33
|
| 157 |
+
jsonpath-python==1.0.6
|
| 158 |
+
jsonpickle==2.0.0
|
| 159 |
+
jsonschema==4.23.0
|
| 160 |
+
jsonschema-specifications==2023.12.1
|
| 161 |
+
kaggle==1.7.4.5
|
| 162 |
+
Keras-Preprocessing==1.1.2
|
| 163 |
+
kubernetes==29.0.0
|
| 164 |
+
langchain==0.1.16
|
| 165 |
+
langchain-community==0.0.34
|
| 166 |
+
langchain-core==0.1.46
|
| 167 |
+
langchain-experimental==0.0.57
|
| 168 |
+
langchain-text-splitters==0.0.1
|
| 169 |
+
langcodes==3.4.0
|
| 170 |
+
langdetect==1.0.9
|
| 171 |
+
langsmith==0.1.51
|
| 172 |
+
language_data==1.2.0
|
| 173 |
+
layoutparser==0.3.4
|
| 174 |
+
lazy_loader==0.4
|
| 175 |
+
leidenalg==0.10.2
|
| 176 |
+
Levenshtein==0.25.1
|
| 177 |
+
linear-operator==0.4.0
|
| 178 |
+
litellm==1.77.4
|
| 179 |
+
litellm-enterprise==0.1.20
|
| 180 |
+
litellm-proxy-extras==0.2.19
|
| 181 |
+
llama-index==0.9.35
|
| 182 |
+
llvmlite==0.41.1
|
| 183 |
+
lmdb==1.7.3
|
| 184 |
+
lxml==5.2.1
|
| 185 |
+
madoka==0.7.1
|
| 186 |
+
marisa-trie==1.1.0
|
| 187 |
+
Markdown==3.3.6
|
| 188 |
+
markdown-it-py==3.0.0
|
| 189 |
+
markdown2==2.4.13
|
| 190 |
+
markdownify==0.11.6
|
| 191 |
+
MarkupSafe==2.1.5
|
| 192 |
+
marshmallow==3.21.1
|
| 193 |
+
mdtex2html==1.3.0
|
| 194 |
+
mdurl==0.1.2
|
| 195 |
+
metaphor-python==0.1.23
|
| 196 |
+
ml-dtypes==0.2.0
|
| 197 |
+
monotonic==1.6
|
| 198 |
+
mpmath==1.3.0
|
| 199 |
+
mrcfile==1.5.4
|
| 200 |
+
msal==1.36.0
|
| 201 |
+
msal-extensions==1.3.0
|
| 202 |
+
msg-parser==1.2.0
|
| 203 |
+
msgpack==1.0.8
|
| 204 |
+
msgpack-numpy==0.4.3.2
|
| 205 |
+
multidict==6.0.5
|
| 206 |
+
multipledispatch==1.0.0
|
| 207 |
+
multiprocess==0.70.16
|
| 208 |
+
murmurhash==1.0.10
|
| 209 |
+
mypy-extensions==1.0.0
|
| 210 |
+
narwhals==1.42.1
|
| 211 |
+
natsort==8.4.0
|
| 212 |
+
nest-asyncio==1.6.0
|
| 213 |
+
netCDF4==1.7.2
|
| 214 |
+
networkx==3.1
|
| 215 |
+
neuroHarmonize==2.4.5
|
| 216 |
+
nh3==0.2.17
|
| 217 |
+
ninja==1.11.1.1
|
| 218 |
+
nltk==3.8.1
|
| 219 |
+
numba==0.58.1
|
| 220 |
+
numexpr==2.8.6
|
| 221 |
+
numpoly==1.0.6
|
| 222 |
+
numpy==1.24.4
|
| 223 |
+
numpydoc==1.1.0
|
| 224 |
+
nvidia-cublas-cu12==12.9.2.10
|
| 225 |
+
nvidia-cuda-cupti-cu12==12.9.79
|
| 226 |
+
nvidia-cuda-nvrtc-cu12==12.9.86
|
| 227 |
+
nvidia-cuda-runtime-cu12==12.9.79
|
| 228 |
+
nvidia-cudnn-cu12==9.1.0.70
|
| 229 |
+
nvidia-cufft-cu12==11.4.1.4
|
| 230 |
+
nvidia-curand-cu12==10.3.10.19
|
| 231 |
+
nvidia-cusparse-cu12==12.5.10.65
|
| 232 |
+
nvidia-ml-py==12.535.133
|
| 233 |
+
nvidia-nccl-cu12==2.20.5
|
| 234 |
+
nvidia-nvjitlink-cu12==12.9.86
|
| 235 |
+
nvidia-nvtx-cu12==12.9.79
|
| 236 |
+
nvitop==1.3.2
|
| 237 |
+
oauthlib==3.2.2
|
| 238 |
+
onnx==1.16.0
|
| 239 |
+
onnxruntime==1.15.1
|
| 240 |
+
openai==1.101.0
|
| 241 |
+
openpyxl==3.0.9
|
| 242 |
+
opentelemetry-api==1.24.0
|
| 243 |
+
opentelemetry-exporter-otlp-proto-common==1.24.0
|
| 244 |
+
opentelemetry-exporter-otlp-proto-grpc==1.24.0
|
| 245 |
+
opentelemetry-proto==1.24.0
|
| 246 |
+
opentelemetry-sdk==1.24.0
|
| 247 |
+
opentelemetry-semantic-conventions==0.45b0
|
| 248 |
+
opt-einsum==3.3.0
|
| 249 |
+
optax==0.1.5
|
| 250 |
+
ordered-set==4.1.0
|
| 251 |
+
orjson==3.10.1
|
| 252 |
+
overrides==7.7.0
|
| 253 |
+
packaging==26.2
|
| 254 |
+
pandas==2.0.3
|
| 255 |
+
pandas-stubs==1.2.0.45
|
| 256 |
+
parsimonious==0.8.1
|
| 257 |
+
pathlib==1.0.1
|
| 258 |
+
patsy==1.0.1
|
| 259 |
+
pdf2image==1.17.0
|
| 260 |
+
pfzy==0.3.4
|
| 261 |
+
PICOS==2.6.1
|
| 262 |
+
pikepdf==8.4.1
|
| 263 |
+
pip-search==0.0.12
|
| 264 |
+
pkgutil_resolve_name==1.3.10
|
| 265 |
+
plac==0.9.6
|
| 266 |
+
plotly==6.3.0
|
| 267 |
+
pluggy==1.5.0
|
| 268 |
+
ply==3.11
|
| 269 |
+
pondpond==1.4.1
|
| 270 |
+
pooch==1.8.2
|
| 271 |
+
portalocker==2.4.0
|
| 272 |
+
posthog==3.5.0
|
| 273 |
+
preshed==3.0.9
|
| 274 |
+
prettytable==3.11.0
|
| 275 |
+
primer3-py==2.2.0
|
| 276 |
+
prompt-toolkit==3.0.43
|
| 277 |
+
propcache==0.2.0
|
| 278 |
+
PuLP==3.1.1
|
| 279 |
+
pulsar-client==3.5.0
|
| 280 |
+
pyarrow==17.0.0
|
| 281 |
+
pyarrow-hotfix==0.6
|
| 282 |
+
pyclipper==1.3.0.post5
|
| 283 |
+
pycocotools==2.0.7
|
| 284 |
+
pycparser==2.21
|
| 285 |
+
pydantic==2.10.6
|
| 286 |
+
pydantic_core==2.27.2
|
| 287 |
+
pydeck==0.9.0b1
|
| 288 |
+
pyDOE2==1.3.0
|
| 289 |
+
pydub==0.25.1
|
| 290 |
+
pyfaidx==0.9.0.1
|
| 291 |
+
Pygments==2.19.2
|
| 292 |
+
PyJWT==2.8.0
|
| 293 |
+
pymodbus==3.6.9
|
| 294 |
+
PyMuPDF==1.23.16
|
| 295 |
+
PyMuPDFb==1.23.9
|
| 296 |
+
PyNaCl==1.6.2
|
| 297 |
+
pynndescent==0.5.13
|
| 298 |
+
Pyomo==6.8.2
|
| 299 |
+
pyOpenSSL==24.1.0
|
| 300 |
+
pypandoc==1.13
|
| 301 |
+
pypdf==4.2.0
|
| 302 |
+
pypdfium2==4.29.0
|
| 303 |
+
PyPika==0.48.9
|
| 304 |
+
PyQt5==5.15.7
|
| 305 |
+
PyQt5-Qt5==5.15.17
|
| 306 |
+
PyQt5_sip==12.15.0
|
| 307 |
+
pyro-api==0.1.2
|
| 308 |
+
pyro-ppl==1.9.1
|
| 309 |
+
pysam==0.23.3
|
| 310 |
+
PySocks==1.7.1
|
| 311 |
+
pysqlite3-binary==0.5.2.post3
|
| 312 |
+
pystan==2.19.1.1
|
| 313 |
+
pytesseract==0.3.10
|
| 314 |
+
pytest-cov==5.0.0
|
| 315 |
+
python-dateutil==2.9.0.post0
|
| 316 |
+
python-decouple==3.8
|
| 317 |
+
python-docx==1.1.0
|
| 318 |
+
python-dotenv==1.0.1
|
| 319 |
+
python-iso639==2024.4.27
|
| 320 |
+
python-Levenshtein==0.25.1
|
| 321 |
+
python-multipart==0.0.18
|
| 322 |
+
python-pptx==0.6.23
|
| 323 |
+
python-slugify==8.0.4
|
| 324 |
+
pytorch-pretrained-bert==0.6.2
|
| 325 |
+
pytz==2025.2
|
| 326 |
+
pyvista==0.44.2
|
| 327 |
+
PyWavelets==1.4.1
|
| 328 |
+
PyYAML==6.0.3
|
| 329 |
+
quantile-python==1.1
|
| 330 |
+
rapidfuzz==3.8.1
|
| 331 |
+
rapidocr-onnxruntime==1.3.8
|
| 332 |
+
ray==2.10.0
|
| 333 |
+
rdkit==2024.3.5
|
| 334 |
+
redis==6.1.1
|
| 335 |
+
referencing==0.35.1
|
| 336 |
+
regex==2022.4.24
|
| 337 |
+
requests==2.32.4
|
| 338 |
+
requests-oauthlib==1.3.0
|
| 339 |
+
responses==0.16.0
|
| 340 |
+
rich==13.7.1
|
| 341 |
+
rouge-score==0.1.2
|
| 342 |
+
rpds-py==0.20.1
|
| 343 |
+
rq==2.3.3
|
| 344 |
+
rsa==4.7.2
|
| 345 |
+
ruff==0.4.2
|
| 346 |
+
rustworkx==0.15.1
|
| 347 |
+
s3transfer==0.11.3
|
| 348 |
+
sacrebleu==2.1.0
|
| 349 |
+
sacremoses==0.0.46
|
| 350 |
+
safetensors==0.4.3
|
| 351 |
+
scipy==1.10.1
|
| 352 |
+
scooby==0.10.1
|
| 353 |
+
seaborn==0.13.2
|
| 354 |
+
semantic-version==2.10.0
|
| 355 |
+
sentence-transformers==2.2.2
|
| 356 |
+
sentencepiece==0.1.91
|
| 357 |
+
sentry-sdk==2.39.0
|
| 358 |
+
session_info==1.0.1
|
| 359 |
+
sgmllib3k==1.0.0
|
| 360 |
+
shapely==2.0.4
|
| 361 |
+
shellingham==1.5.4
|
| 362 |
+
shortuuid==1.0.13
|
| 363 |
+
six==1.17.0
|
| 364 |
+
smart-open==6.4.0
|
| 365 |
+
smmap==5.0.1
|
| 366 |
+
sniffio==1.3.1
|
| 367 |
+
snowballstemmer==2.2.0
|
| 368 |
+
sobol-seq==0.2.0
|
| 369 |
+
socksio==1.0.0
|
| 370 |
+
soupsieve==2.5
|
| 371 |
+
spacy-legacy==3.0.12
|
| 372 |
+
spacy-loggers==1.0.5
|
| 373 |
+
Sphinx==4.3.1
|
| 374 |
+
sphinxcontrib-applehelp==1.0.2
|
| 375 |
+
sphinxcontrib-devhelp==1.0.2
|
| 376 |
+
sphinxcontrib-htmlhelp==2.0.0
|
| 377 |
+
sphinxcontrib-jsmath==1.0.1
|
| 378 |
+
sphinxcontrib-qthelp==1.0.3
|
| 379 |
+
sphinxcontrib-serializinghtml==1.1.5
|
| 380 |
+
SQLAlchemy==2.0.19
|
| 381 |
+
sqlparse==0.4.2
|
| 382 |
+
sse-starlette==1.8.2
|
| 383 |
+
starlette==0.44.0
|
| 384 |
+
statsmodels==0.14.1
|
| 385 |
+
stdlib-list==0.10.0
|
| 386 |
+
streamlit==1.30.0
|
| 387 |
+
streamlit-aggrid==0.3.4.post3
|
| 388 |
+
streamlit-antd-components==0.3.1
|
| 389 |
+
streamlit-chatbox==1.1.11
|
| 390 |
+
streamlit-feedback==0.1.3
|
| 391 |
+
streamlit-modal==0.1.0
|
| 392 |
+
streamlit-option-menu==0.3.12
|
| 393 |
+
strsimpy==0.2.1
|
| 394 |
+
svgwrite==1.4.3
|
| 395 |
+
sympy==1.13.3
|
| 396 |
+
tabnet @ git+https://github.com/titu1994/tf-TabNet.git@53b144b4dd47184c3ee891501dcd90fb37683ab7
|
| 397 |
+
tabulate==0.8.9
|
| 398 |
+
tenacity==8.2.3
|
| 399 |
+
tensorboard-plugin-wit==1.8.0
|
| 400 |
+
tensorboardX==2.4.1
|
| 401 |
+
text-unidecode==1.3
|
| 402 |
+
texttable==1.7.0
|
| 403 |
+
thefuzz==0.22.1
|
| 404 |
+
threadpoolctl==3.5.0
|
| 405 |
+
tifffile==2023.7.10
|
| 406 |
+
tiktoken==0.7.0
|
| 407 |
+
timm==0.9.16
|
| 408 |
+
tk==0.1.0
|
| 409 |
+
tokenizers==0.20.3
|
| 410 |
+
toml==0.10.2
|
| 411 |
+
tomlkit==0.12.0
|
| 412 |
+
toolz==0.12.1
|
| 413 |
+
torch==2.4.1
|
| 414 |
+
torch-geometric==2.6.1
|
| 415 |
+
torchaudio==2.1.2+cu118
|
| 416 |
+
torchtext==0.4.0
|
| 417 |
+
tornado==6.4
|
| 418 |
+
tqdm==4.67.1
|
| 419 |
+
transformer-lens==2.16.1
|
| 420 |
+
transformers==4.46.3
|
| 421 |
+
transformers-stream-generator==0.0.5
|
| 422 |
+
triton==3.0.0
|
| 423 |
+
typed-argument-parser==1.10.1
|
| 424 |
+
typeguard==4.4.0
|
| 425 |
+
typer==0.9.4
|
| 426 |
+
types-requests==2.31.0.20240406
|
| 427 |
+
typing-inspect==0.9.0
|
| 428 |
+
typing-utils==0.1.0
|
| 429 |
+
typing_extensions==4.13.2
|
| 430 |
+
tzdata==2024.1
|
| 431 |
+
tzlocal==5.2
|
| 432 |
+
umap-learn==0.5.7
|
| 433 |
+
Unidecode==1.3.2
|
| 434 |
+
unittest-xml-reporting==3.2.0
|
| 435 |
+
unstructured==0.11.0
|
| 436 |
+
unstructured-client==0.22.0
|
| 437 |
+
unstructured-inference==0.7.15
|
| 438 |
+
unstructured.pytesseract==0.3.12
|
| 439 |
+
uvicorn==0.29.0
|
| 440 |
+
uvloop==0.21.0
|
| 441 |
+
validators==0.28.1
|
| 442 |
+
vllm==0.2.7
|
| 443 |
+
vtk==9.3.1
|
| 444 |
+
wandb==0.22.0
|
| 445 |
+
watchdog==3.0.0
|
| 446 |
+
watchfiles==0.21.0
|
| 447 |
+
wavedrom==2.0.3.post3
|
| 448 |
+
weasel==0.3.4
|
| 449 |
+
websocket-client==1.8.0
|
| 450 |
+
websockets==13.1
|
| 451 |
+
Werkzeug==2.0.2
|
| 452 |
+
word2number==1.1
|
| 453 |
+
xlrd==2.0.1
|
| 454 |
+
XlsxWriter==3.0.2
|
| 455 |
+
xxhash==2.0.2
|
| 456 |
+
Yapsy==1.12.2
|
| 457 |
+
yarl==1.15.2
|
| 458 |
+
youtube-search==2.1.2
|
| 459 |
+
zipp==3.20.2
|
| 460 |
+
zope.event==4.5.0
|
| 461 |
+
zstandard==0.23.0
|
configs/055_test/editable.txt
ADDED
|
File without changes
|
configs/055_test/env.yml
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: 055_test
|
| 2 |
+
channels:
|
| 3 |
+
- conda-forge
|
| 4 |
+
- defaults
|
| 5 |
+
dependencies:
|
| 6 |
+
- _libgcc_mutex=0.1
|
| 7 |
+
- _openmp_mutex=4.5
|
| 8 |
+
- bzip2=1.0.8
|
| 9 |
+
- ca-certificates=2025.8.3
|
| 10 |
+
- ld_impl_linux-64=2.44
|
| 11 |
+
- libffi=3.4.6
|
| 12 |
+
- libgcc=15.1.0
|
| 13 |
+
- libgcc-ng=15.1.0
|
| 14 |
+
- libgomp=15.1.0
|
| 15 |
+
- liblzma=5.8.1
|
| 16 |
+
- liblzma-devel=5.8.1
|
| 17 |
+
- libnsl=2.0.1
|
| 18 |
+
- libsqlite=3.50.4
|
| 19 |
+
- libuuid=2.41.2
|
| 20 |
+
- libxcrypt=4.4.36
|
| 21 |
+
- libzlib=1.3.1
|
| 22 |
+
- ncurses=6.5
|
| 23 |
+
- openssl=3.5.3
|
| 24 |
+
- pip=22.1.2
|
| 25 |
+
- python=3.8.20
|
| 26 |
+
- readline=8.2
|
| 27 |
+
- setuptools=70.3.0
|
| 28 |
+
- tk=8.6.13
|
| 29 |
+
- wheel=0.45.1
|
| 30 |
+
- xz=5.8.1
|
| 31 |
+
- xz-gpl-tools=5.8.1
|
| 32 |
+
- xz-tools=5.8.1
|
| 33 |
+
- pip:
|
| 34 |
+
- certifi==2026.2.25
|
| 35 |
+
- ema-pytorch==0.7.7
|
| 36 |
+
- filelock==3.16.1
|
| 37 |
+
- fsspec==2025.3.0
|
| 38 |
+
- gin-config==0.5.0
|
| 39 |
+
- idna==3.10
|
| 40 |
+
- jinja2==3.1.6
|
| 41 |
+
- markupsafe==2.1.5
|
| 42 |
+
- mpmath==1.3.0
|
| 43 |
+
- networkx==3.1
|
| 44 |
+
- numpy==1.24.4
|
| 45 |
+
- nvidia-cublas-cu12==12.9.2.10
|
| 46 |
+
- nvidia-cuda-cupti-cu12==12.9.79
|
| 47 |
+
- nvidia-cuda-nvrtc-cu12==12.9.86
|
| 48 |
+
- nvidia-cuda-runtime-cu12==12.9.79
|
| 49 |
+
- nvidia-cudnn-cu12==8.9.2.26
|
| 50 |
+
- nvidia-cufft-cu12==11.4.1.4
|
| 51 |
+
- nvidia-curand-cu12==10.3.10.19
|
| 52 |
+
- nvidia-cusparse-cu12==12.5.10.65
|
| 53 |
+
- nvidia-nccl-cu12==2.18.1
|
| 54 |
+
- nvidia-nvjitlink-cu12==12.9.86
|
| 55 |
+
- nvidia-nvtx-cu12==12.9.79
|
| 56 |
+
- packaging==25.0
|
| 57 |
+
- pyyaml==6.0.3
|
| 58 |
+
- requests==2.32.4
|
| 59 |
+
- six==1.17.0
|
| 60 |
+
- sympy==1.13.3
|
| 61 |
+
- torch==2.1.2
|
| 62 |
+
- triton==2.1.0
|
| 63 |
+
- typing-extensions==4.13.2
|
| 64 |
+
- urllib3==2.2.3
|
| 65 |
+
prefix: /home/lily/yz979/anaconda3/envs/055_test
|
configs/055_test/explicit.txt
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# This file may be used to create an environment using:
|
| 2 |
+
# $ conda create --name <env> --file <this file>
|
| 3 |
+
# platform: linux-64
|
| 4 |
+
@EXPLICIT
|
| 5 |
+
https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2#d7c89558ba9fa0495403155b64376d81
|
| 6 |
+
https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.8.3-hbd8a1cb_0.conda#74784ee3d225fc3dca89edb635b4e5cc
|
| 7 |
+
https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.44-ha97dd6f_2.conda#14bae321b8127b63cba276bd53fac237
|
| 8 |
+
https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.1.0-h767d61c_5.conda#dcd5ff1940cd38f6df777cac86819d60
|
| 9 |
+
https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2#73aaf86a425cc6e73fcf236a5a46396d
|
| 10 |
+
https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.1.0-h767d61c_5.conda#264fbfba7fb20acf3b29cde153e345ce
|
| 11 |
+
https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_8.conda#51a19bba1b8ebfb60df25cde030b7ebc
|
| 12 |
+
https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85
|
| 13 |
+
https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.1.0-h69a702a_5.conda#069afdf8ea72504e48d23ae1171d951c
|
| 14 |
+
https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.1-hb9d3cd8_2.conda#1a580f7796c7bf6393fddb8bbbde58dc
|
| 15 |
+
https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4
|
| 16 |
+
https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.41.2-he9a06e4_0.conda#80c07c68d2f6870250959dcc95b209d1
|
| 17 |
+
https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda#edb0dca6bc32e4f4789199455a1dbeb8
|
| 18 |
+
https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7
|
| 19 |
+
https://conda.anaconda.org/conda-forge/linux-64/openssl-3.5.3-h26f9b46_1.conda#4fc6c4c88da64c0219c0c6c0408cedd4
|
| 20 |
+
https://conda.anaconda.org/conda-forge/linux-64/liblzma-devel-5.8.1-hb9d3cd8_2.conda#f61edadbb301530bd65a32646bd81552
|
| 21 |
+
https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.50.4-h0c1763c_0.conda#0b367fad34931cb79e0d6b7e5c06bb1c
|
| 22 |
+
https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc
|
| 23 |
+
https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8c095d6_2.conda#283b96675859b20a825f8fa30f311446
|
| 24 |
+
https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_hd72426e_102.conda#a0116df4f4ed05c303811a837d5b39d8
|
| 25 |
+
https://conda.anaconda.org/conda-forge/linux-64/xz-gpl-tools-5.8.1-hbcc6ac9_2.conda#bf627c16aa26231720af037a2709ab09
|
| 26 |
+
https://conda.anaconda.org/conda-forge/linux-64/xz-tools-5.8.1-hb9d3cd8_2.conda#1bad2995c8f1c8075c6c331bf96e46fb
|
| 27 |
+
https://conda.anaconda.org/conda-forge/linux-64/xz-5.8.1-hbcc6ac9_2.conda#68eae977d7d1196d32b636a026dc015d
|
| 28 |
+
https://conda.anaconda.org/conda-forge/linux-64/python-3.8.20-h4a871b0_2_cpython.conda#05ffff2f44ad60b94ecb53d029c6bdf7
|
| 29 |
+
https://conda.anaconda.org/conda-forge/noarch/setuptools-70.3.0-pyhd8ed1ab_0.conda#693bb57e8f92120caa956898065f3627
|
| 30 |
+
https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_0.conda#bdb2f437ce62fd2f1fef9119a37a12d9
|
| 31 |
+
https://conda.anaconda.org/conda-forge/noarch/pip-22.1.2-pyhd8ed1ab_0.tar.bz2#d29185c662a424f8bea1103270b85c96
|
configs/055_test/meta.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env": "055_test",
|
| 3 |
+
"python_version": "3.8.20",
|
| 4 |
+
"has_cuda_hint": false,
|
| 5 |
+
"editable_count": 0,
|
| 6 |
+
"source_prefix": "/home/lily/yz979/anaconda3/envs/055_test",
|
| 7 |
+
"exported_at": "2026-05-17T04:04:04Z"
|
| 8 |
+
}
|
configs/055_test/pip-clean.txt
ADDED
|
@@ -0,0 +1,465 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
absl-py==2.3.1
|
| 2 |
+
accelerate==0.24.1
|
| 3 |
+
aiofiles==23.2.1
|
| 4 |
+
aiohappyeyeballs==2.4.4
|
| 5 |
+
aiohttp==3.10.11
|
| 6 |
+
aioprometheus==23.12.0
|
| 7 |
+
aiosignal==1.3.1
|
| 8 |
+
alabaster==0.7.12
|
| 9 |
+
allennlp==0.8.4
|
| 10 |
+
altair==5.3.0
|
| 11 |
+
annotated-types==0.6.0
|
| 12 |
+
anyio==3.7.1
|
| 13 |
+
APScheduler==3.11.2
|
| 14 |
+
arxiv==2.1.0
|
| 15 |
+
astunparse==1.6.3
|
| 16 |
+
async-timeout==4.0.3
|
| 17 |
+
attrs==25.3.0
|
| 18 |
+
autograd==1.7.0
|
| 19 |
+
autoray==0.6.12
|
| 20 |
+
awscli==1.32.93
|
| 21 |
+
azure-core==1.33.0
|
| 22 |
+
azure-identity==1.21.0
|
| 23 |
+
azure-storage-blob==12.26.0
|
| 24 |
+
Babel==2.9.1
|
| 25 |
+
backoff==2.2.1
|
| 26 |
+
backports.zoneinfo==0.2.1
|
| 27 |
+
bcrypt==4.1.2
|
| 28 |
+
beartype==0.14.1
|
| 29 |
+
better-abc==0.0.3
|
| 30 |
+
biopython==1.83
|
| 31 |
+
bitarray==2.5.1
|
| 32 |
+
bitsandbytes==0.43.1
|
| 33 |
+
blessed==1.20.0
|
| 34 |
+
blis==0.7.11
|
| 35 |
+
boto3==1.36.0
|
| 36 |
+
botocore==1.36.26
|
| 37 |
+
botorch==0.8.5
|
| 38 |
+
bpl==0.1.1
|
| 39 |
+
Brotli==1.1.0
|
| 40 |
+
bs4==0.0.2
|
| 41 |
+
cachetools==4.2.4
|
| 42 |
+
certifi==2026.2.25
|
| 43 |
+
cffi==1.15.0
|
| 44 |
+
cftime==1.6.4.post1
|
| 45 |
+
chaospy==3.3.9
|
| 46 |
+
charset-normalizer==3.4.7
|
| 47 |
+
chex==0.1.7
|
| 48 |
+
chroma-hnswlib==0.7.3
|
| 49 |
+
chromadb==0.4.15
|
| 50 |
+
click==8.1.7
|
| 51 |
+
cloudpathlib==0.16.0
|
| 52 |
+
cobra==0.29.1
|
| 53 |
+
cohere==5.3.3
|
| 54 |
+
coloredlogs==15.0.1
|
| 55 |
+
confection==0.1.4
|
| 56 |
+
ConfigArgParse==1.5.3
|
| 57 |
+
conllu==0.11
|
| 58 |
+
coverage==7.6.1
|
| 59 |
+
cpm-kernels==1.0.11
|
| 60 |
+
cryptography==42.0.5
|
| 61 |
+
cvxopt==1.3.2
|
| 62 |
+
cymem==2.0.8
|
| 63 |
+
Cython==0.29.30
|
| 64 |
+
dataclasses==0.6
|
| 65 |
+
dataclasses-json==0.6.4
|
| 66 |
+
datasets==2.19.0
|
| 67 |
+
deepdiff==7.0.1
|
| 68 |
+
Deprecated==1.2.14
|
| 69 |
+
deprecation==2.1.0
|
| 70 |
+
dill==0.3.8
|
| 71 |
+
distro==1.9.0
|
| 72 |
+
dm-tree==0.1.8
|
| 73 |
+
dnspython==2.6.1
|
| 74 |
+
docstring_parser==0.17.0
|
| 75 |
+
docutils==0.15.2
|
| 76 |
+
dotenv==0.9.9
|
| 77 |
+
duckduckgo-search==3.9.9
|
| 78 |
+
editdistance==0.6.0
|
| 79 |
+
effdet==0.4.1
|
| 80 |
+
einops==0.7.0
|
| 81 |
+
ema-pytorch==0.7.7
|
| 82 |
+
email-validator==2.3.0
|
| 83 |
+
emoji==2.11.1
|
| 84 |
+
equinox==0.10.4
|
| 85 |
+
et-xmlfile==1.1.0
|
| 86 |
+
eval_type_backport==0.2.2
|
| 87 |
+
exceptiongroup==1.2.1
|
| 88 |
+
fairseq==0.10.2
|
| 89 |
+
faiss-cpu==1.7.4
|
| 90 |
+
faiss-gpu==1.7.2
|
| 91 |
+
fancy-einsum==0.0.3
|
| 92 |
+
fastapi==0.115.14
|
| 93 |
+
fastapi-sso==0.16.0
|
| 94 |
+
fastavro==1.9.4
|
| 95 |
+
fastuuid==0.13.5
|
| 96 |
+
fbpca==1.0
|
| 97 |
+
feedparser==6.0.10
|
| 98 |
+
ffmpy==0.3.2
|
| 99 |
+
filelock==3.16.1
|
| 100 |
+
filetype==1.2.0
|
| 101 |
+
finch-clust @ git+https://github.com/ssarfraz/FINCH-Clustering.git@b18166999af5f93c66edba8bdbae096f8795e82c
|
| 102 |
+
flaky==3.7.0
|
| 103 |
+
Flask-Cors==3.0.10
|
| 104 |
+
frozenlist==1.4.1
|
| 105 |
+
fschat==0.2.35
|
| 106 |
+
fsspec==2025.3.0
|
| 107 |
+
ftfy==6.0.3
|
| 108 |
+
future==0.18.2
|
| 109 |
+
fuzzywuzzy==0.18.0
|
| 110 |
+
gdown==5.2.0
|
| 111 |
+
geosketch==1.3
|
| 112 |
+
geotorch==0.3.0
|
| 113 |
+
get-annotations==0.1.2
|
| 114 |
+
gevent==21.12.0
|
| 115 |
+
gin-config==0.5.0
|
| 116 |
+
gitdb==4.0.11
|
| 117 |
+
GitPython==3.1.43
|
| 118 |
+
google-pasta==0.2.0
|
| 119 |
+
googleapis-common-protos==1.63.0
|
| 120 |
+
gpustat==1.1.1
|
| 121 |
+
gpytorch==1.10
|
| 122 |
+
gradio_client==0.16.0
|
| 123 |
+
graphlib_backport==1.1.0
|
| 124 |
+
greenlet==1.1.2
|
| 125 |
+
gunicorn==23.0.0
|
| 126 |
+
h11==0.14.0
|
| 127 |
+
h2==4.1.0
|
| 128 |
+
hf-xet==1.2.0
|
| 129 |
+
hf_transfer==0.1.9
|
| 130 |
+
hpack==4.0.0
|
| 131 |
+
httpcore==1.0.5
|
| 132 |
+
httptools==0.6.1
|
| 133 |
+
httpx==0.28.1
|
| 134 |
+
httpx-sse==0.4.0
|
| 135 |
+
huggingface_hub==0.36.1
|
| 136 |
+
humanfriendly==10.0
|
| 137 |
+
hyperframe==6.0.1
|
| 138 |
+
icetk==0.0.4
|
| 139 |
+
idna==3.10
|
| 140 |
+
igraph==0.11.8
|
| 141 |
+
imageio==2.35.1
|
| 142 |
+
imagesize==1.3.0
|
| 143 |
+
imgaug==0.4.0
|
| 144 |
+
importlib-metadata==7.0.0
|
| 145 |
+
importlib_resources==6.4.5
|
| 146 |
+
inequalipy==1.0.5
|
| 147 |
+
iniconfig==1.1.1
|
| 148 |
+
inquirerpy==0.3.4
|
| 149 |
+
iopath==0.1.10
|
| 150 |
+
isodate==0.7.2
|
| 151 |
+
itsdangerous==2.0.1
|
| 152 |
+
jax==0.4.13
|
| 153 |
+
jaxlib==0.4.13
|
| 154 |
+
jaxtyping==0.2.19
|
| 155 |
+
Jinja2==3.1.6
|
| 156 |
+
jiter==0.9.1
|
| 157 |
+
jmespath==0.10.0
|
| 158 |
+
joblib==1.4.2
|
| 159 |
+
jsonnet==0.17.0
|
| 160 |
+
jsonpatch==1.33
|
| 161 |
+
jsonpath-python==1.0.6
|
| 162 |
+
jsonpickle==2.0.0
|
| 163 |
+
jsonschema==4.23.0
|
| 164 |
+
jsonschema-specifications==2023.12.1
|
| 165 |
+
kaggle==1.7.4.5
|
| 166 |
+
Keras-Preprocessing==1.1.2
|
| 167 |
+
kubernetes==29.0.0
|
| 168 |
+
langchain==0.1.16
|
| 169 |
+
langchain-community==0.0.34
|
| 170 |
+
langchain-core==0.1.46
|
| 171 |
+
langchain-experimental==0.0.57
|
| 172 |
+
langchain-text-splitters==0.0.1
|
| 173 |
+
langcodes==3.4.0
|
| 174 |
+
langdetect==1.0.9
|
| 175 |
+
langsmith==0.1.51
|
| 176 |
+
language_data==1.2.0
|
| 177 |
+
layoutparser==0.3.4
|
| 178 |
+
lazy_loader==0.4
|
| 179 |
+
leidenalg==0.10.2
|
| 180 |
+
Levenshtein==0.25.1
|
| 181 |
+
linear-operator==0.4.0
|
| 182 |
+
litellm==1.77.4
|
| 183 |
+
litellm-enterprise==0.1.20
|
| 184 |
+
litellm-proxy-extras==0.2.19
|
| 185 |
+
llama-index==0.9.35
|
| 186 |
+
llvmlite==0.41.1
|
| 187 |
+
lmdb==1.7.3
|
| 188 |
+
lxml==5.2.1
|
| 189 |
+
madoka==0.7.1
|
| 190 |
+
marisa-trie==1.1.0
|
| 191 |
+
Markdown==3.3.6
|
| 192 |
+
markdown-it-py==3.0.0
|
| 193 |
+
markdown2==2.4.13
|
| 194 |
+
markdownify==0.11.6
|
| 195 |
+
MarkupSafe==2.1.5
|
| 196 |
+
marshmallow==3.21.1
|
| 197 |
+
mdtex2html==1.3.0
|
| 198 |
+
mdurl==0.1.2
|
| 199 |
+
metaphor-python==0.1.23
|
| 200 |
+
ml-dtypes==0.2.0
|
| 201 |
+
monotonic==1.6
|
| 202 |
+
mpmath==1.3.0
|
| 203 |
+
mrcfile==1.5.4
|
| 204 |
+
msal==1.36.0
|
| 205 |
+
msal-extensions==1.3.0
|
| 206 |
+
msg-parser==1.2.0
|
| 207 |
+
msgpack==1.0.8
|
| 208 |
+
msgpack-numpy==0.4.3.2
|
| 209 |
+
multidict==6.0.5
|
| 210 |
+
multipledispatch==1.0.0
|
| 211 |
+
multiprocess==0.70.16
|
| 212 |
+
murmurhash==1.0.10
|
| 213 |
+
mypy-extensions==1.0.0
|
| 214 |
+
narwhals==1.42.1
|
| 215 |
+
natsort==8.4.0
|
| 216 |
+
nest-asyncio==1.6.0
|
| 217 |
+
netCDF4==1.7.2
|
| 218 |
+
networkx==3.1
|
| 219 |
+
neuroHarmonize==2.4.5
|
| 220 |
+
nh3==0.2.17
|
| 221 |
+
ninja==1.11.1.1
|
| 222 |
+
nltk==3.8.1
|
| 223 |
+
numba==0.58.1
|
| 224 |
+
numexpr==2.8.6
|
| 225 |
+
numpoly==1.0.6
|
| 226 |
+
numpy==1.24.4
|
| 227 |
+
numpydoc==1.1.0
|
| 228 |
+
nvidia-cublas-cu12==12.9.2.10
|
| 229 |
+
nvidia-cuda-cupti-cu12==12.9.79
|
| 230 |
+
nvidia-cuda-nvrtc-cu12==12.9.86
|
| 231 |
+
nvidia-cuda-runtime-cu12==12.9.79
|
| 232 |
+
nvidia-cudnn-cu12==8.9.2.26
|
| 233 |
+
nvidia-cufft-cu12==11.4.1.4
|
| 234 |
+
nvidia-curand-cu12==10.3.10.19
|
| 235 |
+
nvidia-cusparse-cu12==12.5.10.65
|
| 236 |
+
nvidia-ml-py==12.535.133
|
| 237 |
+
nvidia-nccl-cu12==2.18.1
|
| 238 |
+
nvidia-nvjitlink-cu12==12.9.86
|
| 239 |
+
nvidia-nvtx-cu12==12.9.79
|
| 240 |
+
nvitop==1.3.2
|
| 241 |
+
oauthlib==3.2.2
|
| 242 |
+
onnx==1.16.0
|
| 243 |
+
onnxruntime==1.15.1
|
| 244 |
+
openai==1.101.0
|
| 245 |
+
openpyxl==3.0.9
|
| 246 |
+
opentelemetry-api==1.24.0
|
| 247 |
+
opentelemetry-exporter-otlp-proto-common==1.24.0
|
| 248 |
+
opentelemetry-exporter-otlp-proto-grpc==1.24.0
|
| 249 |
+
opentelemetry-proto==1.24.0
|
| 250 |
+
opentelemetry-sdk==1.24.0
|
| 251 |
+
opentelemetry-semantic-conventions==0.45b0
|
| 252 |
+
opt-einsum==3.3.0
|
| 253 |
+
optax==0.1.5
|
| 254 |
+
ordered-set==4.1.0
|
| 255 |
+
orjson==3.10.1
|
| 256 |
+
overrides==7.7.0
|
| 257 |
+
packaging==26.2
|
| 258 |
+
pandas==2.0.3
|
| 259 |
+
pandas-stubs==1.2.0.45
|
| 260 |
+
parsimonious==0.8.1
|
| 261 |
+
pathlib==1.0.1
|
| 262 |
+
patsy==1.0.1
|
| 263 |
+
pdf2image==1.17.0
|
| 264 |
+
pfzy==0.3.4
|
| 265 |
+
PICOS==2.6.1
|
| 266 |
+
pikepdf==8.4.1
|
| 267 |
+
pip-search==0.0.12
|
| 268 |
+
pkgutil_resolve_name==1.3.10
|
| 269 |
+
plac==0.9.6
|
| 270 |
+
plotly==6.3.0
|
| 271 |
+
pluggy==1.5.0
|
| 272 |
+
ply==3.11
|
| 273 |
+
pondpond==1.4.1
|
| 274 |
+
pooch==1.8.2
|
| 275 |
+
portalocker==2.4.0
|
| 276 |
+
posthog==3.5.0
|
| 277 |
+
preshed==3.0.9
|
| 278 |
+
prettytable==3.11.0
|
| 279 |
+
primer3-py==2.2.0
|
| 280 |
+
prompt-toolkit==3.0.43
|
| 281 |
+
propcache==0.2.0
|
| 282 |
+
PuLP==3.1.1
|
| 283 |
+
pulsar-client==3.5.0
|
| 284 |
+
pyarrow==17.0.0
|
| 285 |
+
pyarrow-hotfix==0.6
|
| 286 |
+
pyclipper==1.3.0.post5
|
| 287 |
+
pycocotools==2.0.7
|
| 288 |
+
pycparser==2.21
|
| 289 |
+
pydantic==2.10.6
|
| 290 |
+
pydantic_core==2.27.2
|
| 291 |
+
pydeck==0.9.0b1
|
| 292 |
+
pyDOE2==1.3.0
|
| 293 |
+
pydub==0.25.1
|
| 294 |
+
pyfaidx==0.9.0.1
|
| 295 |
+
Pygments==2.19.2
|
| 296 |
+
PyJWT==2.8.0
|
| 297 |
+
pymodbus==3.6.9
|
| 298 |
+
PyMuPDF==1.23.16
|
| 299 |
+
PyMuPDFb==1.23.9
|
| 300 |
+
PyNaCl==1.6.2
|
| 301 |
+
pynndescent==0.5.13
|
| 302 |
+
Pyomo==6.8.2
|
| 303 |
+
pyOpenSSL==24.1.0
|
| 304 |
+
pypandoc==1.13
|
| 305 |
+
pypdf==4.2.0
|
| 306 |
+
pypdfium2==4.29.0
|
| 307 |
+
PyPika==0.48.9
|
| 308 |
+
PyQt5==5.15.7
|
| 309 |
+
PyQt5-Qt5==5.15.17
|
| 310 |
+
PyQt5_sip==12.15.0
|
| 311 |
+
pyro-api==0.1.2
|
| 312 |
+
pyro-ppl==1.9.1
|
| 313 |
+
pysam==0.23.3
|
| 314 |
+
PySocks==1.7.1
|
| 315 |
+
pysqlite3-binary==0.5.2.post3
|
| 316 |
+
pystan==2.19.1.1
|
| 317 |
+
pytesseract==0.3.10
|
| 318 |
+
pytest-cov==5.0.0
|
| 319 |
+
python-dateutil==2.9.0.post0
|
| 320 |
+
python-decouple==3.8
|
| 321 |
+
python-docx==1.1.0
|
| 322 |
+
python-dotenv==1.0.1
|
| 323 |
+
python-iso639==2024.4.27
|
| 324 |
+
python-Levenshtein==0.25.1
|
| 325 |
+
python-multipart==0.0.18
|
| 326 |
+
python-pptx==0.6.23
|
| 327 |
+
python-slugify==8.0.4
|
| 328 |
+
pytorch-pretrained-bert==0.6.2
|
| 329 |
+
pytz==2025.2
|
| 330 |
+
pyvista==0.44.2
|
| 331 |
+
PyWavelets==1.4.1
|
| 332 |
+
PyYAML==6.0.3
|
| 333 |
+
quantile-python==1.1
|
| 334 |
+
rapidfuzz==3.8.1
|
| 335 |
+
rapidocr-onnxruntime==1.3.8
|
| 336 |
+
ray==2.10.0
|
| 337 |
+
rdkit==2024.3.5
|
| 338 |
+
redis==6.1.1
|
| 339 |
+
referencing==0.35.1
|
| 340 |
+
regex==2022.4.24
|
| 341 |
+
requests==2.32.4
|
| 342 |
+
requests-oauthlib==1.3.0
|
| 343 |
+
responses==0.16.0
|
| 344 |
+
rich==13.7.1
|
| 345 |
+
rouge-score==0.1.2
|
| 346 |
+
rpds-py==0.20.1
|
| 347 |
+
rq==2.3.3
|
| 348 |
+
rsa==4.7.2
|
| 349 |
+
ruff==0.4.2
|
| 350 |
+
rustworkx==0.15.1
|
| 351 |
+
s3transfer==0.11.3
|
| 352 |
+
sacrebleu==2.1.0
|
| 353 |
+
sacremoses==0.0.46
|
| 354 |
+
safetensors==0.4.3
|
| 355 |
+
scooby==0.10.1
|
| 356 |
+
seaborn==0.13.2
|
| 357 |
+
semantic-version==2.10.0
|
| 358 |
+
sentence-transformers==2.2.2
|
| 359 |
+
sentencepiece==0.1.91
|
| 360 |
+
sentry-sdk==2.39.0
|
| 361 |
+
session_info==1.0.1
|
| 362 |
+
sgmllib3k==1.0.0
|
| 363 |
+
shapely==2.0.4
|
| 364 |
+
shellingham==1.5.4
|
| 365 |
+
shortuuid==1.0.13
|
| 366 |
+
six==1.17.0
|
| 367 |
+
smart-open==6.4.0
|
| 368 |
+
smmap==5.0.1
|
| 369 |
+
sniffio==1.3.1
|
| 370 |
+
snowballstemmer==2.2.0
|
| 371 |
+
sobol-seq==0.2.0
|
| 372 |
+
socksio==1.0.0
|
| 373 |
+
soupsieve==2.5
|
| 374 |
+
spacy-legacy==3.0.12
|
| 375 |
+
spacy-loggers==1.0.5
|
| 376 |
+
Sphinx==4.3.1
|
| 377 |
+
sphinxcontrib-applehelp==1.0.2
|
| 378 |
+
sphinxcontrib-devhelp==1.0.2
|
| 379 |
+
sphinxcontrib-htmlhelp==2.0.0
|
| 380 |
+
sphinxcontrib-jsmath==1.0.1
|
| 381 |
+
sphinxcontrib-qthelp==1.0.3
|
| 382 |
+
sphinxcontrib-serializinghtml==1.1.5
|
| 383 |
+
SQLAlchemy==2.0.19
|
| 384 |
+
sqlparse==0.4.2
|
| 385 |
+
sse-starlette==1.8.2
|
| 386 |
+
starlette==0.44.0
|
| 387 |
+
statsmodels==0.14.1
|
| 388 |
+
stdlib-list==0.10.0
|
| 389 |
+
streamlit==1.30.0
|
| 390 |
+
streamlit-aggrid==0.3.4.post3
|
| 391 |
+
streamlit-antd-components==0.3.1
|
| 392 |
+
streamlit-chatbox==1.1.11
|
| 393 |
+
streamlit-feedback==0.1.3
|
| 394 |
+
streamlit-modal==0.1.0
|
| 395 |
+
streamlit-option-menu==0.3.12
|
| 396 |
+
strsimpy==0.2.1
|
| 397 |
+
svgwrite==1.4.3
|
| 398 |
+
sympy==1.13.3
|
| 399 |
+
tabnet @ git+https://github.com/titu1994/tf-TabNet.git@53b144b4dd47184c3ee891501dcd90fb37683ab7
|
| 400 |
+
tabulate==0.8.9
|
| 401 |
+
tenacity==8.2.3
|
| 402 |
+
tensorboard-plugin-wit==1.8.0
|
| 403 |
+
tensorboardX==2.4.1
|
| 404 |
+
text-unidecode==1.3
|
| 405 |
+
texttable==1.7.0
|
| 406 |
+
thefuzz==0.22.1
|
| 407 |
+
threadpoolctl==3.5.0
|
| 408 |
+
tifffile==2023.7.10
|
| 409 |
+
tiktoken==0.7.0
|
| 410 |
+
timm==0.9.16
|
| 411 |
+
tk==0.1.0
|
| 412 |
+
tokenizers==0.20.3
|
| 413 |
+
toml==0.10.2
|
| 414 |
+
tomlkit==0.12.0
|
| 415 |
+
toolz==0.12.1
|
| 416 |
+
torch==2.1.2
|
| 417 |
+
torch-geometric==2.6.1
|
| 418 |
+
torchaudio==2.1.2+cu118
|
| 419 |
+
torchtext==0.4.0
|
| 420 |
+
tornado==6.4
|
| 421 |
+
tqdm==4.67.1
|
| 422 |
+
transformer-lens==2.16.1
|
| 423 |
+
transformers==4.46.3
|
| 424 |
+
transformers-stream-generator==0.0.5
|
| 425 |
+
triton==2.1.0
|
| 426 |
+
typed-argument-parser==1.10.1
|
| 427 |
+
typeguard==4.4.0
|
| 428 |
+
typer==0.9.4
|
| 429 |
+
types-requests==2.31.0.20240406
|
| 430 |
+
typing-inspect==0.9.0
|
| 431 |
+
typing-utils==0.1.0
|
| 432 |
+
typing_extensions==4.13.2
|
| 433 |
+
tzdata==2024.1
|
| 434 |
+
tzlocal==5.2
|
| 435 |
+
umap-learn==0.5.7
|
| 436 |
+
Unidecode==1.3.2
|
| 437 |
+
unittest-xml-reporting==3.2.0
|
| 438 |
+
unstructured==0.11.0
|
| 439 |
+
unstructured-client==0.22.0
|
| 440 |
+
unstructured-inference==0.7.15
|
| 441 |
+
unstructured.pytesseract==0.3.12
|
| 442 |
+
urllib3==2.2.3
|
| 443 |
+
uvicorn==0.29.0
|
| 444 |
+
uvloop==0.21.0
|
| 445 |
+
validators==0.28.1
|
| 446 |
+
vllm==0.2.7
|
| 447 |
+
vtk==9.3.1
|
| 448 |
+
wandb==0.22.0
|
| 449 |
+
watchdog==3.0.0
|
| 450 |
+
watchfiles==0.21.0
|
| 451 |
+
wavedrom==2.0.3.post3
|
| 452 |
+
weasel==0.3.4
|
| 453 |
+
websocket-client==1.8.0
|
| 454 |
+
websockets==13.1
|
| 455 |
+
Werkzeug==2.0.2
|
| 456 |
+
word2number==1.1
|
| 457 |
+
xlrd==2.0.1
|
| 458 |
+
XlsxWriter==3.0.2
|
| 459 |
+
xxhash==2.0.2
|
| 460 |
+
Yapsy==1.12.2
|
| 461 |
+
yarl==1.15.2
|
| 462 |
+
youtube-search==2.1.2
|
| 463 |
+
zipp==3.20.2
|
| 464 |
+
zope.event==4.5.0
|
| 465 |
+
zstandard==0.23.0
|
configs/055_test/pip-freeze.txt
ADDED
|
@@ -0,0 +1,465 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
absl-py==2.3.1
|
| 2 |
+
accelerate==0.24.1
|
| 3 |
+
aiofiles==23.2.1
|
| 4 |
+
aiohappyeyeballs==2.4.4
|
| 5 |
+
aiohttp==3.10.11
|
| 6 |
+
aioprometheus==23.12.0
|
| 7 |
+
aiosignal==1.3.1
|
| 8 |
+
alabaster==0.7.12
|
| 9 |
+
allennlp==0.8.4
|
| 10 |
+
altair==5.3.0
|
| 11 |
+
annotated-types==0.6.0
|
| 12 |
+
anyio==3.7.1
|
| 13 |
+
APScheduler==3.11.2
|
| 14 |
+
arxiv==2.1.0
|
| 15 |
+
astunparse==1.6.3
|
| 16 |
+
async-timeout==4.0.3
|
| 17 |
+
attrs==25.3.0
|
| 18 |
+
autograd==1.7.0
|
| 19 |
+
autoray==0.6.12
|
| 20 |
+
awscli==1.32.93
|
| 21 |
+
azure-core==1.33.0
|
| 22 |
+
azure-identity==1.21.0
|
| 23 |
+
azure-storage-blob==12.26.0
|
| 24 |
+
Babel==2.9.1
|
| 25 |
+
backoff==2.2.1
|
| 26 |
+
backports.zoneinfo==0.2.1
|
| 27 |
+
bcrypt==4.1.2
|
| 28 |
+
beartype==0.14.1
|
| 29 |
+
better-abc==0.0.3
|
| 30 |
+
biopython==1.83
|
| 31 |
+
bitarray==2.5.1
|
| 32 |
+
bitsandbytes==0.43.1
|
| 33 |
+
blessed==1.20.0
|
| 34 |
+
blis==0.7.11
|
| 35 |
+
boto3==1.36.0
|
| 36 |
+
botocore==1.36.26
|
| 37 |
+
botorch==0.8.5
|
| 38 |
+
bpl==0.1.1
|
| 39 |
+
Brotli==1.1.0
|
| 40 |
+
bs4==0.0.2
|
| 41 |
+
cachetools==4.2.4
|
| 42 |
+
certifi==2026.2.25
|
| 43 |
+
cffi==1.15.0
|
| 44 |
+
cftime==1.6.4.post1
|
| 45 |
+
chaospy==3.3.9
|
| 46 |
+
charset-normalizer==3.4.7
|
| 47 |
+
chex==0.1.7
|
| 48 |
+
chroma-hnswlib==0.7.3
|
| 49 |
+
chromadb==0.4.15
|
| 50 |
+
click==8.1.7
|
| 51 |
+
cloudpathlib==0.16.0
|
| 52 |
+
cobra==0.29.1
|
| 53 |
+
cohere==5.3.3
|
| 54 |
+
coloredlogs==15.0.1
|
| 55 |
+
confection==0.1.4
|
| 56 |
+
ConfigArgParse==1.5.3
|
| 57 |
+
conllu==0.11
|
| 58 |
+
coverage==7.6.1
|
| 59 |
+
cpm-kernels==1.0.11
|
| 60 |
+
cryptography==42.0.5
|
| 61 |
+
cvxopt==1.3.2
|
| 62 |
+
cymem==2.0.8
|
| 63 |
+
Cython==0.29.30
|
| 64 |
+
dataclasses==0.6
|
| 65 |
+
dataclasses-json==0.6.4
|
| 66 |
+
datasets==2.19.0
|
| 67 |
+
deepdiff==7.0.1
|
| 68 |
+
Deprecated==1.2.14
|
| 69 |
+
deprecation==2.1.0
|
| 70 |
+
dill==0.3.8
|
| 71 |
+
distro==1.9.0
|
| 72 |
+
dm-tree==0.1.8
|
| 73 |
+
dnspython==2.6.1
|
| 74 |
+
docstring_parser==0.17.0
|
| 75 |
+
docutils==0.15.2
|
| 76 |
+
dotenv==0.9.9
|
| 77 |
+
duckduckgo-search==3.9.9
|
| 78 |
+
editdistance==0.6.0
|
| 79 |
+
effdet==0.4.1
|
| 80 |
+
einops==0.7.0
|
| 81 |
+
ema-pytorch==0.7.7
|
| 82 |
+
email-validator==2.3.0
|
| 83 |
+
emoji==2.11.1
|
| 84 |
+
equinox==0.10.4
|
| 85 |
+
et-xmlfile==1.1.0
|
| 86 |
+
eval_type_backport==0.2.2
|
| 87 |
+
exceptiongroup==1.2.1
|
| 88 |
+
fairseq==0.10.2
|
| 89 |
+
faiss-cpu==1.7.4
|
| 90 |
+
faiss-gpu==1.7.2
|
| 91 |
+
fancy-einsum==0.0.3
|
| 92 |
+
fastapi==0.115.14
|
| 93 |
+
fastapi-sso==0.16.0
|
| 94 |
+
fastavro==1.9.4
|
| 95 |
+
fastuuid==0.13.5
|
| 96 |
+
fbpca==1.0
|
| 97 |
+
feedparser==6.0.10
|
| 98 |
+
ffmpy==0.3.2
|
| 99 |
+
filelock==3.16.1
|
| 100 |
+
filetype==1.2.0
|
| 101 |
+
finch-clust @ git+https://github.com/ssarfraz/FINCH-Clustering.git@b18166999af5f93c66edba8bdbae096f8795e82c
|
| 102 |
+
flaky==3.7.0
|
| 103 |
+
Flask-Cors==3.0.10
|
| 104 |
+
frozenlist==1.4.1
|
| 105 |
+
fschat==0.2.35
|
| 106 |
+
fsspec==2025.3.0
|
| 107 |
+
ftfy==6.0.3
|
| 108 |
+
future==0.18.2
|
| 109 |
+
fuzzywuzzy==0.18.0
|
| 110 |
+
gdown==5.2.0
|
| 111 |
+
geosketch==1.3
|
| 112 |
+
geotorch==0.3.0
|
| 113 |
+
get-annotations==0.1.2
|
| 114 |
+
gevent==21.12.0
|
| 115 |
+
gin-config==0.5.0
|
| 116 |
+
gitdb==4.0.11
|
| 117 |
+
GitPython==3.1.43
|
| 118 |
+
google-pasta==0.2.0
|
| 119 |
+
googleapis-common-protos==1.63.0
|
| 120 |
+
gpustat==1.1.1
|
| 121 |
+
gpytorch==1.10
|
| 122 |
+
gradio_client==0.16.0
|
| 123 |
+
graphlib_backport==1.1.0
|
| 124 |
+
greenlet==1.1.2
|
| 125 |
+
gunicorn==23.0.0
|
| 126 |
+
h11==0.14.0
|
| 127 |
+
h2==4.1.0
|
| 128 |
+
hf-xet==1.2.0
|
| 129 |
+
hf_transfer==0.1.9
|
| 130 |
+
hpack==4.0.0
|
| 131 |
+
httpcore==1.0.5
|
| 132 |
+
httptools==0.6.1
|
| 133 |
+
httpx==0.28.1
|
| 134 |
+
httpx-sse==0.4.0
|
| 135 |
+
huggingface_hub==0.36.1
|
| 136 |
+
humanfriendly==10.0
|
| 137 |
+
hyperframe==6.0.1
|
| 138 |
+
icetk==0.0.4
|
| 139 |
+
idna==3.10
|
| 140 |
+
igraph==0.11.8
|
| 141 |
+
imageio==2.35.1
|
| 142 |
+
imagesize==1.3.0
|
| 143 |
+
imgaug==0.4.0
|
| 144 |
+
importlib-metadata==7.0.0
|
| 145 |
+
importlib_resources==6.4.5
|
| 146 |
+
inequalipy==1.0.5
|
| 147 |
+
iniconfig==1.1.1
|
| 148 |
+
inquirerpy==0.3.4
|
| 149 |
+
iopath==0.1.10
|
| 150 |
+
isodate==0.7.2
|
| 151 |
+
itsdangerous==2.0.1
|
| 152 |
+
jax==0.4.13
|
| 153 |
+
jaxlib==0.4.13
|
| 154 |
+
jaxtyping==0.2.19
|
| 155 |
+
Jinja2==3.1.6
|
| 156 |
+
jiter==0.9.1
|
| 157 |
+
jmespath==0.10.0
|
| 158 |
+
joblib==1.4.2
|
| 159 |
+
jsonnet==0.17.0
|
| 160 |
+
jsonpatch==1.33
|
| 161 |
+
jsonpath-python==1.0.6
|
| 162 |
+
jsonpickle==2.0.0
|
| 163 |
+
jsonschema==4.23.0
|
| 164 |
+
jsonschema-specifications==2023.12.1
|
| 165 |
+
kaggle==1.7.4.5
|
| 166 |
+
Keras-Preprocessing==1.1.2
|
| 167 |
+
kubernetes==29.0.0
|
| 168 |
+
langchain==0.1.16
|
| 169 |
+
langchain-community==0.0.34
|
| 170 |
+
langchain-core==0.1.46
|
| 171 |
+
langchain-experimental==0.0.57
|
| 172 |
+
langchain-text-splitters==0.0.1
|
| 173 |
+
langcodes==3.4.0
|
| 174 |
+
langdetect==1.0.9
|
| 175 |
+
langsmith==0.1.51
|
| 176 |
+
language_data==1.2.0
|
| 177 |
+
layoutparser==0.3.4
|
| 178 |
+
lazy_loader==0.4
|
| 179 |
+
leidenalg==0.10.2
|
| 180 |
+
Levenshtein==0.25.1
|
| 181 |
+
linear-operator==0.4.0
|
| 182 |
+
litellm==1.77.4
|
| 183 |
+
litellm-enterprise==0.1.20
|
| 184 |
+
litellm-proxy-extras==0.2.19
|
| 185 |
+
llama-index==0.9.35
|
| 186 |
+
llvmlite==0.41.1
|
| 187 |
+
lmdb==1.7.3
|
| 188 |
+
lxml==5.2.1
|
| 189 |
+
madoka==0.7.1
|
| 190 |
+
marisa-trie==1.1.0
|
| 191 |
+
Markdown==3.3.6
|
| 192 |
+
markdown-it-py==3.0.0
|
| 193 |
+
markdown2==2.4.13
|
| 194 |
+
markdownify==0.11.6
|
| 195 |
+
MarkupSafe==2.1.5
|
| 196 |
+
marshmallow==3.21.1
|
| 197 |
+
mdtex2html==1.3.0
|
| 198 |
+
mdurl==0.1.2
|
| 199 |
+
metaphor-python==0.1.23
|
| 200 |
+
ml-dtypes==0.2.0
|
| 201 |
+
monotonic==1.6
|
| 202 |
+
mpmath==1.3.0
|
| 203 |
+
mrcfile==1.5.4
|
| 204 |
+
msal==1.36.0
|
| 205 |
+
msal-extensions==1.3.0
|
| 206 |
+
msg-parser==1.2.0
|
| 207 |
+
msgpack==1.0.8
|
| 208 |
+
msgpack-numpy==0.4.3.2
|
| 209 |
+
multidict==6.0.5
|
| 210 |
+
multipledispatch==1.0.0
|
| 211 |
+
multiprocess==0.70.16
|
| 212 |
+
murmurhash==1.0.10
|
| 213 |
+
mypy-extensions==1.0.0
|
| 214 |
+
narwhals==1.42.1
|
| 215 |
+
natsort==8.4.0
|
| 216 |
+
nest-asyncio==1.6.0
|
| 217 |
+
netCDF4==1.7.2
|
| 218 |
+
networkx==3.1
|
| 219 |
+
neuroHarmonize==2.4.5
|
| 220 |
+
nh3==0.2.17
|
| 221 |
+
ninja==1.11.1.1
|
| 222 |
+
nltk==3.8.1
|
| 223 |
+
numba==0.58.1
|
| 224 |
+
numexpr==2.8.6
|
| 225 |
+
numpoly==1.0.6
|
| 226 |
+
numpy==1.24.4
|
| 227 |
+
numpydoc==1.1.0
|
| 228 |
+
nvidia-cublas-cu12==12.9.2.10
|
| 229 |
+
nvidia-cuda-cupti-cu12==12.9.79
|
| 230 |
+
nvidia-cuda-nvrtc-cu12==12.9.86
|
| 231 |
+
nvidia-cuda-runtime-cu12==12.9.79
|
| 232 |
+
nvidia-cudnn-cu12==8.9.2.26
|
| 233 |
+
nvidia-cufft-cu12==11.4.1.4
|
| 234 |
+
nvidia-curand-cu12==10.3.10.19
|
| 235 |
+
nvidia-cusparse-cu12==12.5.10.65
|
| 236 |
+
nvidia-ml-py==12.535.133
|
| 237 |
+
nvidia-nccl-cu12==2.18.1
|
| 238 |
+
nvidia-nvjitlink-cu12==12.9.86
|
| 239 |
+
nvidia-nvtx-cu12==12.9.79
|
| 240 |
+
nvitop==1.3.2
|
| 241 |
+
oauthlib==3.2.2
|
| 242 |
+
onnx==1.16.0
|
| 243 |
+
onnxruntime==1.15.1
|
| 244 |
+
openai==1.101.0
|
| 245 |
+
openpyxl==3.0.9
|
| 246 |
+
opentelemetry-api==1.24.0
|
| 247 |
+
opentelemetry-exporter-otlp-proto-common==1.24.0
|
| 248 |
+
opentelemetry-exporter-otlp-proto-grpc==1.24.0
|
| 249 |
+
opentelemetry-proto==1.24.0
|
| 250 |
+
opentelemetry-sdk==1.24.0
|
| 251 |
+
opentelemetry-semantic-conventions==0.45b0
|
| 252 |
+
opt-einsum==3.3.0
|
| 253 |
+
optax==0.1.5
|
| 254 |
+
ordered-set==4.1.0
|
| 255 |
+
orjson==3.10.1
|
| 256 |
+
overrides==7.7.0
|
| 257 |
+
packaging==26.2
|
| 258 |
+
pandas==2.0.3
|
| 259 |
+
pandas-stubs==1.2.0.45
|
| 260 |
+
parsimonious==0.8.1
|
| 261 |
+
pathlib==1.0.1
|
| 262 |
+
patsy==1.0.1
|
| 263 |
+
pdf2image==1.17.0
|
| 264 |
+
pfzy==0.3.4
|
| 265 |
+
PICOS==2.6.1
|
| 266 |
+
pikepdf==8.4.1
|
| 267 |
+
pip-search==0.0.12
|
| 268 |
+
pkgutil_resolve_name==1.3.10
|
| 269 |
+
plac==0.9.6
|
| 270 |
+
plotly==6.3.0
|
| 271 |
+
pluggy==1.5.0
|
| 272 |
+
ply==3.11
|
| 273 |
+
pondpond==1.4.1
|
| 274 |
+
pooch==1.8.2
|
| 275 |
+
portalocker==2.4.0
|
| 276 |
+
posthog==3.5.0
|
| 277 |
+
preshed==3.0.9
|
| 278 |
+
prettytable==3.11.0
|
| 279 |
+
primer3-py==2.2.0
|
| 280 |
+
prompt-toolkit==3.0.43
|
| 281 |
+
propcache==0.2.0
|
| 282 |
+
PuLP==3.1.1
|
| 283 |
+
pulsar-client==3.5.0
|
| 284 |
+
pyarrow==17.0.0
|
| 285 |
+
pyarrow-hotfix==0.6
|
| 286 |
+
pyclipper==1.3.0.post5
|
| 287 |
+
pycocotools==2.0.7
|
| 288 |
+
pycparser==2.21
|
| 289 |
+
pydantic==2.10.6
|
| 290 |
+
pydantic_core==2.27.2
|
| 291 |
+
pydeck==0.9.0b1
|
| 292 |
+
pyDOE2==1.3.0
|
| 293 |
+
pydub==0.25.1
|
| 294 |
+
pyfaidx==0.9.0.1
|
| 295 |
+
Pygments==2.19.2
|
| 296 |
+
PyJWT==2.8.0
|
| 297 |
+
pymodbus==3.6.9
|
| 298 |
+
PyMuPDF==1.23.16
|
| 299 |
+
PyMuPDFb==1.23.9
|
| 300 |
+
PyNaCl==1.6.2
|
| 301 |
+
pynndescent==0.5.13
|
| 302 |
+
Pyomo==6.8.2
|
| 303 |
+
pyOpenSSL==24.1.0
|
| 304 |
+
pypandoc==1.13
|
| 305 |
+
pypdf==4.2.0
|
| 306 |
+
pypdfium2==4.29.0
|
| 307 |
+
PyPika==0.48.9
|
| 308 |
+
PyQt5==5.15.7
|
| 309 |
+
PyQt5-Qt5==5.15.17
|
| 310 |
+
PyQt5_sip==12.15.0
|
| 311 |
+
pyro-api==0.1.2
|
| 312 |
+
pyro-ppl==1.9.1
|
| 313 |
+
pysam==0.23.3
|
| 314 |
+
PySocks==1.7.1
|
| 315 |
+
pysqlite3-binary==0.5.2.post3
|
| 316 |
+
pystan==2.19.1.1
|
| 317 |
+
pytesseract==0.3.10
|
| 318 |
+
pytest-cov==5.0.0
|
| 319 |
+
python-dateutil==2.9.0.post0
|
| 320 |
+
python-decouple==3.8
|
| 321 |
+
python-docx==1.1.0
|
| 322 |
+
python-dotenv==1.0.1
|
| 323 |
+
python-iso639==2024.4.27
|
| 324 |
+
python-Levenshtein==0.25.1
|
| 325 |
+
python-multipart==0.0.18
|
| 326 |
+
python-pptx==0.6.23
|
| 327 |
+
python-slugify==8.0.4
|
| 328 |
+
pytorch-pretrained-bert==0.6.2
|
| 329 |
+
pytz==2025.2
|
| 330 |
+
pyvista==0.44.2
|
| 331 |
+
PyWavelets==1.4.1
|
| 332 |
+
PyYAML==6.0.3
|
| 333 |
+
quantile-python==1.1
|
| 334 |
+
rapidfuzz==3.8.1
|
| 335 |
+
rapidocr-onnxruntime==1.3.8
|
| 336 |
+
ray==2.10.0
|
| 337 |
+
rdkit==2024.3.5
|
| 338 |
+
redis==6.1.1
|
| 339 |
+
referencing==0.35.1
|
| 340 |
+
regex==2022.4.24
|
| 341 |
+
requests==2.32.4
|
| 342 |
+
requests-oauthlib==1.3.0
|
| 343 |
+
responses==0.16.0
|
| 344 |
+
rich==13.7.1
|
| 345 |
+
rouge-score==0.1.2
|
| 346 |
+
rpds-py==0.20.1
|
| 347 |
+
rq==2.3.3
|
| 348 |
+
rsa==4.7.2
|
| 349 |
+
ruff==0.4.2
|
| 350 |
+
rustworkx==0.15.1
|
| 351 |
+
s3transfer==0.11.3
|
| 352 |
+
sacrebleu==2.1.0
|
| 353 |
+
sacremoses==0.0.46
|
| 354 |
+
safetensors==0.4.3
|
| 355 |
+
scooby==0.10.1
|
| 356 |
+
seaborn==0.13.2
|
| 357 |
+
semantic-version==2.10.0
|
| 358 |
+
sentence-transformers==2.2.2
|
| 359 |
+
sentencepiece==0.1.91
|
| 360 |
+
sentry-sdk==2.39.0
|
| 361 |
+
session_info==1.0.1
|
| 362 |
+
sgmllib3k==1.0.0
|
| 363 |
+
shapely==2.0.4
|
| 364 |
+
shellingham==1.5.4
|
| 365 |
+
shortuuid==1.0.13
|
| 366 |
+
six==1.17.0
|
| 367 |
+
smart-open==6.4.0
|
| 368 |
+
smmap==5.0.1
|
| 369 |
+
sniffio==1.3.1
|
| 370 |
+
snowballstemmer==2.2.0
|
| 371 |
+
sobol-seq==0.2.0
|
| 372 |
+
socksio==1.0.0
|
| 373 |
+
soupsieve==2.5
|
| 374 |
+
spacy-legacy==3.0.12
|
| 375 |
+
spacy-loggers==1.0.5
|
| 376 |
+
Sphinx==4.3.1
|
| 377 |
+
sphinxcontrib-applehelp==1.0.2
|
| 378 |
+
sphinxcontrib-devhelp==1.0.2
|
| 379 |
+
sphinxcontrib-htmlhelp==2.0.0
|
| 380 |
+
sphinxcontrib-jsmath==1.0.1
|
| 381 |
+
sphinxcontrib-qthelp==1.0.3
|
| 382 |
+
sphinxcontrib-serializinghtml==1.1.5
|
| 383 |
+
SQLAlchemy==2.0.19
|
| 384 |
+
sqlparse==0.4.2
|
| 385 |
+
sse-starlette==1.8.2
|
| 386 |
+
starlette==0.44.0
|
| 387 |
+
statsmodels==0.14.1
|
| 388 |
+
stdlib-list==0.10.0
|
| 389 |
+
streamlit==1.30.0
|
| 390 |
+
streamlit-aggrid==0.3.4.post3
|
| 391 |
+
streamlit-antd-components==0.3.1
|
| 392 |
+
streamlit-chatbox==1.1.11
|
| 393 |
+
streamlit-feedback==0.1.3
|
| 394 |
+
streamlit-modal==0.1.0
|
| 395 |
+
streamlit-option-menu==0.3.12
|
| 396 |
+
strsimpy==0.2.1
|
| 397 |
+
svgwrite==1.4.3
|
| 398 |
+
sympy==1.13.3
|
| 399 |
+
tabnet @ git+https://github.com/titu1994/tf-TabNet.git@53b144b4dd47184c3ee891501dcd90fb37683ab7
|
| 400 |
+
tabulate==0.8.9
|
| 401 |
+
tenacity==8.2.3
|
| 402 |
+
tensorboard-plugin-wit==1.8.0
|
| 403 |
+
tensorboardX==2.4.1
|
| 404 |
+
text-unidecode==1.3
|
| 405 |
+
texttable==1.7.0
|
| 406 |
+
thefuzz==0.22.1
|
| 407 |
+
threadpoolctl==3.5.0
|
| 408 |
+
tifffile==2023.7.10
|
| 409 |
+
tiktoken==0.7.0
|
| 410 |
+
timm==0.9.16
|
| 411 |
+
tk==0.1.0
|
| 412 |
+
tokenizers==0.20.3
|
| 413 |
+
toml==0.10.2
|
| 414 |
+
tomlkit==0.12.0
|
| 415 |
+
toolz==0.12.1
|
| 416 |
+
torch==2.1.2
|
| 417 |
+
torch-geometric==2.6.1
|
| 418 |
+
torchaudio==2.1.2+cu118
|
| 419 |
+
torchtext==0.4.0
|
| 420 |
+
tornado==6.4
|
| 421 |
+
tqdm==4.67.1
|
| 422 |
+
transformer-lens==2.16.1
|
| 423 |
+
transformers==4.46.3
|
| 424 |
+
transformers-stream-generator==0.0.5
|
| 425 |
+
triton==2.1.0
|
| 426 |
+
typed-argument-parser==1.10.1
|
| 427 |
+
typeguard==4.4.0
|
| 428 |
+
typer==0.9.4
|
| 429 |
+
types-requests==2.31.0.20240406
|
| 430 |
+
typing-inspect==0.9.0
|
| 431 |
+
typing-utils==0.1.0
|
| 432 |
+
typing_extensions==4.13.2
|
| 433 |
+
tzdata==2024.1
|
| 434 |
+
tzlocal==5.2
|
| 435 |
+
umap-learn==0.5.7
|
| 436 |
+
Unidecode==1.3.2
|
| 437 |
+
unittest-xml-reporting==3.2.0
|
| 438 |
+
unstructured==0.11.0
|
| 439 |
+
unstructured-client==0.22.0
|
| 440 |
+
unstructured-inference==0.7.15
|
| 441 |
+
unstructured.pytesseract==0.3.12
|
| 442 |
+
urllib3==2.2.3
|
| 443 |
+
uvicorn==0.29.0
|
| 444 |
+
uvloop==0.21.0
|
| 445 |
+
validators==0.28.1
|
| 446 |
+
vllm==0.2.7
|
| 447 |
+
vtk==9.3.1
|
| 448 |
+
wandb==0.22.0
|
| 449 |
+
watchdog==3.0.0
|
| 450 |
+
watchfiles==0.21.0
|
| 451 |
+
wavedrom==2.0.3.post3
|
| 452 |
+
weasel==0.3.4
|
| 453 |
+
websocket-client==1.8.0
|
| 454 |
+
websockets==13.1
|
| 455 |
+
Werkzeug==2.0.2
|
| 456 |
+
word2number==1.1
|
| 457 |
+
xlrd==2.0.1
|
| 458 |
+
XlsxWriter==3.0.2
|
| 459 |
+
xxhash==2.0.2
|
| 460 |
+
Yapsy==1.12.2
|
| 461 |
+
yarl==1.15.2
|
| 462 |
+
youtube-search==2.1.2
|
| 463 |
+
zipp==3.20.2
|
| 464 |
+
zope.event==4.5.0
|
| 465 |
+
zstandard==0.23.0
|
configs/061_test/editable.txt
ADDED
|
File without changes
|
configs/061_test/env.yml
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: 061_test
|
| 2 |
+
channels:
|
| 3 |
+
- conda-forge
|
| 4 |
+
- defaults
|
| 5 |
+
dependencies:
|
| 6 |
+
- _libgcc_mutex=0.1
|
| 7 |
+
- _openmp_mutex=4.5
|
| 8 |
+
- bzip2=1.0.8
|
| 9 |
+
- ca-certificates=2025.8.3
|
| 10 |
+
- ld_impl_linux-64=2.44
|
| 11 |
+
- libffi=3.4.6
|
| 12 |
+
- libgcc=15.1.0
|
| 13 |
+
- libgcc-ng=15.1.0
|
| 14 |
+
- libgomp=15.1.0
|
| 15 |
+
- liblzma=5.8.1
|
| 16 |
+
- liblzma-devel=5.8.1
|
| 17 |
+
- libnsl=2.0.1
|
| 18 |
+
- libsqlite=3.50.4
|
| 19 |
+
- libuuid=2.41.2
|
| 20 |
+
- libxcrypt=4.4.36
|
| 21 |
+
- libzlib=1.3.1
|
| 22 |
+
- ncurses=6.5
|
| 23 |
+
- openssl=3.5.3
|
| 24 |
+
- pip=22.1.2
|
| 25 |
+
- python=3.8.20
|
| 26 |
+
- readline=8.2
|
| 27 |
+
- setuptools=70.3.0
|
| 28 |
+
- tk=8.6.13
|
| 29 |
+
- wheel=0.45.1
|
| 30 |
+
- xz=5.8.1
|
| 31 |
+
- xz-gpl-tools=5.8.1
|
| 32 |
+
- xz-tools=5.8.1
|
| 33 |
+
- pip:
|
| 34 |
+
- certifi==2026.2.25
|
| 35 |
+
- charset-normalizer==3.4.7
|
| 36 |
+
- filelock==3.16.1
|
| 37 |
+
- fsspec==2024.6.1
|
| 38 |
+
- idna==3.10
|
| 39 |
+
- jinja2==3.1.6
|
| 40 |
+
- markupsafe==2.1.5
|
| 41 |
+
- mpmath==1.3.0
|
| 42 |
+
- numpy==1.24.4
|
| 43 |
+
- packaging==25.0
|
| 44 |
+
- pyyaml==6.0.3
|
| 45 |
+
- requests==2.32.4
|
| 46 |
+
- scipy==1.10.1
|
| 47 |
+
- six==1.17.0
|
| 48 |
+
- sympy==1.13.3
|
| 49 |
+
- torch==2.1.2+cpu
|
| 50 |
+
- urllib3==2.2.3
|
| 51 |
+
prefix: /home/lily/yz979/anaconda3/envs/061_test
|
configs/061_test/explicit.txt
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# This file may be used to create an environment using:
|
| 2 |
+
# $ conda create --name <env> --file <this file>
|
| 3 |
+
# platform: linux-64
|
| 4 |
+
@EXPLICIT
|
| 5 |
+
https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2#d7c89558ba9fa0495403155b64376d81
|
| 6 |
+
https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.8.3-hbd8a1cb_0.conda#74784ee3d225fc3dca89edb635b4e5cc
|
| 7 |
+
https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.44-ha97dd6f_2.conda#14bae321b8127b63cba276bd53fac237
|
| 8 |
+
https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.1.0-h767d61c_5.conda#dcd5ff1940cd38f6df777cac86819d60
|
| 9 |
+
https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2#73aaf86a425cc6e73fcf236a5a46396d
|
| 10 |
+
https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.1.0-h767d61c_5.conda#264fbfba7fb20acf3b29cde153e345ce
|
| 11 |
+
https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_8.conda#51a19bba1b8ebfb60df25cde030b7ebc
|
| 12 |
+
https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85
|
| 13 |
+
https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.1.0-h69a702a_5.conda#069afdf8ea72504e48d23ae1171d951c
|
| 14 |
+
https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.1-hb9d3cd8_2.conda#1a580f7796c7bf6393fddb8bbbde58dc
|
| 15 |
+
https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4
|
| 16 |
+
https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.41.2-he9a06e4_0.conda#80c07c68d2f6870250959dcc95b209d1
|
| 17 |
+
https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda#edb0dca6bc32e4f4789199455a1dbeb8
|
| 18 |
+
https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7
|
| 19 |
+
https://conda.anaconda.org/conda-forge/linux-64/openssl-3.5.3-h26f9b46_1.conda#4fc6c4c88da64c0219c0c6c0408cedd4
|
| 20 |
+
https://conda.anaconda.org/conda-forge/linux-64/liblzma-devel-5.8.1-hb9d3cd8_2.conda#f61edadbb301530bd65a32646bd81552
|
| 21 |
+
https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.50.4-h0c1763c_0.conda#0b367fad34931cb79e0d6b7e5c06bb1c
|
| 22 |
+
https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc
|
| 23 |
+
https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8c095d6_2.conda#283b96675859b20a825f8fa30f311446
|
| 24 |
+
https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_hd72426e_102.conda#a0116df4f4ed05c303811a837d5b39d8
|
| 25 |
+
https://conda.anaconda.org/conda-forge/linux-64/xz-gpl-tools-5.8.1-hbcc6ac9_2.conda#bf627c16aa26231720af037a2709ab09
|
| 26 |
+
https://conda.anaconda.org/conda-forge/linux-64/xz-tools-5.8.1-hb9d3cd8_2.conda#1bad2995c8f1c8075c6c331bf96e46fb
|
| 27 |
+
https://conda.anaconda.org/conda-forge/linux-64/xz-5.8.1-hbcc6ac9_2.conda#68eae977d7d1196d32b636a026dc015d
|
| 28 |
+
https://conda.anaconda.org/conda-forge/linux-64/python-3.8.20-h4a871b0_2_cpython.conda#05ffff2f44ad60b94ecb53d029c6bdf7
|
| 29 |
+
https://conda.anaconda.org/conda-forge/noarch/setuptools-70.3.0-pyhd8ed1ab_0.conda#693bb57e8f92120caa956898065f3627
|
| 30 |
+
https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_0.conda#bdb2f437ce62fd2f1fef9119a37a12d9
|
| 31 |
+
https://conda.anaconda.org/conda-forge/noarch/pip-22.1.2-pyhd8ed1ab_0.tar.bz2#d29185c662a424f8bea1103270b85c96
|
configs/061_test/meta.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env": "061_test",
|
| 3 |
+
"python_version": "3.8.20",
|
| 4 |
+
"has_cuda_hint": false,
|
| 5 |
+
"editable_count": 0,
|
| 6 |
+
"source_prefix": "/home/lily/yz979/anaconda3/envs/061_test",
|
| 7 |
+
"exported_at": "2026-05-17T04:04:08Z"
|
| 8 |
+
}
|
configs/061_test/pip-clean.txt
ADDED
|
@@ -0,0 +1,451 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
absl-py==2.3.1
|
| 2 |
+
accelerate==0.24.1
|
| 3 |
+
aiofiles==23.2.1
|
| 4 |
+
aiohappyeyeballs==2.4.4
|
| 5 |
+
aiohttp==3.10.11
|
| 6 |
+
aioprometheus==23.12.0
|
| 7 |
+
aiosignal==1.3.1
|
| 8 |
+
alabaster==0.7.12
|
| 9 |
+
allennlp==0.8.4
|
| 10 |
+
altair==5.3.0
|
| 11 |
+
annotated-types==0.6.0
|
| 12 |
+
anyio==3.7.1
|
| 13 |
+
APScheduler==3.11.2
|
| 14 |
+
arxiv==2.1.0
|
| 15 |
+
astunparse==1.6.3
|
| 16 |
+
async-timeout==4.0.3
|
| 17 |
+
attrs==25.3.0
|
| 18 |
+
autograd==1.7.0
|
| 19 |
+
autoray==0.6.12
|
| 20 |
+
awscli==1.32.93
|
| 21 |
+
azure-core==1.33.0
|
| 22 |
+
azure-identity==1.21.0
|
| 23 |
+
azure-storage-blob==12.26.0
|
| 24 |
+
Babel==2.9.1
|
| 25 |
+
backoff==2.2.1
|
| 26 |
+
backports.zoneinfo==0.2.1
|
| 27 |
+
bcrypt==4.1.2
|
| 28 |
+
beartype==0.14.1
|
| 29 |
+
better-abc==0.0.3
|
| 30 |
+
biopython==1.83
|
| 31 |
+
bitarray==2.5.1
|
| 32 |
+
bitsandbytes==0.43.1
|
| 33 |
+
blessed==1.20.0
|
| 34 |
+
blis==0.7.11
|
| 35 |
+
boto3==1.36.0
|
| 36 |
+
botocore==1.36.26
|
| 37 |
+
botorch==0.8.5
|
| 38 |
+
bpl==0.1.1
|
| 39 |
+
Brotli==1.1.0
|
| 40 |
+
bs4==0.0.2
|
| 41 |
+
cachetools==4.2.4
|
| 42 |
+
certifi==2026.2.25
|
| 43 |
+
cffi==1.15.0
|
| 44 |
+
cftime==1.6.4.post1
|
| 45 |
+
chaospy==3.3.9
|
| 46 |
+
charset-normalizer==3.4.7
|
| 47 |
+
chex==0.1.7
|
| 48 |
+
chroma-hnswlib==0.7.3
|
| 49 |
+
chromadb==0.4.15
|
| 50 |
+
click==8.1.7
|
| 51 |
+
cloudpathlib==0.16.0
|
| 52 |
+
cobra==0.29.1
|
| 53 |
+
cohere==5.3.3
|
| 54 |
+
coloredlogs==15.0.1
|
| 55 |
+
confection==0.1.4
|
| 56 |
+
ConfigArgParse==1.5.3
|
| 57 |
+
conllu==0.11
|
| 58 |
+
coverage==7.6.1
|
| 59 |
+
cpm-kernels==1.0.11
|
| 60 |
+
cryptography==42.0.5
|
| 61 |
+
cvxopt==1.3.2
|
| 62 |
+
cymem==2.0.8
|
| 63 |
+
Cython==0.29.30
|
| 64 |
+
dataclasses==0.6
|
| 65 |
+
dataclasses-json==0.6.4
|
| 66 |
+
datasets==2.19.0
|
| 67 |
+
deepdiff==7.0.1
|
| 68 |
+
Deprecated==1.2.14
|
| 69 |
+
deprecation==2.1.0
|
| 70 |
+
dill==0.3.8
|
| 71 |
+
distro==1.9.0
|
| 72 |
+
dm-tree==0.1.8
|
| 73 |
+
dnspython==2.6.1
|
| 74 |
+
docstring_parser==0.17.0
|
| 75 |
+
docutils==0.15.2
|
| 76 |
+
dotenv==0.9.9
|
| 77 |
+
duckduckgo-search==3.9.9
|
| 78 |
+
editdistance==0.6.0
|
| 79 |
+
effdet==0.4.1
|
| 80 |
+
einops==0.7.0
|
| 81 |
+
email-validator==2.3.0
|
| 82 |
+
emoji==2.11.1
|
| 83 |
+
equinox==0.10.4
|
| 84 |
+
et-xmlfile==1.1.0
|
| 85 |
+
eval_type_backport==0.2.2
|
| 86 |
+
exceptiongroup==1.2.1
|
| 87 |
+
fairseq==0.10.2
|
| 88 |
+
faiss-cpu==1.7.4
|
| 89 |
+
faiss-gpu==1.7.2
|
| 90 |
+
fancy-einsum==0.0.3
|
| 91 |
+
fastapi==0.115.14
|
| 92 |
+
fastapi-sso==0.16.0
|
| 93 |
+
fastavro==1.9.4
|
| 94 |
+
fastuuid==0.13.5
|
| 95 |
+
fbpca==1.0
|
| 96 |
+
feedparser==6.0.10
|
| 97 |
+
ffmpy==0.3.2
|
| 98 |
+
filelock==3.16.1
|
| 99 |
+
filetype==1.2.0
|
| 100 |
+
finch-clust @ git+https://github.com/ssarfraz/FINCH-Clustering.git@b18166999af5f93c66edba8bdbae096f8795e82c
|
| 101 |
+
flaky==3.7.0
|
| 102 |
+
Flask-Cors==3.0.10
|
| 103 |
+
frozenlist==1.4.1
|
| 104 |
+
fschat==0.2.35
|
| 105 |
+
fsspec==2025.3.0
|
| 106 |
+
ftfy==6.0.3
|
| 107 |
+
future==0.18.2
|
| 108 |
+
fuzzywuzzy==0.18.0
|
| 109 |
+
gdown==5.2.0
|
| 110 |
+
geosketch==1.3
|
| 111 |
+
geotorch==0.3.0
|
| 112 |
+
get-annotations==0.1.2
|
| 113 |
+
gevent==21.12.0
|
| 114 |
+
gitdb==4.0.11
|
| 115 |
+
GitPython==3.1.43
|
| 116 |
+
google-pasta==0.2.0
|
| 117 |
+
googleapis-common-protos==1.63.0
|
| 118 |
+
gpustat==1.1.1
|
| 119 |
+
gpytorch==1.10
|
| 120 |
+
gradio_client==0.16.0
|
| 121 |
+
graphlib_backport==1.1.0
|
| 122 |
+
greenlet==1.1.2
|
| 123 |
+
gunicorn==23.0.0
|
| 124 |
+
h11==0.14.0
|
| 125 |
+
h2==4.1.0
|
| 126 |
+
hf-xet==1.2.0
|
| 127 |
+
hf_transfer==0.1.9
|
| 128 |
+
hpack==4.0.0
|
| 129 |
+
httpcore==1.0.5
|
| 130 |
+
httptools==0.6.1
|
| 131 |
+
httpx==0.28.1
|
| 132 |
+
httpx-sse==0.4.0
|
| 133 |
+
huggingface_hub==0.36.1
|
| 134 |
+
humanfriendly==10.0
|
| 135 |
+
hyperframe==6.0.1
|
| 136 |
+
icetk==0.0.4
|
| 137 |
+
idna==3.10
|
| 138 |
+
igraph==0.11.8
|
| 139 |
+
imageio==2.35.1
|
| 140 |
+
imagesize==1.3.0
|
| 141 |
+
imgaug==0.4.0
|
| 142 |
+
importlib-metadata==7.0.0
|
| 143 |
+
importlib_resources==6.4.5
|
| 144 |
+
inequalipy==1.0.5
|
| 145 |
+
iniconfig==1.1.1
|
| 146 |
+
inquirerpy==0.3.4
|
| 147 |
+
iopath==0.1.10
|
| 148 |
+
isodate==0.7.2
|
| 149 |
+
itsdangerous==2.0.1
|
| 150 |
+
jax==0.4.13
|
| 151 |
+
jaxlib==0.4.13
|
| 152 |
+
jaxtyping==0.2.19
|
| 153 |
+
Jinja2==3.1.6
|
| 154 |
+
jiter==0.9.1
|
| 155 |
+
jmespath==0.10.0
|
| 156 |
+
joblib==1.4.2
|
| 157 |
+
jsonnet==0.17.0
|
| 158 |
+
jsonpatch==1.33
|
| 159 |
+
jsonpath-python==1.0.6
|
| 160 |
+
jsonpickle==2.0.0
|
| 161 |
+
jsonschema==4.23.0
|
| 162 |
+
jsonschema-specifications==2023.12.1
|
| 163 |
+
kaggle==1.7.4.5
|
| 164 |
+
Keras-Preprocessing==1.1.2
|
| 165 |
+
kubernetes==29.0.0
|
| 166 |
+
langchain==0.1.16
|
| 167 |
+
langchain-community==0.0.34
|
| 168 |
+
langchain-core==0.1.46
|
| 169 |
+
langchain-experimental==0.0.57
|
| 170 |
+
langchain-text-splitters==0.0.1
|
| 171 |
+
langcodes==3.4.0
|
| 172 |
+
langdetect==1.0.9
|
| 173 |
+
langsmith==0.1.51
|
| 174 |
+
language_data==1.2.0
|
| 175 |
+
layoutparser==0.3.4
|
| 176 |
+
lazy_loader==0.4
|
| 177 |
+
leidenalg==0.10.2
|
| 178 |
+
Levenshtein==0.25.1
|
| 179 |
+
linear-operator==0.4.0
|
| 180 |
+
litellm==1.77.4
|
| 181 |
+
litellm-enterprise==0.1.20
|
| 182 |
+
litellm-proxy-extras==0.2.19
|
| 183 |
+
llama-index==0.9.35
|
| 184 |
+
llvmlite==0.41.1
|
| 185 |
+
lmdb==1.7.3
|
| 186 |
+
lxml==5.2.1
|
| 187 |
+
madoka==0.7.1
|
| 188 |
+
marisa-trie==1.1.0
|
| 189 |
+
Markdown==3.3.6
|
| 190 |
+
markdown-it-py==3.0.0
|
| 191 |
+
markdown2==2.4.13
|
| 192 |
+
markdownify==0.11.6
|
| 193 |
+
MarkupSafe==2.1.5
|
| 194 |
+
marshmallow==3.21.1
|
| 195 |
+
mdtex2html==1.3.0
|
| 196 |
+
mdurl==0.1.2
|
| 197 |
+
metaphor-python==0.1.23
|
| 198 |
+
ml-dtypes==0.2.0
|
| 199 |
+
monotonic==1.6
|
| 200 |
+
mpmath==1.3.0
|
| 201 |
+
mrcfile==1.5.4
|
| 202 |
+
msal==1.36.0
|
| 203 |
+
msal-extensions==1.3.0
|
| 204 |
+
msg-parser==1.2.0
|
| 205 |
+
msgpack==1.0.8
|
| 206 |
+
msgpack-numpy==0.4.3.2
|
| 207 |
+
multidict==6.0.5
|
| 208 |
+
multipledispatch==1.0.0
|
| 209 |
+
multiprocess==0.70.16
|
| 210 |
+
murmurhash==1.0.10
|
| 211 |
+
mypy-extensions==1.0.0
|
| 212 |
+
narwhals==1.42.1
|
| 213 |
+
natsort==8.4.0
|
| 214 |
+
nest-asyncio==1.6.0
|
| 215 |
+
netCDF4==1.7.2
|
| 216 |
+
neuroHarmonize==2.4.5
|
| 217 |
+
nh3==0.2.17
|
| 218 |
+
ninja==1.11.1.1
|
| 219 |
+
nltk==3.8.1
|
| 220 |
+
numba==0.58.1
|
| 221 |
+
numexpr==2.8.6
|
| 222 |
+
numpoly==1.0.6
|
| 223 |
+
numpy==1.24.4
|
| 224 |
+
numpydoc==1.1.0
|
| 225 |
+
nvidia-ml-py==12.535.133
|
| 226 |
+
nvitop==1.3.2
|
| 227 |
+
oauthlib==3.2.2
|
| 228 |
+
onnx==1.16.0
|
| 229 |
+
onnxruntime==1.15.1
|
| 230 |
+
openai==1.101.0
|
| 231 |
+
openpyxl==3.0.9
|
| 232 |
+
opentelemetry-api==1.24.0
|
| 233 |
+
opentelemetry-exporter-otlp-proto-common==1.24.0
|
| 234 |
+
opentelemetry-exporter-otlp-proto-grpc==1.24.0
|
| 235 |
+
opentelemetry-proto==1.24.0
|
| 236 |
+
opentelemetry-sdk==1.24.0
|
| 237 |
+
opentelemetry-semantic-conventions==0.45b0
|
| 238 |
+
opt-einsum==3.3.0
|
| 239 |
+
optax==0.1.5
|
| 240 |
+
ordered-set==4.1.0
|
| 241 |
+
orjson==3.10.1
|
| 242 |
+
overrides==7.7.0
|
| 243 |
+
packaging==26.2
|
| 244 |
+
pandas==2.0.3
|
| 245 |
+
pandas-stubs==1.2.0.45
|
| 246 |
+
parsimonious==0.8.1
|
| 247 |
+
pathlib==1.0.1
|
| 248 |
+
patsy==1.0.1
|
| 249 |
+
pdf2image==1.17.0
|
| 250 |
+
pfzy==0.3.4
|
| 251 |
+
PICOS==2.6.1
|
| 252 |
+
pikepdf==8.4.1
|
| 253 |
+
pip-search==0.0.12
|
| 254 |
+
pkgutil_resolve_name==1.3.10
|
| 255 |
+
plac==0.9.6
|
| 256 |
+
plotly==6.3.0
|
| 257 |
+
pluggy==1.5.0
|
| 258 |
+
ply==3.11
|
| 259 |
+
pondpond==1.4.1
|
| 260 |
+
pooch==1.8.2
|
| 261 |
+
portalocker==2.4.0
|
| 262 |
+
posthog==3.5.0
|
| 263 |
+
preshed==3.0.9
|
| 264 |
+
prettytable==3.11.0
|
| 265 |
+
primer3-py==2.2.0
|
| 266 |
+
prompt-toolkit==3.0.43
|
| 267 |
+
propcache==0.2.0
|
| 268 |
+
PuLP==3.1.1
|
| 269 |
+
pulsar-client==3.5.0
|
| 270 |
+
pyarrow==17.0.0
|
| 271 |
+
pyarrow-hotfix==0.6
|
| 272 |
+
pyclipper==1.3.0.post5
|
| 273 |
+
pycocotools==2.0.7
|
| 274 |
+
pycparser==2.21
|
| 275 |
+
pydantic==2.10.6
|
| 276 |
+
pydantic_core==2.27.2
|
| 277 |
+
pydeck==0.9.0b1
|
| 278 |
+
pyDOE2==1.3.0
|
| 279 |
+
pydub==0.25.1
|
| 280 |
+
pyfaidx==0.9.0.1
|
| 281 |
+
Pygments==2.19.2
|
| 282 |
+
PyJWT==2.8.0
|
| 283 |
+
pymodbus==3.6.9
|
| 284 |
+
PyMuPDF==1.23.16
|
| 285 |
+
PyMuPDFb==1.23.9
|
| 286 |
+
PyNaCl==1.6.2
|
| 287 |
+
pynndescent==0.5.13
|
| 288 |
+
Pyomo==6.8.2
|
| 289 |
+
pyOpenSSL==24.1.0
|
| 290 |
+
pypandoc==1.13
|
| 291 |
+
pypdf==4.2.0
|
| 292 |
+
pypdfium2==4.29.0
|
| 293 |
+
PyPika==0.48.9
|
| 294 |
+
PyQt5==5.15.7
|
| 295 |
+
PyQt5-Qt5==5.15.17
|
| 296 |
+
PyQt5_sip==12.15.0
|
| 297 |
+
pyro-api==0.1.2
|
| 298 |
+
pyro-ppl==1.9.1
|
| 299 |
+
pysam==0.23.3
|
| 300 |
+
PySocks==1.7.1
|
| 301 |
+
pysqlite3-binary==0.5.2.post3
|
| 302 |
+
pystan==2.19.1.1
|
| 303 |
+
pytesseract==0.3.10
|
| 304 |
+
pytest-cov==5.0.0
|
| 305 |
+
python-dateutil==2.9.0.post0
|
| 306 |
+
python-decouple==3.8
|
| 307 |
+
python-docx==1.1.0
|
| 308 |
+
python-dotenv==1.0.1
|
| 309 |
+
python-iso639==2024.4.27
|
| 310 |
+
python-Levenshtein==0.25.1
|
| 311 |
+
python-multipart==0.0.18
|
| 312 |
+
python-pptx==0.6.23
|
| 313 |
+
python-slugify==8.0.4
|
| 314 |
+
pytorch-pretrained-bert==0.6.2
|
| 315 |
+
pytz==2025.2
|
| 316 |
+
pyvista==0.44.2
|
| 317 |
+
PyWavelets==1.4.1
|
| 318 |
+
PyYAML==6.0.3
|
| 319 |
+
quantile-python==1.1
|
| 320 |
+
rapidfuzz==3.8.1
|
| 321 |
+
rapidocr-onnxruntime==1.3.8
|
| 322 |
+
ray==2.10.0
|
| 323 |
+
rdkit==2024.3.5
|
| 324 |
+
redis==6.1.1
|
| 325 |
+
referencing==0.35.1
|
| 326 |
+
regex==2022.4.24
|
| 327 |
+
requests==2.32.4
|
| 328 |
+
requests-oauthlib==1.3.0
|
| 329 |
+
responses==0.16.0
|
| 330 |
+
rich==13.7.1
|
| 331 |
+
rouge-score==0.1.2
|
| 332 |
+
rpds-py==0.20.1
|
| 333 |
+
rq==2.3.3
|
| 334 |
+
rsa==4.7.2
|
| 335 |
+
ruff==0.4.2
|
| 336 |
+
rustworkx==0.15.1
|
| 337 |
+
s3transfer==0.11.3
|
| 338 |
+
sacrebleu==2.1.0
|
| 339 |
+
sacremoses==0.0.46
|
| 340 |
+
safetensors==0.4.3
|
| 341 |
+
scipy==1.10.1
|
| 342 |
+
scooby==0.10.1
|
| 343 |
+
seaborn==0.13.2
|
| 344 |
+
semantic-version==2.10.0
|
| 345 |
+
sentence-transformers==2.2.2
|
| 346 |
+
sentencepiece==0.1.91
|
| 347 |
+
sentry-sdk==2.39.0
|
| 348 |
+
session_info==1.0.1
|
| 349 |
+
sgmllib3k==1.0.0
|
| 350 |
+
shapely==2.0.4
|
| 351 |
+
shellingham==1.5.4
|
| 352 |
+
shortuuid==1.0.13
|
| 353 |
+
six==1.17.0
|
| 354 |
+
smart-open==6.4.0
|
| 355 |
+
smmap==5.0.1
|
| 356 |
+
sniffio==1.3.1
|
| 357 |
+
snowballstemmer==2.2.0
|
| 358 |
+
sobol-seq==0.2.0
|
| 359 |
+
socksio==1.0.0
|
| 360 |
+
soupsieve==2.5
|
| 361 |
+
spacy-legacy==3.0.12
|
| 362 |
+
spacy-loggers==1.0.5
|
| 363 |
+
Sphinx==4.3.1
|
| 364 |
+
sphinxcontrib-applehelp==1.0.2
|
| 365 |
+
sphinxcontrib-devhelp==1.0.2
|
| 366 |
+
sphinxcontrib-htmlhelp==2.0.0
|
| 367 |
+
sphinxcontrib-jsmath==1.0.1
|
| 368 |
+
sphinxcontrib-qthelp==1.0.3
|
| 369 |
+
sphinxcontrib-serializinghtml==1.1.5
|
| 370 |
+
SQLAlchemy==2.0.19
|
| 371 |
+
sqlparse==0.4.2
|
| 372 |
+
sse-starlette==1.8.2
|
| 373 |
+
starlette==0.44.0
|
| 374 |
+
statsmodels==0.14.1
|
| 375 |
+
stdlib-list==0.10.0
|
| 376 |
+
streamlit==1.30.0
|
| 377 |
+
streamlit-aggrid==0.3.4.post3
|
| 378 |
+
streamlit-antd-components==0.3.1
|
| 379 |
+
streamlit-chatbox==1.1.11
|
| 380 |
+
streamlit-feedback==0.1.3
|
| 381 |
+
streamlit-modal==0.1.0
|
| 382 |
+
streamlit-option-menu==0.3.12
|
| 383 |
+
strsimpy==0.2.1
|
| 384 |
+
svgwrite==1.4.3
|
| 385 |
+
sympy==1.13.3
|
| 386 |
+
tabnet @ git+https://github.com/titu1994/tf-TabNet.git@53b144b4dd47184c3ee891501dcd90fb37683ab7
|
| 387 |
+
tabulate==0.8.9
|
| 388 |
+
tenacity==8.2.3
|
| 389 |
+
tensorboard-plugin-wit==1.8.0
|
| 390 |
+
tensorboardX==2.4.1
|
| 391 |
+
text-unidecode==1.3
|
| 392 |
+
texttable==1.7.0
|
| 393 |
+
thefuzz==0.22.1
|
| 394 |
+
threadpoolctl==3.5.0
|
| 395 |
+
tifffile==2023.7.10
|
| 396 |
+
tiktoken==0.7.0
|
| 397 |
+
timm==0.9.16
|
| 398 |
+
tk==0.1.0
|
| 399 |
+
tokenizers==0.20.3
|
| 400 |
+
toml==0.10.2
|
| 401 |
+
tomlkit==0.12.0
|
| 402 |
+
toolz==0.12.1
|
| 403 |
+
torch==2.1.2+cpu
|
| 404 |
+
torch-geometric==2.6.1
|
| 405 |
+
torchaudio==2.1.2+cu118
|
| 406 |
+
torchtext==0.4.0
|
| 407 |
+
tornado==6.4
|
| 408 |
+
tqdm==4.67.1
|
| 409 |
+
transformer-lens==2.16.1
|
| 410 |
+
transformers==4.46.3
|
| 411 |
+
transformers-stream-generator==0.0.5
|
| 412 |
+
typed-argument-parser==1.10.1
|
| 413 |
+
typeguard==4.4.0
|
| 414 |
+
typer==0.9.4
|
| 415 |
+
types-requests==2.31.0.20240406
|
| 416 |
+
typing-inspect==0.9.0
|
| 417 |
+
typing-utils==0.1.0
|
| 418 |
+
typing_extensions==4.13.2
|
| 419 |
+
tzdata==2024.1
|
| 420 |
+
tzlocal==5.2
|
| 421 |
+
umap-learn==0.5.7
|
| 422 |
+
Unidecode==1.3.2
|
| 423 |
+
unittest-xml-reporting==3.2.0
|
| 424 |
+
unstructured==0.11.0
|
| 425 |
+
unstructured-client==0.22.0
|
| 426 |
+
unstructured-inference==0.7.15
|
| 427 |
+
unstructured.pytesseract==0.3.12
|
| 428 |
+
urllib3==2.2.3
|
| 429 |
+
uvicorn==0.29.0
|
| 430 |
+
uvloop==0.21.0
|
| 431 |
+
validators==0.28.1
|
| 432 |
+
vllm==0.2.7
|
| 433 |
+
vtk==9.3.1
|
| 434 |
+
wandb==0.22.0
|
| 435 |
+
watchdog==3.0.0
|
| 436 |
+
watchfiles==0.21.0
|
| 437 |
+
wavedrom==2.0.3.post3
|
| 438 |
+
weasel==0.3.4
|
| 439 |
+
websocket-client==1.8.0
|
| 440 |
+
websockets==13.1
|
| 441 |
+
Werkzeug==2.0.2
|
| 442 |
+
word2number==1.1
|
| 443 |
+
xlrd==2.0.1
|
| 444 |
+
XlsxWriter==3.0.2
|
| 445 |
+
xxhash==2.0.2
|
| 446 |
+
Yapsy==1.12.2
|
| 447 |
+
yarl==1.15.2
|
| 448 |
+
youtube-search==2.1.2
|
| 449 |
+
zipp==3.20.2
|
| 450 |
+
zope.event==4.5.0
|
| 451 |
+
zstandard==0.23.0
|
configs/061_test/pip-freeze.txt
ADDED
|
@@ -0,0 +1,451 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
absl-py==2.3.1
|
| 2 |
+
accelerate==0.24.1
|
| 3 |
+
aiofiles==23.2.1
|
| 4 |
+
aiohappyeyeballs==2.4.4
|
| 5 |
+
aiohttp==3.10.11
|
| 6 |
+
aioprometheus==23.12.0
|
| 7 |
+
aiosignal==1.3.1
|
| 8 |
+
alabaster==0.7.12
|
| 9 |
+
allennlp==0.8.4
|
| 10 |
+
altair==5.3.0
|
| 11 |
+
annotated-types==0.6.0
|
| 12 |
+
anyio==3.7.1
|
| 13 |
+
APScheduler==3.11.2
|
| 14 |
+
arxiv==2.1.0
|
| 15 |
+
astunparse==1.6.3
|
| 16 |
+
async-timeout==4.0.3
|
| 17 |
+
attrs==25.3.0
|
| 18 |
+
autograd==1.7.0
|
| 19 |
+
autoray==0.6.12
|
| 20 |
+
awscli==1.32.93
|
| 21 |
+
azure-core==1.33.0
|
| 22 |
+
azure-identity==1.21.0
|
| 23 |
+
azure-storage-blob==12.26.0
|
| 24 |
+
Babel==2.9.1
|
| 25 |
+
backoff==2.2.1
|
| 26 |
+
backports.zoneinfo==0.2.1
|
| 27 |
+
bcrypt==4.1.2
|
| 28 |
+
beartype==0.14.1
|
| 29 |
+
better-abc==0.0.3
|
| 30 |
+
biopython==1.83
|
| 31 |
+
bitarray==2.5.1
|
| 32 |
+
bitsandbytes==0.43.1
|
| 33 |
+
blessed==1.20.0
|
| 34 |
+
blis==0.7.11
|
| 35 |
+
boto3==1.36.0
|
| 36 |
+
botocore==1.36.26
|
| 37 |
+
botorch==0.8.5
|
| 38 |
+
bpl==0.1.1
|
| 39 |
+
Brotli==1.1.0
|
| 40 |
+
bs4==0.0.2
|
| 41 |
+
cachetools==4.2.4
|
| 42 |
+
certifi==2026.2.25
|
| 43 |
+
cffi==1.15.0
|
| 44 |
+
cftime==1.6.4.post1
|
| 45 |
+
chaospy==3.3.9
|
| 46 |
+
charset-normalizer==3.4.7
|
| 47 |
+
chex==0.1.7
|
| 48 |
+
chroma-hnswlib==0.7.3
|
| 49 |
+
chromadb==0.4.15
|
| 50 |
+
click==8.1.7
|
| 51 |
+
cloudpathlib==0.16.0
|
| 52 |
+
cobra==0.29.1
|
| 53 |
+
cohere==5.3.3
|
| 54 |
+
coloredlogs==15.0.1
|
| 55 |
+
confection==0.1.4
|
| 56 |
+
ConfigArgParse==1.5.3
|
| 57 |
+
conllu==0.11
|
| 58 |
+
coverage==7.6.1
|
| 59 |
+
cpm-kernels==1.0.11
|
| 60 |
+
cryptography==42.0.5
|
| 61 |
+
cvxopt==1.3.2
|
| 62 |
+
cymem==2.0.8
|
| 63 |
+
Cython==0.29.30
|
| 64 |
+
dataclasses==0.6
|
| 65 |
+
dataclasses-json==0.6.4
|
| 66 |
+
datasets==2.19.0
|
| 67 |
+
deepdiff==7.0.1
|
| 68 |
+
Deprecated==1.2.14
|
| 69 |
+
deprecation==2.1.0
|
| 70 |
+
dill==0.3.8
|
| 71 |
+
distro==1.9.0
|
| 72 |
+
dm-tree==0.1.8
|
| 73 |
+
dnspython==2.6.1
|
| 74 |
+
docstring_parser==0.17.0
|
| 75 |
+
docutils==0.15.2
|
| 76 |
+
dotenv==0.9.9
|
| 77 |
+
duckduckgo-search==3.9.9
|
| 78 |
+
editdistance==0.6.0
|
| 79 |
+
effdet==0.4.1
|
| 80 |
+
einops==0.7.0
|
| 81 |
+
email-validator==2.3.0
|
| 82 |
+
emoji==2.11.1
|
| 83 |
+
equinox==0.10.4
|
| 84 |
+
et-xmlfile==1.1.0
|
| 85 |
+
eval_type_backport==0.2.2
|
| 86 |
+
exceptiongroup==1.2.1
|
| 87 |
+
fairseq==0.10.2
|
| 88 |
+
faiss-cpu==1.7.4
|
| 89 |
+
faiss-gpu==1.7.2
|
| 90 |
+
fancy-einsum==0.0.3
|
| 91 |
+
fastapi==0.115.14
|
| 92 |
+
fastapi-sso==0.16.0
|
| 93 |
+
fastavro==1.9.4
|
| 94 |
+
fastuuid==0.13.5
|
| 95 |
+
fbpca==1.0
|
| 96 |
+
feedparser==6.0.10
|
| 97 |
+
ffmpy==0.3.2
|
| 98 |
+
filelock==3.16.1
|
| 99 |
+
filetype==1.2.0
|
| 100 |
+
finch-clust @ git+https://github.com/ssarfraz/FINCH-Clustering.git@b18166999af5f93c66edba8bdbae096f8795e82c
|
| 101 |
+
flaky==3.7.0
|
| 102 |
+
Flask-Cors==3.0.10
|
| 103 |
+
frozenlist==1.4.1
|
| 104 |
+
fschat==0.2.35
|
| 105 |
+
fsspec==2025.3.0
|
| 106 |
+
ftfy==6.0.3
|
| 107 |
+
future==0.18.2
|
| 108 |
+
fuzzywuzzy==0.18.0
|
| 109 |
+
gdown==5.2.0
|
| 110 |
+
geosketch==1.3
|
| 111 |
+
geotorch==0.3.0
|
| 112 |
+
get-annotations==0.1.2
|
| 113 |
+
gevent==21.12.0
|
| 114 |
+
gitdb==4.0.11
|
| 115 |
+
GitPython==3.1.43
|
| 116 |
+
google-pasta==0.2.0
|
| 117 |
+
googleapis-common-protos==1.63.0
|
| 118 |
+
gpustat==1.1.1
|
| 119 |
+
gpytorch==1.10
|
| 120 |
+
gradio_client==0.16.0
|
| 121 |
+
graphlib_backport==1.1.0
|
| 122 |
+
greenlet==1.1.2
|
| 123 |
+
gunicorn==23.0.0
|
| 124 |
+
h11==0.14.0
|
| 125 |
+
h2==4.1.0
|
| 126 |
+
hf-xet==1.2.0
|
| 127 |
+
hf_transfer==0.1.9
|
| 128 |
+
hpack==4.0.0
|
| 129 |
+
httpcore==1.0.5
|
| 130 |
+
httptools==0.6.1
|
| 131 |
+
httpx==0.28.1
|
| 132 |
+
httpx-sse==0.4.0
|
| 133 |
+
huggingface_hub==0.36.1
|
| 134 |
+
humanfriendly==10.0
|
| 135 |
+
hyperframe==6.0.1
|
| 136 |
+
icetk==0.0.4
|
| 137 |
+
idna==3.10
|
| 138 |
+
igraph==0.11.8
|
| 139 |
+
imageio==2.35.1
|
| 140 |
+
imagesize==1.3.0
|
| 141 |
+
imgaug==0.4.0
|
| 142 |
+
importlib-metadata==7.0.0
|
| 143 |
+
importlib_resources==6.4.5
|
| 144 |
+
inequalipy==1.0.5
|
| 145 |
+
iniconfig==1.1.1
|
| 146 |
+
inquirerpy==0.3.4
|
| 147 |
+
iopath==0.1.10
|
| 148 |
+
isodate==0.7.2
|
| 149 |
+
itsdangerous==2.0.1
|
| 150 |
+
jax==0.4.13
|
| 151 |
+
jaxlib==0.4.13
|
| 152 |
+
jaxtyping==0.2.19
|
| 153 |
+
Jinja2==3.1.6
|
| 154 |
+
jiter==0.9.1
|
| 155 |
+
jmespath==0.10.0
|
| 156 |
+
joblib==1.4.2
|
| 157 |
+
jsonnet==0.17.0
|
| 158 |
+
jsonpatch==1.33
|
| 159 |
+
jsonpath-python==1.0.6
|
| 160 |
+
jsonpickle==2.0.0
|
| 161 |
+
jsonschema==4.23.0
|
| 162 |
+
jsonschema-specifications==2023.12.1
|
| 163 |
+
kaggle==1.7.4.5
|
| 164 |
+
Keras-Preprocessing==1.1.2
|
| 165 |
+
kubernetes==29.0.0
|
| 166 |
+
langchain==0.1.16
|
| 167 |
+
langchain-community==0.0.34
|
| 168 |
+
langchain-core==0.1.46
|
| 169 |
+
langchain-experimental==0.0.57
|
| 170 |
+
langchain-text-splitters==0.0.1
|
| 171 |
+
langcodes==3.4.0
|
| 172 |
+
langdetect==1.0.9
|
| 173 |
+
langsmith==0.1.51
|
| 174 |
+
language_data==1.2.0
|
| 175 |
+
layoutparser==0.3.4
|
| 176 |
+
lazy_loader==0.4
|
| 177 |
+
leidenalg==0.10.2
|
| 178 |
+
Levenshtein==0.25.1
|
| 179 |
+
linear-operator==0.4.0
|
| 180 |
+
litellm==1.77.4
|
| 181 |
+
litellm-enterprise==0.1.20
|
| 182 |
+
litellm-proxy-extras==0.2.19
|
| 183 |
+
llama-index==0.9.35
|
| 184 |
+
llvmlite==0.41.1
|
| 185 |
+
lmdb==1.7.3
|
| 186 |
+
lxml==5.2.1
|
| 187 |
+
madoka==0.7.1
|
| 188 |
+
marisa-trie==1.1.0
|
| 189 |
+
Markdown==3.3.6
|
| 190 |
+
markdown-it-py==3.0.0
|
| 191 |
+
markdown2==2.4.13
|
| 192 |
+
markdownify==0.11.6
|
| 193 |
+
MarkupSafe==2.1.5
|
| 194 |
+
marshmallow==3.21.1
|
| 195 |
+
mdtex2html==1.3.0
|
| 196 |
+
mdurl==0.1.2
|
| 197 |
+
metaphor-python==0.1.23
|
| 198 |
+
ml-dtypes==0.2.0
|
| 199 |
+
monotonic==1.6
|
| 200 |
+
mpmath==1.3.0
|
| 201 |
+
mrcfile==1.5.4
|
| 202 |
+
msal==1.36.0
|
| 203 |
+
msal-extensions==1.3.0
|
| 204 |
+
msg-parser==1.2.0
|
| 205 |
+
msgpack==1.0.8
|
| 206 |
+
msgpack-numpy==0.4.3.2
|
| 207 |
+
multidict==6.0.5
|
| 208 |
+
multipledispatch==1.0.0
|
| 209 |
+
multiprocess==0.70.16
|
| 210 |
+
murmurhash==1.0.10
|
| 211 |
+
mypy-extensions==1.0.0
|
| 212 |
+
narwhals==1.42.1
|
| 213 |
+
natsort==8.4.0
|
| 214 |
+
nest-asyncio==1.6.0
|
| 215 |
+
netCDF4==1.7.2
|
| 216 |
+
neuroHarmonize==2.4.5
|
| 217 |
+
nh3==0.2.17
|
| 218 |
+
ninja==1.11.1.1
|
| 219 |
+
nltk==3.8.1
|
| 220 |
+
numba==0.58.1
|
| 221 |
+
numexpr==2.8.6
|
| 222 |
+
numpoly==1.0.6
|
| 223 |
+
numpy==1.24.4
|
| 224 |
+
numpydoc==1.1.0
|
| 225 |
+
nvidia-ml-py==12.535.133
|
| 226 |
+
nvitop==1.3.2
|
| 227 |
+
oauthlib==3.2.2
|
| 228 |
+
onnx==1.16.0
|
| 229 |
+
onnxruntime==1.15.1
|
| 230 |
+
openai==1.101.0
|
| 231 |
+
openpyxl==3.0.9
|
| 232 |
+
opentelemetry-api==1.24.0
|
| 233 |
+
opentelemetry-exporter-otlp-proto-common==1.24.0
|
| 234 |
+
opentelemetry-exporter-otlp-proto-grpc==1.24.0
|
| 235 |
+
opentelemetry-proto==1.24.0
|
| 236 |
+
opentelemetry-sdk==1.24.0
|
| 237 |
+
opentelemetry-semantic-conventions==0.45b0
|
| 238 |
+
opt-einsum==3.3.0
|
| 239 |
+
optax==0.1.5
|
| 240 |
+
ordered-set==4.1.0
|
| 241 |
+
orjson==3.10.1
|
| 242 |
+
overrides==7.7.0
|
| 243 |
+
packaging==26.2
|
| 244 |
+
pandas==2.0.3
|
| 245 |
+
pandas-stubs==1.2.0.45
|
| 246 |
+
parsimonious==0.8.1
|
| 247 |
+
pathlib==1.0.1
|
| 248 |
+
patsy==1.0.1
|
| 249 |
+
pdf2image==1.17.0
|
| 250 |
+
pfzy==0.3.4
|
| 251 |
+
PICOS==2.6.1
|
| 252 |
+
pikepdf==8.4.1
|
| 253 |
+
pip-search==0.0.12
|
| 254 |
+
pkgutil_resolve_name==1.3.10
|
| 255 |
+
plac==0.9.6
|
| 256 |
+
plotly==6.3.0
|
| 257 |
+
pluggy==1.5.0
|
| 258 |
+
ply==3.11
|
| 259 |
+
pondpond==1.4.1
|
| 260 |
+
pooch==1.8.2
|
| 261 |
+
portalocker==2.4.0
|
| 262 |
+
posthog==3.5.0
|
| 263 |
+
preshed==3.0.9
|
| 264 |
+
prettytable==3.11.0
|
| 265 |
+
primer3-py==2.2.0
|
| 266 |
+
prompt-toolkit==3.0.43
|
| 267 |
+
propcache==0.2.0
|
| 268 |
+
PuLP==3.1.1
|
| 269 |
+
pulsar-client==3.5.0
|
| 270 |
+
pyarrow==17.0.0
|
| 271 |
+
pyarrow-hotfix==0.6
|
| 272 |
+
pyclipper==1.3.0.post5
|
| 273 |
+
pycocotools==2.0.7
|
| 274 |
+
pycparser==2.21
|
| 275 |
+
pydantic==2.10.6
|
| 276 |
+
pydantic_core==2.27.2
|
| 277 |
+
pydeck==0.9.0b1
|
| 278 |
+
pyDOE2==1.3.0
|
| 279 |
+
pydub==0.25.1
|
| 280 |
+
pyfaidx==0.9.0.1
|
| 281 |
+
Pygments==2.19.2
|
| 282 |
+
PyJWT==2.8.0
|
| 283 |
+
pymodbus==3.6.9
|
| 284 |
+
PyMuPDF==1.23.16
|
| 285 |
+
PyMuPDFb==1.23.9
|
| 286 |
+
PyNaCl==1.6.2
|
| 287 |
+
pynndescent==0.5.13
|
| 288 |
+
Pyomo==6.8.2
|
| 289 |
+
pyOpenSSL==24.1.0
|
| 290 |
+
pypandoc==1.13
|
| 291 |
+
pypdf==4.2.0
|
| 292 |
+
pypdfium2==4.29.0
|
| 293 |
+
PyPika==0.48.9
|
| 294 |
+
PyQt5==5.15.7
|
| 295 |
+
PyQt5-Qt5==5.15.17
|
| 296 |
+
PyQt5_sip==12.15.0
|
| 297 |
+
pyro-api==0.1.2
|
| 298 |
+
pyro-ppl==1.9.1
|
| 299 |
+
pysam==0.23.3
|
| 300 |
+
PySocks==1.7.1
|
| 301 |
+
pysqlite3-binary==0.5.2.post3
|
| 302 |
+
pystan==2.19.1.1
|
| 303 |
+
pytesseract==0.3.10
|
| 304 |
+
pytest-cov==5.0.0
|
| 305 |
+
python-dateutil==2.9.0.post0
|
| 306 |
+
python-decouple==3.8
|
| 307 |
+
python-docx==1.1.0
|
| 308 |
+
python-dotenv==1.0.1
|
| 309 |
+
python-iso639==2024.4.27
|
| 310 |
+
python-Levenshtein==0.25.1
|
| 311 |
+
python-multipart==0.0.18
|
| 312 |
+
python-pptx==0.6.23
|
| 313 |
+
python-slugify==8.0.4
|
| 314 |
+
pytorch-pretrained-bert==0.6.2
|
| 315 |
+
pytz==2025.2
|
| 316 |
+
pyvista==0.44.2
|
| 317 |
+
PyWavelets==1.4.1
|
| 318 |
+
PyYAML==6.0.3
|
| 319 |
+
quantile-python==1.1
|
| 320 |
+
rapidfuzz==3.8.1
|
| 321 |
+
rapidocr-onnxruntime==1.3.8
|
| 322 |
+
ray==2.10.0
|
| 323 |
+
rdkit==2024.3.5
|
| 324 |
+
redis==6.1.1
|
| 325 |
+
referencing==0.35.1
|
| 326 |
+
regex==2022.4.24
|
| 327 |
+
requests==2.32.4
|
| 328 |
+
requests-oauthlib==1.3.0
|
| 329 |
+
responses==0.16.0
|
| 330 |
+
rich==13.7.1
|
| 331 |
+
rouge-score==0.1.2
|
| 332 |
+
rpds-py==0.20.1
|
| 333 |
+
rq==2.3.3
|
| 334 |
+
rsa==4.7.2
|
| 335 |
+
ruff==0.4.2
|
| 336 |
+
rustworkx==0.15.1
|
| 337 |
+
s3transfer==0.11.3
|
| 338 |
+
sacrebleu==2.1.0
|
| 339 |
+
sacremoses==0.0.46
|
| 340 |
+
safetensors==0.4.3
|
| 341 |
+
scipy==1.10.1
|
| 342 |
+
scooby==0.10.1
|
| 343 |
+
seaborn==0.13.2
|
| 344 |
+
semantic-version==2.10.0
|
| 345 |
+
sentence-transformers==2.2.2
|
| 346 |
+
sentencepiece==0.1.91
|
| 347 |
+
sentry-sdk==2.39.0
|
| 348 |
+
session_info==1.0.1
|
| 349 |
+
sgmllib3k==1.0.0
|
| 350 |
+
shapely==2.0.4
|
| 351 |
+
shellingham==1.5.4
|
| 352 |
+
shortuuid==1.0.13
|
| 353 |
+
six==1.17.0
|
| 354 |
+
smart-open==6.4.0
|
| 355 |
+
smmap==5.0.1
|
| 356 |
+
sniffio==1.3.1
|
| 357 |
+
snowballstemmer==2.2.0
|
| 358 |
+
sobol-seq==0.2.0
|
| 359 |
+
socksio==1.0.0
|
| 360 |
+
soupsieve==2.5
|
| 361 |
+
spacy-legacy==3.0.12
|
| 362 |
+
spacy-loggers==1.0.5
|
| 363 |
+
Sphinx==4.3.1
|
| 364 |
+
sphinxcontrib-applehelp==1.0.2
|
| 365 |
+
sphinxcontrib-devhelp==1.0.2
|
| 366 |
+
sphinxcontrib-htmlhelp==2.0.0
|
| 367 |
+
sphinxcontrib-jsmath==1.0.1
|
| 368 |
+
sphinxcontrib-qthelp==1.0.3
|
| 369 |
+
sphinxcontrib-serializinghtml==1.1.5
|
| 370 |
+
SQLAlchemy==2.0.19
|
| 371 |
+
sqlparse==0.4.2
|
| 372 |
+
sse-starlette==1.8.2
|
| 373 |
+
starlette==0.44.0
|
| 374 |
+
statsmodels==0.14.1
|
| 375 |
+
stdlib-list==0.10.0
|
| 376 |
+
streamlit==1.30.0
|
| 377 |
+
streamlit-aggrid==0.3.4.post3
|
| 378 |
+
streamlit-antd-components==0.3.1
|
| 379 |
+
streamlit-chatbox==1.1.11
|
| 380 |
+
streamlit-feedback==0.1.3
|
| 381 |
+
streamlit-modal==0.1.0
|
| 382 |
+
streamlit-option-menu==0.3.12
|
| 383 |
+
strsimpy==0.2.1
|
| 384 |
+
svgwrite==1.4.3
|
| 385 |
+
sympy==1.13.3
|
| 386 |
+
tabnet @ git+https://github.com/titu1994/tf-TabNet.git@53b144b4dd47184c3ee891501dcd90fb37683ab7
|
| 387 |
+
tabulate==0.8.9
|
| 388 |
+
tenacity==8.2.3
|
| 389 |
+
tensorboard-plugin-wit==1.8.0
|
| 390 |
+
tensorboardX==2.4.1
|
| 391 |
+
text-unidecode==1.3
|
| 392 |
+
texttable==1.7.0
|
| 393 |
+
thefuzz==0.22.1
|
| 394 |
+
threadpoolctl==3.5.0
|
| 395 |
+
tifffile==2023.7.10
|
| 396 |
+
tiktoken==0.7.0
|
| 397 |
+
timm==0.9.16
|
| 398 |
+
tk==0.1.0
|
| 399 |
+
tokenizers==0.20.3
|
| 400 |
+
toml==0.10.2
|
| 401 |
+
tomlkit==0.12.0
|
| 402 |
+
toolz==0.12.1
|
| 403 |
+
torch==2.1.2+cpu
|
| 404 |
+
torch-geometric==2.6.1
|
| 405 |
+
torchaudio==2.1.2+cu118
|
| 406 |
+
torchtext==0.4.0
|
| 407 |
+
tornado==6.4
|
| 408 |
+
tqdm==4.67.1
|
| 409 |
+
transformer-lens==2.16.1
|
| 410 |
+
transformers==4.46.3
|
| 411 |
+
transformers-stream-generator==0.0.5
|
| 412 |
+
typed-argument-parser==1.10.1
|
| 413 |
+
typeguard==4.4.0
|
| 414 |
+
typer==0.9.4
|
| 415 |
+
types-requests==2.31.0.20240406
|
| 416 |
+
typing-inspect==0.9.0
|
| 417 |
+
typing-utils==0.1.0
|
| 418 |
+
typing_extensions==4.13.2
|
| 419 |
+
tzdata==2024.1
|
| 420 |
+
tzlocal==5.2
|
| 421 |
+
umap-learn==0.5.7
|
| 422 |
+
Unidecode==1.3.2
|
| 423 |
+
unittest-xml-reporting==3.2.0
|
| 424 |
+
unstructured==0.11.0
|
| 425 |
+
unstructured-client==0.22.0
|
| 426 |
+
unstructured-inference==0.7.15
|
| 427 |
+
unstructured.pytesseract==0.3.12
|
| 428 |
+
urllib3==2.2.3
|
| 429 |
+
uvicorn==0.29.0
|
| 430 |
+
uvloop==0.21.0
|
| 431 |
+
validators==0.28.1
|
| 432 |
+
vllm==0.2.7
|
| 433 |
+
vtk==9.3.1
|
| 434 |
+
wandb==0.22.0
|
| 435 |
+
watchdog==3.0.0
|
| 436 |
+
watchfiles==0.21.0
|
| 437 |
+
wavedrom==2.0.3.post3
|
| 438 |
+
weasel==0.3.4
|
| 439 |
+
websocket-client==1.8.0
|
| 440 |
+
websockets==13.1
|
| 441 |
+
Werkzeug==2.0.2
|
| 442 |
+
word2number==1.1
|
| 443 |
+
xlrd==2.0.1
|
| 444 |
+
XlsxWriter==3.0.2
|
| 445 |
+
xxhash==2.0.2
|
| 446 |
+
Yapsy==1.12.2
|
| 447 |
+
yarl==1.15.2
|
| 448 |
+
youtube-search==2.1.2
|
| 449 |
+
zipp==3.20.2
|
| 450 |
+
zope.event==4.5.0
|
| 451 |
+
zstandard==0.23.0
|
configs/s41467_024_45642_z_test/env.yml
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: s41467_024_45642_z_test
|
| 2 |
+
channels:
|
| 3 |
+
- conda-forge
|
| 4 |
+
- defaults
|
| 5 |
+
dependencies:
|
| 6 |
+
- _libgcc_mutex=0.1
|
| 7 |
+
- _openmp_mutex=4.5
|
| 8 |
+
- bzip2=1.0.8
|
| 9 |
+
- ca-certificates=2025.8.3
|
| 10 |
+
- certifi=2024.2.2
|
| 11 |
+
- cycler=0.12.1
|
| 12 |
+
- freetype=2.14.1
|
| 13 |
+
- joblib=1.4.2
|
| 14 |
+
- kiwisolver=1.4.4
|
| 15 |
+
- lcms2=2.17
|
| 16 |
+
- ld_impl_linux-64=2.44
|
| 17 |
+
- lerc=4.0.0
|
| 18 |
+
- libblas=3.9.0
|
| 19 |
+
- libcblas=3.9.0
|
| 20 |
+
- libdeflate=1.24
|
| 21 |
+
- libffi=3.4.6
|
| 22 |
+
- libfreetype=2.14.1
|
| 23 |
+
- libfreetype6=2.14.1
|
| 24 |
+
- libgcc=15.1.0
|
| 25 |
+
- libgcc-ng=15.1.0
|
| 26 |
+
- libgfortran=15.1.0
|
| 27 |
+
- libgfortran-ng=15.1.0
|
| 28 |
+
- libgfortran5=15.1.0
|
| 29 |
+
- libgomp=15.1.0
|
| 30 |
+
- libjpeg-turbo=3.1.0
|
| 31 |
+
- liblapack=3.9.0
|
| 32 |
+
- liblzma=5.8.1
|
| 33 |
+
- liblzma-devel=5.8.1
|
| 34 |
+
- libnsl=2.0.1
|
| 35 |
+
- libopenblas=0.3.25
|
| 36 |
+
- libpng=1.6.50
|
| 37 |
+
- libsqlite=3.50.4
|
| 38 |
+
- libstdcxx=15.1.0
|
| 39 |
+
- libstdcxx-ng=15.1.0
|
| 40 |
+
- libtiff=4.7.1
|
| 41 |
+
- libuuid=2.38.1
|
| 42 |
+
- libwebp-base=1.6.0
|
| 43 |
+
- libxcb=1.17.0
|
| 44 |
+
- libxcrypt=4.4.36
|
| 45 |
+
- libzlib=1.3.1
|
| 46 |
+
- matplotlib-base=3.4.3
|
| 47 |
+
- ncurses=6.5
|
| 48 |
+
- networkx=2.8.8
|
| 49 |
+
- numpy=1.24.4
|
| 50 |
+
- openjpeg=2.5.4
|
| 51 |
+
- openssl=3.5.4
|
| 52 |
+
- packaging=25.0
|
| 53 |
+
- pandas=2.0.3
|
| 54 |
+
- patsy=0.5.6
|
| 55 |
+
- pillow=10.4.0
|
| 56 |
+
- pip=22.1.2
|
| 57 |
+
- pthread-stubs=0.4
|
| 58 |
+
- pyparsing=3.1.4
|
| 59 |
+
- python=3.8.20
|
| 60 |
+
- python-tzdata=2025.2
|
| 61 |
+
- python_abi=3.8
|
| 62 |
+
- pytz=2024.2
|
| 63 |
+
- readline=8.2
|
| 64 |
+
- scikit-learn=1.3.2
|
| 65 |
+
- seaborn=0.13.2
|
| 66 |
+
- seaborn-base=0.13.2
|
| 67 |
+
- setuptools=70.3.0
|
| 68 |
+
- statsmodels=0.13.5
|
| 69 |
+
- threadpoolctl=3.3.0
|
| 70 |
+
- tk=8.6.13
|
| 71 |
+
- tornado=6.2
|
| 72 |
+
- wheel=0.45.1
|
| 73 |
+
- xorg-libxau=1.0.12
|
| 74 |
+
- xorg-libxdmcp=1.1.5
|
| 75 |
+
- xz=5.8.1
|
| 76 |
+
- xz-gpl-tools=5.8.1
|
| 77 |
+
- xz-tools=5.8.1
|
| 78 |
+
- zstd=1.5.7
|
| 79 |
+
- pip:
|
| 80 |
+
- contourpy==1.1.1
|
| 81 |
+
- coverage==7.6.1
|
| 82 |
+
- matplotlib==3.7.5
|
| 83 |
+
- pyctem==0.0.1
|
| 84 |
+
- pytest-cov==5.0.0
|
| 85 |
+
- python-dateutil==2.9.0.post0
|
| 86 |
+
- scipy==1.10.1
|
| 87 |
+
- six==1.17.0
|
| 88 |
+
- unittest-xml-reporting==3.2.0
|
| 89 |
+
prefix: /home/lily/yz979/anaconda3/envs/s41467_024_45642_z_test
|
configs/s41467_024_46773_z_test/editable.txt
ADDED
|
File without changes
|
configs/s41467_024_46773_z_test/env.yml
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: s41467_024_46773_z_test
|
| 2 |
+
channels:
|
| 3 |
+
- conda-forge
|
| 4 |
+
- defaults
|
| 5 |
+
dependencies:
|
| 6 |
+
- _libgcc_mutex=0.1
|
| 7 |
+
- _openmp_mutex=4.5
|
| 8 |
+
- bzip2=1.0.8
|
| 9 |
+
- ca-certificates=2025.8.3
|
| 10 |
+
- ld_impl_linux-64=2.44
|
| 11 |
+
- libffi=3.4.6
|
| 12 |
+
- libgcc=15.1.0
|
| 13 |
+
- libgcc-ng=15.1.0
|
| 14 |
+
- libgomp=15.1.0
|
| 15 |
+
- liblzma=5.8.1
|
| 16 |
+
- liblzma-devel=5.8.1
|
| 17 |
+
- libnsl=2.0.1
|
| 18 |
+
- libsqlite=3.50.4
|
| 19 |
+
- libuuid=2.38.1
|
| 20 |
+
- libxcrypt=4.4.36
|
| 21 |
+
- libzlib=1.3.1
|
| 22 |
+
- ncurses=6.5
|
| 23 |
+
- openssl=3.5.2
|
| 24 |
+
- pip=22.1.2
|
| 25 |
+
- python=3.8.20
|
| 26 |
+
- readline=8.2
|
| 27 |
+
- setuptools=70.3.0
|
| 28 |
+
- tk=8.6.13
|
| 29 |
+
- wheel=0.45.1
|
| 30 |
+
- xz=5.8.1
|
| 31 |
+
- xz-gpl-tools=5.8.1
|
| 32 |
+
- xz-tools=5.8.1
|
| 33 |
+
- pip:
|
| 34 |
+
- anndata==0.9.2
|
| 35 |
+
- coverage==7.6.1
|
| 36 |
+
- h5py==3.11.0
|
| 37 |
+
- natsort==8.4.0
|
| 38 |
+
- numpy==1.24.4
|
| 39 |
+
- packaging==25.0
|
| 40 |
+
- pandas==2.0.3
|
| 41 |
+
- pytest-cov==5.0.0
|
| 42 |
+
- scikit-learn==1.3.2
|
| 43 |
+
- scipy==1.10.1
|
| 44 |
+
- six==1.17.0
|
| 45 |
+
- sketchkh==0.1.3
|
| 46 |
+
- tqdm-joblib==0.0.4
|
| 47 |
+
- unittest-xml-reporting==3.2.0
|
| 48 |
+
prefix: /home/lily/yz979/anaconda3/envs/s41467_024_46773_z_test
|