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/016_rmp_sam_test/editable.txt +0 -0
- configs/016_rmp_sam_test/env.yml +68 -0
- configs/016_rmp_sam_test/explicit.txt +31 -0
- configs/016_rmp_sam_test/meta.json +8 -0
- configs/016_rmp_sam_test/pip-clean.txt +464 -0
- configs/016_rmp_sam_test/pip-freeze.txt +464 -0
- configs/020_test/editable.txt +0 -0
- configs/020_test/env.yml +188 -0
- configs/020_test/explicit.txt +177 -0
- configs/020_test/meta.json +8 -0
- configs/020_test/pip-clean.txt +11 -0
- configs/020_test/pip-freeze.txt +38 -0
- configs/026_test/editable.txt +0 -0
- configs/026_test/env.yml +47 -0
- configs/026_test/explicit.txt +31 -0
- configs/026_test/meta.json +8 -0
- configs/026_test/pip-clean.txt +449 -0
- configs/026_test/pip-freeze.txt +449 -0
- configs/032_test/editable.txt +0 -0
- configs/032_test/env.yml +37 -0
- configs/032_test/explicit.txt +31 -0
- configs/032_test/meta.json +8 -0
- configs/032_test/pip-clean.txt +443 -0
- configs/032_test/pip-freeze.txt +443 -0
- configs/041_test/editable.txt +0 -0
- configs/041_test/env.yml +72 -0
- configs/041_test/explicit.txt +31 -0
- configs/041_test/meta.json +8 -0
- configs/041_test/pip-clean.txt +471 -0
- configs/041_test/pip-freeze.txt +471 -0
- configs/053_test/editable.txt +0 -0
- configs/053_test/env.yml +65 -0
- configs/053_test/explicit.txt +31 -0
- configs/053_test/meta.json +8 -0
- configs/053_test/pip-clean.txt +464 -0
- configs/053_test/pip-freeze.txt +464 -0
- configs/060_test/editable.txt +0 -0
- configs/060_test/env.yml +65 -0
- configs/060_test/explicit.txt +31 -0
- configs/060_test/meta.json +8 -0
- configs/060_test/pip-clean.txt +468 -0
- configs/060_test/pip-freeze.txt +468 -0
- configs/064_test/editable.txt +0 -0
- configs/064_test/env.yml +57 -0
- configs/064_test/explicit.txt +31 -0
- configs/064_test/meta.json +8 -0
- configs/064_test/pip-clean.txt +460 -0
- configs/064_test/pip-freeze.txt +460 -0
- configs/067_test/editable.txt +0 -0
- configs/067_test/env.yml +169 -0
configs/016_rmp_sam_test/editable.txt
ADDED
|
File without changes
|
configs/016_rmp_sam_test/env.yml
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: 016_rmp_sam_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 |
+
- addict==2.4.0
|
| 35 |
+
- charset-normalizer==3.4.3
|
| 36 |
+
- contourpy==1.1.1
|
| 37 |
+
- cycler==0.12.1
|
| 38 |
+
- fonttools==4.57.0
|
| 39 |
+
- idna==3.10
|
| 40 |
+
- importlib-resources==6.4.5
|
| 41 |
+
- kiwisolver==1.4.7
|
| 42 |
+
- markdown-it-py==3.0.0
|
| 43 |
+
- matplotlib==3.7.5
|
| 44 |
+
- mdurl==0.1.2
|
| 45 |
+
- mmcv==2.1.0
|
| 46 |
+
- mmdet==3.3.0
|
| 47 |
+
- mmengine==0.10.7
|
| 48 |
+
- numpy==1.24.4
|
| 49 |
+
- opencv-python==4.13.0.92
|
| 50 |
+
- packaging==25.0
|
| 51 |
+
- pillow==10.4.0
|
| 52 |
+
- platformdirs==4.3.6
|
| 53 |
+
- pygments==2.19.2
|
| 54 |
+
- pyparsing==3.1.4
|
| 55 |
+
- python-dateutil==2.9.0.post0
|
| 56 |
+
- pyyaml==6.0.3
|
| 57 |
+
- requests==2.32.4
|
| 58 |
+
- rich==14.3.4
|
| 59 |
+
- scipy==1.10.1
|
| 60 |
+
- six==1.17.0
|
| 61 |
+
- termcolor==2.4.0
|
| 62 |
+
- terminaltables==3.1.10
|
| 63 |
+
- tomli==2.4.1
|
| 64 |
+
- torch==2.4.1+cpu
|
| 65 |
+
- urllib3==2.2.3
|
| 66 |
+
- yapf==0.43.0
|
| 67 |
+
- zipp==3.20.2
|
| 68 |
+
prefix: /home/lily/yz979/anaconda3/envs/016_rmp_sam_test
|
configs/016_rmp_sam_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/016_rmp_sam_test/meta.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env": "016_rmp_sam_test",
|
| 3 |
+
"python_version": "3.8.20",
|
| 4 |
+
"has_cuda_hint": false,
|
| 5 |
+
"editable_count": 0,
|
| 6 |
+
"source_prefix": "/home/lily/yz979/anaconda3/envs/016_rmp_sam_test",
|
| 7 |
+
"exported_at": "2026-05-17T04:03:21Z"
|
| 8 |
+
}
|
configs/016_rmp_sam_test/pip-clean.txt
ADDED
|
@@ -0,0 +1,464 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
absl-py==2.3.1
|
| 2 |
+
accelerate==0.24.1
|
| 3 |
+
addict==2.4.0
|
| 4 |
+
aiofiles==23.2.1
|
| 5 |
+
aiohappyeyeballs==2.4.4
|
| 6 |
+
aiohttp==3.10.11
|
| 7 |
+
aioprometheus==23.12.0
|
| 8 |
+
aiosignal==1.3.1
|
| 9 |
+
alabaster==0.7.12
|
| 10 |
+
allennlp==0.8.4
|
| 11 |
+
altair==5.3.0
|
| 12 |
+
annotated-types==0.6.0
|
| 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 |
+
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 |
+
contourpy==1.1.1
|
| 59 |
+
coverage==7.6.1
|
| 60 |
+
cpm-kernels==1.0.11
|
| 61 |
+
cryptography==42.0.5
|
| 62 |
+
cvxopt==1.3.2
|
| 63 |
+
cycler==0.12.1
|
| 64 |
+
cymem==2.0.8
|
| 65 |
+
Cython==0.29.30
|
| 66 |
+
dataclasses==0.6
|
| 67 |
+
dataclasses-json==0.6.4
|
| 68 |
+
datasets==2.19.0
|
| 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 |
+
fairseq==0.10.2
|
| 90 |
+
faiss-cpu==1.7.4
|
| 91 |
+
faiss-gpu==1.7.2
|
| 92 |
+
fancy-einsum==0.0.3
|
| 93 |
+
fastapi==0.115.14
|
| 94 |
+
fastapi-sso==0.16.0
|
| 95 |
+
fastavro==1.9.4
|
| 96 |
+
fastuuid==0.13.5
|
| 97 |
+
fbpca==1.0
|
| 98 |
+
feedparser==6.0.10
|
| 99 |
+
ffmpy==0.3.2
|
| 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 |
+
fonttools==4.57.0
|
| 105 |
+
frozenlist==1.4.1
|
| 106 |
+
fschat==0.2.35
|
| 107 |
+
fsspec==2025.3.0
|
| 108 |
+
ftfy==6.0.3
|
| 109 |
+
future==0.18.2
|
| 110 |
+
fuzzywuzzy==0.18.0
|
| 111 |
+
gdown==5.2.0
|
| 112 |
+
geosketch==1.3
|
| 113 |
+
geotorch==0.3.0
|
| 114 |
+
get-annotations==0.1.2
|
| 115 |
+
gevent==21.12.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 |
+
kiwisolver==1.4.7
|
| 168 |
+
kubernetes==29.0.0
|
| 169 |
+
langchain==0.1.16
|
| 170 |
+
langchain-community==0.0.34
|
| 171 |
+
langchain-core==0.1.46
|
| 172 |
+
langchain-experimental==0.0.57
|
| 173 |
+
langchain-text-splitters==0.0.1
|
| 174 |
+
langcodes==3.4.0
|
| 175 |
+
langdetect==1.0.9
|
| 176 |
+
langsmith==0.1.51
|
| 177 |
+
language_data==1.2.0
|
| 178 |
+
layoutparser==0.3.4
|
| 179 |
+
lazy_loader==0.4
|
| 180 |
+
leidenalg==0.10.2
|
| 181 |
+
Levenshtein==0.25.1
|
| 182 |
+
linear-operator==0.4.0
|
| 183 |
+
litellm==1.77.4
|
| 184 |
+
litellm-enterprise==0.1.20
|
| 185 |
+
litellm-proxy-extras==0.2.19
|
| 186 |
+
llama-index==0.9.35
|
| 187 |
+
llvmlite==0.41.1
|
| 188 |
+
lmdb==1.7.3
|
| 189 |
+
lxml==5.2.1
|
| 190 |
+
madoka==0.7.1
|
| 191 |
+
marisa-trie==1.1.0
|
| 192 |
+
Markdown==3.3.6
|
| 193 |
+
markdown-it-py==3.0.0
|
| 194 |
+
markdown2==2.4.13
|
| 195 |
+
markdownify==0.11.6
|
| 196 |
+
MarkupSafe==2.1.5
|
| 197 |
+
marshmallow==3.21.1
|
| 198 |
+
matplotlib==3.7.5
|
| 199 |
+
mdtex2html==1.3.0
|
| 200 |
+
mdurl==0.1.2
|
| 201 |
+
metaphor-python==0.1.23
|
| 202 |
+
ml-dtypes==0.2.0
|
| 203 |
+
mmcv==2.1.0
|
| 204 |
+
mmdet==3.3.0
|
| 205 |
+
mmengine==0.10.7
|
| 206 |
+
monotonic==1.6
|
| 207 |
+
mrcfile==1.5.4
|
| 208 |
+
msal==1.36.0
|
| 209 |
+
msal-extensions==1.3.0
|
| 210 |
+
msg-parser==1.2.0
|
| 211 |
+
msgpack==1.0.8
|
| 212 |
+
msgpack-numpy==0.4.3.2
|
| 213 |
+
multidict==6.0.5
|
| 214 |
+
multipledispatch==1.0.0
|
| 215 |
+
multiprocess==0.70.16
|
| 216 |
+
murmurhash==1.0.10
|
| 217 |
+
mypy-extensions==1.0.0
|
| 218 |
+
narwhals==1.42.1
|
| 219 |
+
natsort==8.4.0
|
| 220 |
+
nest-asyncio==1.6.0
|
| 221 |
+
netCDF4==1.7.2
|
| 222 |
+
neuroHarmonize==2.4.5
|
| 223 |
+
nh3==0.2.17
|
| 224 |
+
ninja==1.11.1.1
|
| 225 |
+
nltk==3.8.1
|
| 226 |
+
numba==0.58.1
|
| 227 |
+
numexpr==2.8.6
|
| 228 |
+
numpoly==1.0.6
|
| 229 |
+
numpy==1.24.4
|
| 230 |
+
numpydoc==1.1.0
|
| 231 |
+
nvidia-ml-py==12.535.133
|
| 232 |
+
nvitop==1.3.2
|
| 233 |
+
oauthlib==3.2.2
|
| 234 |
+
onnx==1.16.0
|
| 235 |
+
onnxruntime==1.15.1
|
| 236 |
+
openai==1.101.0
|
| 237 |
+
opencv-python==4.13.0.92
|
| 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 |
+
pathlib==1.0.1
|
| 255 |
+
patsy==1.0.1
|
| 256 |
+
pdf2image==1.17.0
|
| 257 |
+
pfzy==0.3.4
|
| 258 |
+
PICOS==2.6.1
|
| 259 |
+
pikepdf==8.4.1
|
| 260 |
+
pillow==10.4.0
|
| 261 |
+
pip-search==0.0.12
|
| 262 |
+
pkgutil_resolve_name==1.3.10
|
| 263 |
+
plac==0.9.6
|
| 264 |
+
platformdirs==4.3.6
|
| 265 |
+
plotly==6.3.0
|
| 266 |
+
pluggy==1.5.0
|
| 267 |
+
ply==3.11
|
| 268 |
+
pondpond==1.4.1
|
| 269 |
+
pooch==1.8.2
|
| 270 |
+
portalocker==2.4.0
|
| 271 |
+
posthog==3.5.0
|
| 272 |
+
preshed==3.0.9
|
| 273 |
+
prettytable==3.11.0
|
| 274 |
+
primer3-py==2.2.0
|
| 275 |
+
prompt-toolkit==3.0.43
|
| 276 |
+
propcache==0.2.0
|
| 277 |
+
PuLP==3.1.1
|
| 278 |
+
pulsar-client==3.5.0
|
| 279 |
+
pyarrow==17.0.0
|
| 280 |
+
pyarrow-hotfix==0.6
|
| 281 |
+
pyclipper==1.3.0.post5
|
| 282 |
+
pycocotools==2.0.7
|
| 283 |
+
pycparser==2.21
|
| 284 |
+
pydantic==2.10.6
|
| 285 |
+
pydantic_core==2.27.2
|
| 286 |
+
pydeck==0.9.0b1
|
| 287 |
+
pyDOE2==1.3.0
|
| 288 |
+
pydub==0.25.1
|
| 289 |
+
pyfaidx==0.9.0.1
|
| 290 |
+
Pygments==2.19.2
|
| 291 |
+
PyJWT==2.8.0
|
| 292 |
+
pymodbus==3.6.9
|
| 293 |
+
PyMuPDF==1.23.16
|
| 294 |
+
PyMuPDFb==1.23.9
|
| 295 |
+
PyNaCl==1.6.2
|
| 296 |
+
pynndescent==0.5.13
|
| 297 |
+
Pyomo==6.8.2
|
| 298 |
+
pyOpenSSL==24.1.0
|
| 299 |
+
pypandoc==1.13
|
| 300 |
+
pyparsing==3.1.4
|
| 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 |
+
tabnet @ git+https://github.com/titu1994/tf-TabNet.git@53b144b4dd47184c3ee891501dcd90fb37683ab7
|
| 396 |
+
tabulate==0.8.9
|
| 397 |
+
tenacity==8.2.3
|
| 398 |
+
tensorboard-plugin-wit==1.8.0
|
| 399 |
+
tensorboardX==2.4.1
|
| 400 |
+
termcolor==2.4.0
|
| 401 |
+
terminaltables==3.1.10
|
| 402 |
+
text-unidecode==1.3
|
| 403 |
+
texttable==1.7.0
|
| 404 |
+
thefuzz==0.22.1
|
| 405 |
+
threadpoolctl==3.5.0
|
| 406 |
+
tifffile==2023.7.10
|
| 407 |
+
tiktoken==0.7.0
|
| 408 |
+
timm==0.9.16
|
| 409 |
+
tk==0.1.0
|
| 410 |
+
tokenizers==0.20.3
|
| 411 |
+
toml==0.10.2
|
| 412 |
+
tomli==2.4.1
|
| 413 |
+
tomlkit==0.12.0
|
| 414 |
+
toolz==0.12.1
|
| 415 |
+
torch==2.4.1+cpu
|
| 416 |
+
torch-geometric==2.6.1
|
| 417 |
+
torchaudio==2.1.2+cu118
|
| 418 |
+
torchtext==0.4.0
|
| 419 |
+
tornado==6.4
|
| 420 |
+
tqdm==4.67.1
|
| 421 |
+
transformer-lens==2.16.1
|
| 422 |
+
transformers==4.46.3
|
| 423 |
+
transformers-stream-generator==0.0.5
|
| 424 |
+
typed-argument-parser==1.10.1
|
| 425 |
+
typeguard==4.4.0
|
| 426 |
+
typer==0.9.4
|
| 427 |
+
types-requests==2.31.0.20240406
|
| 428 |
+
typing-inspect==0.9.0
|
| 429 |
+
typing-utils==0.1.0
|
| 430 |
+
typing_extensions==4.13.2
|
| 431 |
+
tzdata==2024.1
|
| 432 |
+
tzlocal==5.2
|
| 433 |
+
umap-learn==0.5.7
|
| 434 |
+
Unidecode==1.3.2
|
| 435 |
+
unittest-xml-reporting==3.2.0
|
| 436 |
+
unstructured==0.11.0
|
| 437 |
+
unstructured-client==0.22.0
|
| 438 |
+
unstructured-inference==0.7.15
|
| 439 |
+
unstructured.pytesseract==0.3.12
|
| 440 |
+
urllib3==2.2.3
|
| 441 |
+
uvicorn==0.29.0
|
| 442 |
+
uvloop==0.21.0
|
| 443 |
+
validators==0.28.1
|
| 444 |
+
vllm==0.2.7
|
| 445 |
+
vtk==9.3.1
|
| 446 |
+
wandb==0.22.0
|
| 447 |
+
watchdog==3.0.0
|
| 448 |
+
watchfiles==0.21.0
|
| 449 |
+
wavedrom==2.0.3.post3
|
| 450 |
+
weasel==0.3.4
|
| 451 |
+
websocket-client==1.8.0
|
| 452 |
+
websockets==13.1
|
| 453 |
+
Werkzeug==2.0.2
|
| 454 |
+
word2number==1.1
|
| 455 |
+
xlrd==2.0.1
|
| 456 |
+
XlsxWriter==3.0.2
|
| 457 |
+
xxhash==2.0.2
|
| 458 |
+
yapf==0.43.0
|
| 459 |
+
Yapsy==1.12.2
|
| 460 |
+
yarl==1.15.2
|
| 461 |
+
youtube-search==2.1.2
|
| 462 |
+
zipp==3.20.2
|
| 463 |
+
zope.event==4.5.0
|
| 464 |
+
zstandard==0.23.0
|
configs/016_rmp_sam_test/pip-freeze.txt
ADDED
|
@@ -0,0 +1,464 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
absl-py==2.3.1
|
| 2 |
+
accelerate==0.24.1
|
| 3 |
+
addict==2.4.0
|
| 4 |
+
aiofiles==23.2.1
|
| 5 |
+
aiohappyeyeballs==2.4.4
|
| 6 |
+
aiohttp==3.10.11
|
| 7 |
+
aioprometheus==23.12.0
|
| 8 |
+
aiosignal==1.3.1
|
| 9 |
+
alabaster==0.7.12
|
| 10 |
+
allennlp==0.8.4
|
| 11 |
+
altair==5.3.0
|
| 12 |
+
annotated-types==0.6.0
|
| 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 |
+
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 |
+
contourpy==1.1.1
|
| 59 |
+
coverage==7.6.1
|
| 60 |
+
cpm-kernels==1.0.11
|
| 61 |
+
cryptography==42.0.5
|
| 62 |
+
cvxopt==1.3.2
|
| 63 |
+
cycler==0.12.1
|
| 64 |
+
cymem==2.0.8
|
| 65 |
+
Cython==0.29.30
|
| 66 |
+
dataclasses==0.6
|
| 67 |
+
dataclasses-json==0.6.4
|
| 68 |
+
datasets==2.19.0
|
| 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 |
+
fairseq==0.10.2
|
| 90 |
+
faiss-cpu==1.7.4
|
| 91 |
+
faiss-gpu==1.7.2
|
| 92 |
+
fancy-einsum==0.0.3
|
| 93 |
+
fastapi==0.115.14
|
| 94 |
+
fastapi-sso==0.16.0
|
| 95 |
+
fastavro==1.9.4
|
| 96 |
+
fastuuid==0.13.5
|
| 97 |
+
fbpca==1.0
|
| 98 |
+
feedparser==6.0.10
|
| 99 |
+
ffmpy==0.3.2
|
| 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 |
+
fonttools==4.57.0
|
| 105 |
+
frozenlist==1.4.1
|
| 106 |
+
fschat==0.2.35
|
| 107 |
+
fsspec==2025.3.0
|
| 108 |
+
ftfy==6.0.3
|
| 109 |
+
future==0.18.2
|
| 110 |
+
fuzzywuzzy==0.18.0
|
| 111 |
+
gdown==5.2.0
|
| 112 |
+
geosketch==1.3
|
| 113 |
+
geotorch==0.3.0
|
| 114 |
+
get-annotations==0.1.2
|
| 115 |
+
gevent==21.12.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 |
+
kiwisolver==1.4.7
|
| 168 |
+
kubernetes==29.0.0
|
| 169 |
+
langchain==0.1.16
|
| 170 |
+
langchain-community==0.0.34
|
| 171 |
+
langchain-core==0.1.46
|
| 172 |
+
langchain-experimental==0.0.57
|
| 173 |
+
langchain-text-splitters==0.0.1
|
| 174 |
+
langcodes==3.4.0
|
| 175 |
+
langdetect==1.0.9
|
| 176 |
+
langsmith==0.1.51
|
| 177 |
+
language_data==1.2.0
|
| 178 |
+
layoutparser==0.3.4
|
| 179 |
+
lazy_loader==0.4
|
| 180 |
+
leidenalg==0.10.2
|
| 181 |
+
Levenshtein==0.25.1
|
| 182 |
+
linear-operator==0.4.0
|
| 183 |
+
litellm==1.77.4
|
| 184 |
+
litellm-enterprise==0.1.20
|
| 185 |
+
litellm-proxy-extras==0.2.19
|
| 186 |
+
llama-index==0.9.35
|
| 187 |
+
llvmlite==0.41.1
|
| 188 |
+
lmdb==1.7.3
|
| 189 |
+
lxml==5.2.1
|
| 190 |
+
madoka==0.7.1
|
| 191 |
+
marisa-trie==1.1.0
|
| 192 |
+
Markdown==3.3.6
|
| 193 |
+
markdown-it-py==3.0.0
|
| 194 |
+
markdown2==2.4.13
|
| 195 |
+
markdownify==0.11.6
|
| 196 |
+
MarkupSafe==2.1.5
|
| 197 |
+
marshmallow==3.21.1
|
| 198 |
+
matplotlib==3.7.5
|
| 199 |
+
mdtex2html==1.3.0
|
| 200 |
+
mdurl==0.1.2
|
| 201 |
+
metaphor-python==0.1.23
|
| 202 |
+
ml-dtypes==0.2.0
|
| 203 |
+
mmcv==2.1.0
|
| 204 |
+
mmdet==3.3.0
|
| 205 |
+
mmengine==0.10.7
|
| 206 |
+
monotonic==1.6
|
| 207 |
+
mrcfile==1.5.4
|
| 208 |
+
msal==1.36.0
|
| 209 |
+
msal-extensions==1.3.0
|
| 210 |
+
msg-parser==1.2.0
|
| 211 |
+
msgpack==1.0.8
|
| 212 |
+
msgpack-numpy==0.4.3.2
|
| 213 |
+
multidict==6.0.5
|
| 214 |
+
multipledispatch==1.0.0
|
| 215 |
+
multiprocess==0.70.16
|
| 216 |
+
murmurhash==1.0.10
|
| 217 |
+
mypy-extensions==1.0.0
|
| 218 |
+
narwhals==1.42.1
|
| 219 |
+
natsort==8.4.0
|
| 220 |
+
nest-asyncio==1.6.0
|
| 221 |
+
netCDF4==1.7.2
|
| 222 |
+
neuroHarmonize==2.4.5
|
| 223 |
+
nh3==0.2.17
|
| 224 |
+
ninja==1.11.1.1
|
| 225 |
+
nltk==3.8.1
|
| 226 |
+
numba==0.58.1
|
| 227 |
+
numexpr==2.8.6
|
| 228 |
+
numpoly==1.0.6
|
| 229 |
+
numpy==1.24.4
|
| 230 |
+
numpydoc==1.1.0
|
| 231 |
+
nvidia-ml-py==12.535.133
|
| 232 |
+
nvitop==1.3.2
|
| 233 |
+
oauthlib==3.2.2
|
| 234 |
+
onnx==1.16.0
|
| 235 |
+
onnxruntime==1.15.1
|
| 236 |
+
openai==1.101.0
|
| 237 |
+
opencv-python==4.13.0.92
|
| 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 |
+
pathlib==1.0.1
|
| 255 |
+
patsy==1.0.1
|
| 256 |
+
pdf2image==1.17.0
|
| 257 |
+
pfzy==0.3.4
|
| 258 |
+
PICOS==2.6.1
|
| 259 |
+
pikepdf==8.4.1
|
| 260 |
+
pillow==10.4.0
|
| 261 |
+
pip-search==0.0.12
|
| 262 |
+
pkgutil_resolve_name==1.3.10
|
| 263 |
+
plac==0.9.6
|
| 264 |
+
platformdirs==4.3.6
|
| 265 |
+
plotly==6.3.0
|
| 266 |
+
pluggy==1.5.0
|
| 267 |
+
ply==3.11
|
| 268 |
+
pondpond==1.4.1
|
| 269 |
+
pooch==1.8.2
|
| 270 |
+
portalocker==2.4.0
|
| 271 |
+
posthog==3.5.0
|
| 272 |
+
preshed==3.0.9
|
| 273 |
+
prettytable==3.11.0
|
| 274 |
+
primer3-py==2.2.0
|
| 275 |
+
prompt-toolkit==3.0.43
|
| 276 |
+
propcache==0.2.0
|
| 277 |
+
PuLP==3.1.1
|
| 278 |
+
pulsar-client==3.5.0
|
| 279 |
+
pyarrow==17.0.0
|
| 280 |
+
pyarrow-hotfix==0.6
|
| 281 |
+
pyclipper==1.3.0.post5
|
| 282 |
+
pycocotools==2.0.7
|
| 283 |
+
pycparser==2.21
|
| 284 |
+
pydantic==2.10.6
|
| 285 |
+
pydantic_core==2.27.2
|
| 286 |
+
pydeck==0.9.0b1
|
| 287 |
+
pyDOE2==1.3.0
|
| 288 |
+
pydub==0.25.1
|
| 289 |
+
pyfaidx==0.9.0.1
|
| 290 |
+
Pygments==2.19.2
|
| 291 |
+
PyJWT==2.8.0
|
| 292 |
+
pymodbus==3.6.9
|
| 293 |
+
PyMuPDF==1.23.16
|
| 294 |
+
PyMuPDFb==1.23.9
|
| 295 |
+
PyNaCl==1.6.2
|
| 296 |
+
pynndescent==0.5.13
|
| 297 |
+
Pyomo==6.8.2
|
| 298 |
+
pyOpenSSL==24.1.0
|
| 299 |
+
pypandoc==1.13
|
| 300 |
+
pyparsing==3.1.4
|
| 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 |
+
tabnet @ git+https://github.com/titu1994/tf-TabNet.git@53b144b4dd47184c3ee891501dcd90fb37683ab7
|
| 396 |
+
tabulate==0.8.9
|
| 397 |
+
tenacity==8.2.3
|
| 398 |
+
tensorboard-plugin-wit==1.8.0
|
| 399 |
+
tensorboardX==2.4.1
|
| 400 |
+
termcolor==2.4.0
|
| 401 |
+
terminaltables==3.1.10
|
| 402 |
+
text-unidecode==1.3
|
| 403 |
+
texttable==1.7.0
|
| 404 |
+
thefuzz==0.22.1
|
| 405 |
+
threadpoolctl==3.5.0
|
| 406 |
+
tifffile==2023.7.10
|
| 407 |
+
tiktoken==0.7.0
|
| 408 |
+
timm==0.9.16
|
| 409 |
+
tk==0.1.0
|
| 410 |
+
tokenizers==0.20.3
|
| 411 |
+
toml==0.10.2
|
| 412 |
+
tomli==2.4.1
|
| 413 |
+
tomlkit==0.12.0
|
| 414 |
+
toolz==0.12.1
|
| 415 |
+
torch==2.4.1+cpu
|
| 416 |
+
torch-geometric==2.6.1
|
| 417 |
+
torchaudio==2.1.2+cu118
|
| 418 |
+
torchtext==0.4.0
|
| 419 |
+
tornado==6.4
|
| 420 |
+
tqdm==4.67.1
|
| 421 |
+
transformer-lens==2.16.1
|
| 422 |
+
transformers==4.46.3
|
| 423 |
+
transformers-stream-generator==0.0.5
|
| 424 |
+
typed-argument-parser==1.10.1
|
| 425 |
+
typeguard==4.4.0
|
| 426 |
+
typer==0.9.4
|
| 427 |
+
types-requests==2.31.0.20240406
|
| 428 |
+
typing-inspect==0.9.0
|
| 429 |
+
typing-utils==0.1.0
|
| 430 |
+
typing_extensions==4.13.2
|
| 431 |
+
tzdata==2024.1
|
| 432 |
+
tzlocal==5.2
|
| 433 |
+
umap-learn==0.5.7
|
| 434 |
+
Unidecode==1.3.2
|
| 435 |
+
unittest-xml-reporting==3.2.0
|
| 436 |
+
unstructured==0.11.0
|
| 437 |
+
unstructured-client==0.22.0
|
| 438 |
+
unstructured-inference==0.7.15
|
| 439 |
+
unstructured.pytesseract==0.3.12
|
| 440 |
+
urllib3==2.2.3
|
| 441 |
+
uvicorn==0.29.0
|
| 442 |
+
uvloop==0.21.0
|
| 443 |
+
validators==0.28.1
|
| 444 |
+
vllm==0.2.7
|
| 445 |
+
vtk==9.3.1
|
| 446 |
+
wandb==0.22.0
|
| 447 |
+
watchdog==3.0.0
|
| 448 |
+
watchfiles==0.21.0
|
| 449 |
+
wavedrom==2.0.3.post3
|
| 450 |
+
weasel==0.3.4
|
| 451 |
+
websocket-client==1.8.0
|
| 452 |
+
websockets==13.1
|
| 453 |
+
Werkzeug==2.0.2
|
| 454 |
+
word2number==1.1
|
| 455 |
+
xlrd==2.0.1
|
| 456 |
+
XlsxWriter==3.0.2
|
| 457 |
+
xxhash==2.0.2
|
| 458 |
+
yapf==0.43.0
|
| 459 |
+
Yapsy==1.12.2
|
| 460 |
+
yarl==1.15.2
|
| 461 |
+
youtube-search==2.1.2
|
| 462 |
+
zipp==3.20.2
|
| 463 |
+
zope.event==4.5.0
|
| 464 |
+
zstandard==0.23.0
|
configs/020_test/editable.txt
ADDED
|
File without changes
|
configs/020_test/env.yml
ADDED
|
@@ -0,0 +1,188 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: 020_test
|
| 2 |
+
channels:
|
| 3 |
+
- conda-forge
|
| 4 |
+
- defaults
|
| 5 |
+
dependencies:
|
| 6 |
+
- _libgcc_mutex=0.1
|
| 7 |
+
- _openmp_mutex=4.5
|
| 8 |
+
- alsa-lib=1.2.14
|
| 9 |
+
- aom=3.9.1
|
| 10 |
+
- brotli-python=1.1.0
|
| 11 |
+
- bzip2=1.0.8
|
| 12 |
+
- ca-certificates=2025.8.3
|
| 13 |
+
- cairo=1.18.4
|
| 14 |
+
- certifi=2025.8.3
|
| 15 |
+
- contourpy=1.2.1
|
| 16 |
+
- cycler=0.12.1
|
| 17 |
+
- cyrus-sasl=2.1.28
|
| 18 |
+
- dav1d=1.2.1
|
| 19 |
+
- dbus=1.16.2
|
| 20 |
+
- expat=2.7.1
|
| 21 |
+
- fontconfig=2.15.0
|
| 22 |
+
- fonttools=4.59.2
|
| 23 |
+
- freetype=2.14.1
|
| 24 |
+
- fribidi=1.0.16
|
| 25 |
+
- graphite2=1.3.14
|
| 26 |
+
- harfbuzz=10.2.0
|
| 27 |
+
- icu=73.2
|
| 28 |
+
- importlib-resources=6.5.2
|
| 29 |
+
- importlib_resources=6.5.2
|
| 30 |
+
- joblib=1.5.1
|
| 31 |
+
- jpeg=9e
|
| 32 |
+
- keyutils=1.6.3
|
| 33 |
+
- kiwisolver=1.4.4
|
| 34 |
+
- krb5=1.21.3
|
| 35 |
+
- lcms2=2.16
|
| 36 |
+
- ld_impl_linux-64=2.44
|
| 37 |
+
- lerc=4.0.0
|
| 38 |
+
- libabseil=20250127.0
|
| 39 |
+
- libavif=1.3.0
|
| 40 |
+
- libavif16=1.3.0
|
| 41 |
+
- libblas=3.9.0
|
| 42 |
+
- libcblas=3.9.0
|
| 43 |
+
- libclang13=20.1.8
|
| 44 |
+
- libcups=2.4.2
|
| 45 |
+
- libdeflate=1.22
|
| 46 |
+
- libdrm=2.4.125
|
| 47 |
+
- libedit=3.1.20250104
|
| 48 |
+
- libegl=1.7.0
|
| 49 |
+
- libevent=2.1.12
|
| 50 |
+
- libexpat=2.7.1
|
| 51 |
+
- libffi=3.4.6
|
| 52 |
+
- libfreetype=2.14.1
|
| 53 |
+
- libfreetype6=2.14.1
|
| 54 |
+
- libgcc=15.1.0
|
| 55 |
+
- libgcc-ng=15.1.0
|
| 56 |
+
- libgfortran=15.1.0
|
| 57 |
+
- libgfortran-ng=15.1.0
|
| 58 |
+
- libgfortran5=15.1.0
|
| 59 |
+
- libgl=1.7.0
|
| 60 |
+
- libglib=2.84.2
|
| 61 |
+
- libglvnd=1.7.0
|
| 62 |
+
- libglx=1.7.0
|
| 63 |
+
- libgomp=15.1.0
|
| 64 |
+
- libiconv=1.18
|
| 65 |
+
- libkrb5=1.21.3
|
| 66 |
+
- liblapack=3.9.0
|
| 67 |
+
- libllvm15=15.0.7
|
| 68 |
+
- libllvm20=20.1.8
|
| 69 |
+
- liblzma=5.8.1
|
| 70 |
+
- liblzma-devel=5.8.1
|
| 71 |
+
- libnsl=2.0.1
|
| 72 |
+
- libntlm=1.8
|
| 73 |
+
- libopenblas=0.3.30
|
| 74 |
+
- libopus=1.5.2
|
| 75 |
+
- libpciaccess=0.18
|
| 76 |
+
- libpng=1.6.50
|
| 77 |
+
- libpq=17.4
|
| 78 |
+
- libre2-11=2024.07.02
|
| 79 |
+
- libsqlite=3.50.4
|
| 80 |
+
- libstdcxx=15.1.0
|
| 81 |
+
- libstdcxx-ng=15.1.0
|
| 82 |
+
- libtiff=4.7.0
|
| 83 |
+
- libuuid=2.41.2
|
| 84 |
+
- libvpx=1.13.1
|
| 85 |
+
- libwebp-base=1.6.0
|
| 86 |
+
- libxcb=1.17.0
|
| 87 |
+
- libxcrypt=4.4.36
|
| 88 |
+
- libxkbcommon=1.11.0
|
| 89 |
+
- libxkbfile=1.1.0
|
| 90 |
+
- libxml2=2.13.8
|
| 91 |
+
- libxslt=1.1.43
|
| 92 |
+
- libzlib=1.3.1
|
| 93 |
+
- lmdb=0.9.31
|
| 94 |
+
- matplotlib=3.9.4
|
| 95 |
+
- matplotlib-base=3.9.4
|
| 96 |
+
- mesalib=25.1.5
|
| 97 |
+
- mysql-common=9.3.0
|
| 98 |
+
- mysql-libs=9.3.0
|
| 99 |
+
- ncurses=6.5
|
| 100 |
+
- nspr=4.37
|
| 101 |
+
- nss=3.116
|
| 102 |
+
- numpy=2.0.2
|
| 103 |
+
- openjpeg=2.5.2
|
| 104 |
+
- openldap=2.6.10
|
| 105 |
+
- openssl=3.5.4
|
| 106 |
+
- packaging=25.0
|
| 107 |
+
- pandas=2.2.3
|
| 108 |
+
- patsy=1.0.1
|
| 109 |
+
- pcre2=10.42
|
| 110 |
+
- pillow=11.3.0
|
| 111 |
+
- pip=25.2
|
| 112 |
+
- pixman=0.46.4
|
| 113 |
+
- pthread-stubs=0.4
|
| 114 |
+
- pyparsing=3.1.4
|
| 115 |
+
- pyside6=6.9.2
|
| 116 |
+
- python=3.9.23
|
| 117 |
+
- python-dateutil=2.9.0.post0
|
| 118 |
+
- python-tzdata=2025.2
|
| 119 |
+
- python_abi=3.9
|
| 120 |
+
- pytz=2025.2
|
| 121 |
+
- qhull=2020.2
|
| 122 |
+
- qtbase=6.9.2
|
| 123 |
+
- qtdeclarative=6.9.2
|
| 124 |
+
- qtshadertools=6.9.2
|
| 125 |
+
- qtsvg=6.9.2
|
| 126 |
+
- qttools=6.9.2
|
| 127 |
+
- qtwebchannel=6.9.2
|
| 128 |
+
- qtwebengine=6.9.2
|
| 129 |
+
- qtwebsockets=6.9.2
|
| 130 |
+
- rav1e=0.7.1
|
| 131 |
+
- re2=2024.07.02
|
| 132 |
+
- readline=8.2
|
| 133 |
+
- scikit-learn=1.6.1
|
| 134 |
+
- scipy=1.13.1
|
| 135 |
+
- seaborn=0.13.2
|
| 136 |
+
- seaborn-base=0.13.2
|
| 137 |
+
- setuptools=80.9.0
|
| 138 |
+
- six=1.17.0
|
| 139 |
+
- snappy=1.2.2
|
| 140 |
+
- spirv-tools=2025.1
|
| 141 |
+
- sqlite=3.50.4
|
| 142 |
+
- statsmodels=0.14.5
|
| 143 |
+
- svt-av1=3.1.2
|
| 144 |
+
- threadpoolctl=3.6.0
|
| 145 |
+
- tk=8.6.13
|
| 146 |
+
- tornado=6.5.2
|
| 147 |
+
- tzdata=2025b
|
| 148 |
+
- unicodedata2=16.0.0
|
| 149 |
+
- wheel=0.45.1
|
| 150 |
+
- xcb-util=0.4.1
|
| 151 |
+
- xcb-util-cursor=0.1.5
|
| 152 |
+
- xcb-util-image=0.4.0
|
| 153 |
+
- xcb-util-keysyms=0.4.1
|
| 154 |
+
- xcb-util-renderutil=0.3.10
|
| 155 |
+
- xcb-util-wm=0.4.2
|
| 156 |
+
- xkeyboard-config=2.45
|
| 157 |
+
- xorg-libice=1.1.2
|
| 158 |
+
- xorg-libsm=1.2.6
|
| 159 |
+
- xorg-libx11=1.8.12
|
| 160 |
+
- xorg-libxau=1.0.12
|
| 161 |
+
- xorg-libxcomposite=0.4.6
|
| 162 |
+
- xorg-libxdamage=1.1.6
|
| 163 |
+
- xorg-libxdmcp=1.1.5
|
| 164 |
+
- xorg-libxext=1.3.6
|
| 165 |
+
- xorg-libxfixes=6.0.2
|
| 166 |
+
- xorg-libxi=1.8.2
|
| 167 |
+
- xorg-libxrandr=1.5.4
|
| 168 |
+
- xorg-libxrender=0.9.12
|
| 169 |
+
- xorg-libxshmfence=1.3.3
|
| 170 |
+
- xorg-libxtst=1.2.5
|
| 171 |
+
- xorg-libxxf86vm=1.1.6
|
| 172 |
+
- xz=5.8.1
|
| 173 |
+
- xz-gpl-tools=5.8.1
|
| 174 |
+
- xz-tools=5.8.1
|
| 175 |
+
- zipp=3.23.0
|
| 176 |
+
- zlib=1.3.1
|
| 177 |
+
- zstd=1.5.7
|
| 178 |
+
- pip:
|
| 179 |
+
- filelock==3.13.1
|
| 180 |
+
- fsspec==2024.6.1
|
| 181 |
+
- jinja2==3.1.4
|
| 182 |
+
- markupsafe==2.1.5
|
| 183 |
+
- mpmath==1.3.0
|
| 184 |
+
- networkx==3.2.1
|
| 185 |
+
- sympy==1.13.3
|
| 186 |
+
- torch==2.8.0+cpu
|
| 187 |
+
- typing-extensions==4.12.2
|
| 188 |
+
prefix: /home/lily/yz979/anaconda3/envs/020_test
|
configs/020_test/explicit.txt
ADDED
|
@@ -0,0 +1,177 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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/libglvnd-1.7.0-ha4b6fd6_2.conda#434ca7e50e40f4918ab701e3facd59a0
|
| 9 |
+
https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.1.0-h767d61c_5.conda#dcd5ff1940cd38f6df777cac86819d60
|
| 10 |
+
https://conda.anaconda.org/conda-forge/noarch/python_abi-3.9-8_cp39.conda#c2f0c4bf417925c27b62ab50264baa98
|
| 11 |
+
https://conda.anaconda.org/conda-forge/noarch/tzdata-2025b-h78e105d_0.conda#4222072737ccff51314b5ece9c7d6f5a
|
| 12 |
+
https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2#73aaf86a425cc6e73fcf236a5a46396d
|
| 13 |
+
https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda#c151d5eb730e9b7480e6d48c0fc44048
|
| 14 |
+
https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.1.0-h767d61c_5.conda#264fbfba7fb20acf3b29cde153e345ce
|
| 15 |
+
https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.14-hb9d3cd8_0.conda#76df83c2a9035c54df5d04ff81bcc02d
|
| 16 |
+
https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_8.conda#51a19bba1b8ebfb60df25cde030b7ebc
|
| 17 |
+
https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.16-hb03c661_0.conda#f9f81ea472684d75b9dd8d0b328cf655
|
| 18 |
+
https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda#b38117a3c920364aff79f870c984b4a3
|
| 19 |
+
https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.22-hb9d3cd8_0.conda#b422943d5d772b7cc858b36ad2a92db5
|
| 20 |
+
https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.1-hecca717_0.conda#4211416ecba1866fab0c6470986c22d6
|
| 21 |
+
https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85
|
| 22 |
+
https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.1.0-h69a702a_5.conda#069afdf8ea72504e48d23ae1171d951c
|
| 23 |
+
https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-15.1.0-hcea5267_5.conda#fbd4008644add05032b6764807ee2cba
|
| 24 |
+
https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda#915f5995e94f60e9a4826e0b0920ee88
|
| 25 |
+
https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.1-hb9d3cd8_2.conda#1a580f7796c7bf6393fddb8bbbde58dc
|
| 26 |
+
https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4
|
| 27 |
+
https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda#7c7927b404672409d9917d49bff5f2d6
|
| 28 |
+
https://conda.anaconda.org/conda-forge/linux-64/libopus-1.5.2-hd0c01bc_0.conda#b64523fb87ac6f87f0790f324ad43046
|
| 29 |
+
https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hb9d3cd8_0.conda#70e3400cbbfa03e96dcde7fc13e38c7b
|
| 30 |
+
https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.1.0-h8f9b012_5.conda#4e02a49aaa9d5190cb630fa43528fbe6
|
| 31 |
+
https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.41.2-he9a06e4_0.conda#80c07c68d2f6870250959dcc95b209d1
|
| 32 |
+
https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda#aea31d2e5b1091feca96fcfe945c3cf9
|
| 33 |
+
https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda#edb0dca6bc32e4f4789199455a1dbeb8
|
| 34 |
+
https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7
|
| 35 |
+
https://conda.anaconda.org/conda-forge/linux-64/openssl-3.5.4-h26f9b46_0.conda#14edad12b59ccbfa3910d42c72adc2a0
|
| 36 |
+
https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda#b3c17d95b5a10c6e64a21fa17573e70e
|
| 37 |
+
https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.7.1-h8fae777_3.conda#2c42649888aac645608191ffdc80d13a
|
| 38 |
+
https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda#fb901ff28063514abb6046c9ec2c4a45
|
| 39 |
+
https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb9d3cd8_0.conda#f6ebe2cb3f82ba6c057dde5d9debe4f7
|
| 40 |
+
https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb9d3cd8_0.conda#8035c64cb77ed555e3f150b7b3972480
|
| 41 |
+
https://conda.anaconda.org/conda-forge/linux-64/xorg-libxshmfence-1.3.3-hb9d3cd8_0.conda#9a809ce9f65460195777f2f2116bae02
|
| 42 |
+
https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda#418c6ca5929a611cbd69204907a83995
|
| 43 |
+
https://conda.anaconda.org/conda-forge/linux-64/expat-2.7.1-hecca717_0.conda#6033d8c2bb9b460929d00ba54154614c
|
| 44 |
+
https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.14-hecca717_2.conda#2cd94587f3a401ae05e03a6caf09539d
|
| 45 |
+
https://conda.anaconda.org/conda-forge/linux-64/jpeg-9e-h0b41bf4_3.conda#c7a069243e1fbe9a556ed2ec030e6407
|
| 46 |
+
https://conda.anaconda.org/conda-forge/linux-64/lerc-4.0.0-h0aef613_1.conda#9344155d33912347b37f0ae6c410a835
|
| 47 |
+
https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.125-hb03c661_1.conda#9314bc5a1fe7d1044dc9dfd3ef400535
|
| 48 |
+
https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda#c277e0a4d549b03ac1e9d6cbbe3d017b
|
| 49 |
+
https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda#a1cfcc585f0c42bf8d5546bb1dfb668d
|
| 50 |
+
https://conda.anaconda.org/conda-forge/linux-64/libgfortran-15.1.0-h69a702a_5.conda#0c91408b3dec0b97e8a3c694845bd63b
|
| 51 |
+
https://conda.anaconda.org/conda-forge/linux-64/liblzma-devel-5.8.1-hb9d3cd8_2.conda#f61edadbb301530bd65a32646bd81552
|
| 52 |
+
https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.50-h421ea60_1.conda#7af8e91b0deb5f8e25d1a595dea79614
|
| 53 |
+
https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.50.4-h0c1763c_0.conda#0b367fad34931cb79e0d6b7e5c06bb1c
|
| 54 |
+
https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.1.0-h4852527_5.conda#8bba50c7f4679f08c861b597ad2bda6b
|
| 55 |
+
https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda#92ed62436b625154323d40d5f2f11dd7
|
| 56 |
+
https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc
|
| 57 |
+
https://conda.anaconda.org/conda-forge/linux-64/libxkbfile-1.1.0-h166bdaf_1.conda#c6274d38be57ac8b059b8e33d406aaf6
|
| 58 |
+
https://conda.anaconda.org/conda-forge/linux-64/lmdb-0.9.31-hd590300_1.conda#55a44a03f31a494eb674c9444b5f1918
|
| 59 |
+
https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.3.0-h266115a_0.conda#9693774d2822c39a9541f2a80c346e30
|
| 60 |
+
https://conda.anaconda.org/conda-forge/linux-64/nspr-4.37-h29cc59b_0.conda#d73ccc379297a67ed921bd55b38a6c6a
|
| 61 |
+
https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.42-hcad00b1_0.conda#679c8961826aa4b50653bce17ee52abe
|
| 62 |
+
https://conda.anaconda.org/conda-forge/linux-64/pixman-0.46.4-h54a6638_1.conda#c01af13bdc553d1a8fbfff6e8db075f0
|
| 63 |
+
https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8c095d6_2.conda#283b96675859b20a825f8fa30f311446
|
| 64 |
+
https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.2-h03e3b7b_0.conda#3d8da0248bdae970b4ade636a104b7f5
|
| 65 |
+
https://conda.anaconda.org/conda-forge/linux-64/spirv-tools-2025.1-h84d6215_0.conda#e33b8bea672338e9e5029c473c3035b9
|
| 66 |
+
https://conda.anaconda.org/conda-forge/linux-64/svt-av1-3.1.2-hecca717_0.conda#9859766c658e78fec9afa4a54891d920
|
| 67 |
+
https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_hd72426e_102.conda#a0116df4f4ed05c303811a837d5b39d8
|
| 68 |
+
https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda#1c74ff8c35dcadf952a16f752ca5aa49
|
| 69 |
+
https://conda.anaconda.org/conda-forge/linux-64/xz-gpl-tools-5.8.1-hbcc6ac9_2.conda#bf627c16aa26231720af037a2709ab09
|
| 70 |
+
https://conda.anaconda.org/conda-forge/linux-64/xz-tools-5.8.1-hb9d3cd8_2.conda#1bad2995c8f1c8075c6c331bf96e46fb
|
| 71 |
+
https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.1-hb9d3cd8_2.conda#c9f075ab2f33b3bbee9e62d4ad0a6cd8
|
| 72 |
+
https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb8e6e7a_2.conda#6432cb5d4ac0046c3ac0a8a0f95842f9
|
| 73 |
+
https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda#346722a0be40f6edc53f12640d301338
|
| 74 |
+
https://conda.anaconda.org/conda-forge/linux-64/icu-73.2-h59595ed_0.conda#cc47e1facc155f91abd89b11e48e72ff
|
| 75 |
+
https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda#3f43953b7d3fb3aaa1d0d0723d91e368
|
| 76 |
+
https://repo.anaconda.com/pkgs/main/linux-64/libabseil-20250127.0-cxx17_h6a678d5_0.conda#61d01f0bb5a4f1c901e0a97e92b5d306
|
| 77 |
+
https://repo.anaconda.com/pkgs/main/linux-64/libcups-2.4.2-h252cb56_2.conda#c7d9e8357fb977e5e64673b44669cd83
|
| 78 |
+
https://conda.anaconda.org/conda-forge/linux-64/libfreetype6-2.14.1-h73754d4_0.conda#8e7251989bca326a28f4a5ffbd74557a
|
| 79 |
+
https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-15.1.0-h69a702a_5.conda#41a5893c957ffed7f82b4005bc24866c
|
| 80 |
+
https://repo.anaconda.com/pkgs/main/linux-64/libglib-2.84.2-h37c7471_0.conda#fac1ebe8188d4296f6aef5e03af15770
|
| 81 |
+
https://repo.anaconda.com/pkgs/main/linux-64/libkrb5-1.21.3-h520c7b4_4.conda#2beb165b5a6637a9d3ad5738a5e4eea5
|
| 82 |
+
https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.30-pthreads_h94d23a6_2.conda#dfc5aae7b043d9f56ba99514d5e60625
|
| 83 |
+
https://repo.anaconda.com/pkgs/main/linux-64/libvpx-1.13.1-h6a678d5_0.conda#880008a9747bd63e1e739fc7218ecd0f
|
| 84 |
+
https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.3.0-he0572af_0.conda#5eb3dd8ccc96213c0961a2bba1f611d1
|
| 85 |
+
https://conda.anaconda.org/conda-forge/linux-64/nss-3.116-h445c969_0.conda#deaf54211251a125c27aff34871124c3
|
| 86 |
+
https://conda.anaconda.org/conda-forge/linux-64/python-3.9.23-hc30ae73_0_cpython.conda#624ab0484356d86a54297919352d52b6
|
| 87 |
+
https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda#353823361b1d27eb3960efb076dfcaf6
|
| 88 |
+
https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.50.4-hbc0de68_0.conda#8376bd3854542be0c8c7cd07525d31c6
|
| 89 |
+
https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-h4f16b4b_2.conda#fdc27cb255a7a2cc73b7919a968b48f0
|
| 90 |
+
https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda#ad748ccca349aec3e91743e08b5e2b50
|
| 91 |
+
https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda#0e0cbe0564d03a99afd5fd7b362feecd
|
| 92 |
+
https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda#608e0ef8256b81d04456e8d211eee3e8
|
| 93 |
+
https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.12-h4f16b4b_0.conda#db038ce880f100acc74dba10302b5630
|
| 94 |
+
https://conda.anaconda.org/conda-forge/linux-64/xz-5.8.1-hbcc6ac9_2.conda#68eae977d7d1196d32b636a026dc015d
|
| 95 |
+
https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py39hf88036b_3.conda#1ccd2aba673acca7aa2f289266efe2db
|
| 96 |
+
https://conda.anaconda.org/conda-forge/noarch/certifi-2025.8.3-pyhd8ed1ab_0.conda#11f59985f49df4620890f3e746ed7102
|
| 97 |
+
https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda#44600c4667a319d67dbe0681fc0bc833
|
| 98 |
+
https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.28-hd9c7081_0.conda#cae723309a49399d2949362f4ab5c9e4
|
| 99 |
+
https://conda.anaconda.org/conda-forge/linux-64/dbus-1.16.2-h3c4dab8_0.conda#679616eb5ad4e521c83da4650860aba7
|
| 100 |
+
https://repo.anaconda.com/pkgs/main/linux-64/kiwisolver-1.4.4-py39h6a678d5_0.conda#3d57aedbfbd054ce57fb3c1e4448828c
|
| 101 |
+
https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.3.0-h6395336_2.conda#c09c4ac973f7992ba0c6bb1aafd77bd4
|
| 102 |
+
https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-36_h4a7cf45_openblas.conda#2a6122504dc8ea139337046d34a110cb
|
| 103 |
+
https://conda.anaconda.org/conda-forge/linux-64/libfreetype-2.14.1-ha770c72_0.conda#f4084e4e6577797150f9b04a4560ceb0
|
| 104 |
+
https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda#c8013e438185f33b13814c5c488acd5c
|
| 105 |
+
https://repo.anaconda.com/pkgs/main/linux-64/libre2-11-2024.07.02-h6a678d5_0.conda#5ed2920f4d705f948ab0109ca6f5192f
|
| 106 |
+
https://repo.anaconda.com/pkgs/main/linux-64/libtiff-4.7.0-hde9077f_0.conda#0192dc37ecb4b52209939a1960cc1bfa
|
| 107 |
+
https://repo.anaconda.com/pkgs/main/linux-64/libxml2-2.13.8-hfdd30dd_0.conda#6da89b526f12f128af101c3f70d12c6d
|
| 108 |
+
https://conda.anaconda.org/conda-forge/noarch/networkx-2.8.8-pyhd8ed1ab_0.tar.bz2#bb45ff9deddb045331fd039949f39650
|
| 109 |
+
https://conda.anaconda.org/conda-forge/noarch/packaging-25.0-pyh29332c3_1.conda#58335b26c38bf4a20f399384c33cbcf9
|
| 110 |
+
https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.4-pyhd8ed1ab_0.conda#4d91352a50949d049cf9714c8563d433
|
| 111 |
+
https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2025.2-pyhd8ed1ab_0.conda#88476ae6ebd24f39261e0854ac244f33
|
| 112 |
+
https://conda.anaconda.org/conda-forge/noarch/pytz-2025.2-pyhd8ed1ab_0.conda#bc8e3267d44011051f2eb14d22fb0960
|
| 113 |
+
https://conda.anaconda.org/conda-forge/noarch/setuptools-80.9.0-pyhff2d567_0.conda#4de79c071274a53dcaf2a8c749d1499e
|
| 114 |
+
https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda#3339e3b65d58accf4ca4fb8748ab16b3
|
| 115 |
+
https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda#9d64911b31d57ca443e9f1e36b04385f
|
| 116 |
+
https://conda.anaconda.org/conda-forge/linux-64/tornado-6.5.2-py39hd399759_0.conda#9546db52eccafee2fa2675653fec04f9
|
| 117 |
+
https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-16.0.0-py39h8cd3c5a_0.conda#2011fcaddafa077f4f0313361f4c2731
|
| 118 |
+
https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda#75cb7132eb58d97896e173ef12ac9986
|
| 119 |
+
https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda#a0901183f08b6c7107aab109733a3c91
|
| 120 |
+
https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.45-hb9d3cd8_0.conda#397a013c2dc5145a70737871aaa87e98
|
| 121 |
+
https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.6-hb9d3cd8_0.conda#febbab7d15033c913d53c7a2c102309d
|
| 122 |
+
https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda#ba231da7fccf9ea1e768caf5c7099b84
|
| 123 |
+
https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda#96d57aba173e878a2089d5638016dc5e
|
| 124 |
+
https://conda.anaconda.org/conda-forge/noarch/zipp-3.23.0-pyhd8ed1ab_0.conda#df5e78d904988eb55042c0c97446079f
|
| 125 |
+
https://repo.anaconda.com/pkgs/main/linux-64/fonttools-4.59.2-py39hee96239_0.conda#ce95615c0816f4ae537e49429929c151
|
| 126 |
+
https://conda.anaconda.org/conda-forge/linux-64/freetype-2.14.1-ha770c72_0.conda#4afc585cd97ba8a23809406cd8a9eda8
|
| 127 |
+
https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda#c85c76dc67d75619a92f51dfbce06992
|
| 128 |
+
https://conda.anaconda.org/conda-forge/noarch/joblib-1.5.1-pyhd8ed1ab_0.conda#fb1c14694de51a476ce8636d92b6f42c
|
| 129 |
+
https://repo.anaconda.com/pkgs/main/linux-64/lcms2-2.16-h92b89f2_1.conda#70f0dc0d1eb7f8a3e5721e100d193582
|
| 130 |
+
https://conda.anaconda.org/conda-forge/linux-64/libavif-1.3.0-h6395336_2.conda#480f86b1f0c0b200c006a1dfe0ed4cc2
|
| 131 |
+
https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-36_h0358290_openblas.conda#13a3fe5f9812ac8c5710ef8c03105121
|
| 132 |
+
https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda#928b8be80851f5d8ffb016f9c81dae7a
|
| 133 |
+
https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-36_h47877c9_openblas.conda#55daaac7ecf8ebd169cdbe34dc79549e
|
| 134 |
+
https://conda.anaconda.org/conda-forge/linux-64/libllvm15-15.0.7-ha7bfdaf_5.conda#f55d1108d59fa85e6a1ded9c70766bd8
|
| 135 |
+
https://conda.anaconda.org/conda-forge/linux-64/libllvm20-20.1.8-hecd9e04_0.conda#59a7b967b6ef5d63029b1712f8dcf661
|
| 136 |
+
https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.11.0-he8b52b9_0.conda#74e91c36d0eef3557915c68b6c2bef96
|
| 137 |
+
https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.43-h7a3aeb2_0.conda#31059dc620fa57d787e3899ed0421e6d
|
| 138 |
+
https://repo.anaconda.com/pkgs/main/linux-64/openjpeg-2.5.2-h0d4d230_1.conda#51f08ca1d1e46d9658e1f4f30f311fe8
|
| 139 |
+
https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.10-he970967_0.conda#2e5bf4f1da39c0b32778561c3c4e5878
|
| 140 |
+
https://conda.anaconda.org/conda-forge/noarch/pip-25.2-pyh8b19718_0.conda#dfce4b2af4bfe90cdcaf56ca0b28ddf5
|
| 141 |
+
https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda#5b8d21249ff20967101ffa321cab24e8
|
| 142 |
+
https://repo.anaconda.com/pkgs/main/linux-64/re2-2024.07.02-hdb19cb5_0.conda#5aeac4f506fee4388076f7ee36e0f372
|
| 143 |
+
https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.5-hb9d3cd8_0.conda#eb44b3b6deb1cab08d72cb61686fe64c
|
| 144 |
+
https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.6-hb9d3cd8_2.conda#d3c295b50f092ab525ffe3c2aa4b7413
|
| 145 |
+
https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda#b5fcc7172d22516e1f965490e65e33a4
|
| 146 |
+
https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda#17dcc85db3c7886650b8908b183d6876
|
| 147 |
+
https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.4-hb9d3cd8_0.conda#2de7f99d6581a4a7adbff607b5c278ca
|
| 148 |
+
https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.6-hb9d3cd8_0.conda#5efa5fa6243a622445fdfd72aee15efa
|
| 149 |
+
https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.15.0-h7e30c49_1.conda#8f5b0b297b59e1ac160ad4beec99dbee
|
| 150 |
+
https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.5.2-pyhd8ed1ab_0.conda#e376ea42e9ae40f3278b0f79c9bf9826
|
| 151 |
+
https://repo.anaconda.com/pkgs/main/linux-64/libclang13-20.1.8-default_hee3e7a4_0.conda#5a3bf2e009605eef73c99efed6fc19ac
|
| 152 |
+
https://repo.anaconda.com/pkgs/main/linux-64/libpq-17.4-h02b6914_2.conda#0eee5854dcbd4763d692dce921acbea8
|
| 153 |
+
https://repo.anaconda.com/pkgs/main/linux-64/mesalib-25.1.5-h31e3550_0.conda#65e715d91084a3bb9b1b4f928f9f09cd
|
| 154 |
+
https://conda.anaconda.org/conda-forge/linux-64/numpy-2.0.2-py39h9cb892a_1.conda#be95cf76ebd05d08be67e50e88d3cd49
|
| 155 |
+
https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda#7bbe9a0cc0df0ac5f5a8ad6d6a11af2f
|
| 156 |
+
https://repo.anaconda.com/pkgs/main/linux-64/cairo-1.18.4-h44eff21_0.conda#0daa45e9fbc7b32c0ab8362209fddfc7
|
| 157 |
+
https://repo.anaconda.com/pkgs/main/linux-64/contourpy-1.2.1-py39hdb19cb5_1.conda#066fd7b4f0334c70dd7d36c55cf026b9
|
| 158 |
+
https://conda.anaconda.org/conda-forge/linux-64/pandas-2.2.3-py39h3b40f6f_3.conda#866ab4e3d620b2425aa2ad9dae6e3e94
|
| 159 |
+
https://conda.anaconda.org/conda-forge/noarch/patsy-1.0.1-pyhd8ed1ab_1.conda#ee23fabfd0a8c6b8d6f3729b47b2859d
|
| 160 |
+
https://conda.anaconda.org/conda-forge/linux-64/scipy-1.13.1-py39haf93ffa_0.conda#492a2cd65862d16a4aaf535ae9ccb761
|
| 161 |
+
https://repo.anaconda.com/pkgs/main/linux-64/harfbuzz-10.2.0-hdfddeaa_1.conda#c262b9a7ea91f66ba2da38c5572d74fa
|
| 162 |
+
https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.6.1-py39h4b7350c_0.conda#333918d48645a16d2b55911cdf8427d0
|
| 163 |
+
https://conda.anaconda.org/conda-forge/linux-64/statsmodels-0.14.5-py39h7c0b2d6_0.conda#cf683cd1bb0a6dad305ff3c1166f62d4
|
| 164 |
+
https://repo.anaconda.com/pkgs/main/linux-64/pillow-11.3.0-py39hb1c3d2d_0.conda#fdbc8b80258aed0c53f86fbfd992c932
|
| 165 |
+
https://repo.anaconda.com/pkgs/main/linux-64/qtbase-6.9.2-h46e0f57_1.conda#7b1af16191fd5fa10e2efa9168038756
|
| 166 |
+
https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.9.4-py39h16632d1_0.conda#f149592d52f9c1ab1bfe3dc055458e13
|
| 167 |
+
https://repo.anaconda.com/pkgs/main/linux-64/qtshadertools-6.9.2-hbdd6827_1.conda#78726d80b9197bfeaccb313fd86d9c69
|
| 168 |
+
https://repo.anaconda.com/pkgs/main/linux-64/qtsvg-6.9.2-h75a08ff_1.conda#697db1dddc7dc96bcf5569b4cffe7d98
|
| 169 |
+
https://repo.anaconda.com/pkgs/main/linux-64/qtdeclarative-6.9.2-h55666de_1.conda#2714d90e3b0306ce9418bb24cc51d74b
|
| 170 |
+
https://conda.anaconda.org/conda-forge/noarch/seaborn-base-0.13.2-pyhd8ed1ab_3.conda#fd96da444e81f9e6fcaac38590f3dd42
|
| 171 |
+
https://repo.anaconda.com/pkgs/main/linux-64/qttools-6.9.2-hc856bc8_1.conda#2e6828df5672eb378a6e1fff0ea97ea2
|
| 172 |
+
https://repo.anaconda.com/pkgs/main/linux-64/qtwebchannel-6.9.2-hbdd6827_1.conda#4c57288d12fe3deb6cda7ad4992a8700
|
| 173 |
+
https://repo.anaconda.com/pkgs/main/linux-64/qtwebsockets-6.9.2-hbdd6827_1.conda#cd1d841ad11abc2c98874acf167bcb29
|
| 174 |
+
https://conda.anaconda.org/conda-forge/noarch/seaborn-0.13.2-hd8ed1ab_3.conda#62afb877ca2c2b4b6f9ecb37320085b6
|
| 175 |
+
https://repo.anaconda.com/pkgs/main/linux-64/qtwebengine-6.9.2-h2da6924_0.conda#b7b2c24c2772a0ea68527b0599632da2
|
| 176 |
+
https://repo.anaconda.com/pkgs/main/linux-64/pyside6-6.9.2-py39h2ddcaae_0.conda#6006b94c834de07cf7d4a505b20a616d
|
| 177 |
+
https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.9.4-py39hf3d152e_0.conda#922f2edd2f9ff0a95c83eb781bacad5e
|
configs/020_test/meta.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env": "020_test",
|
| 3 |
+
"python_version": "3.9.23",
|
| 4 |
+
"has_cuda_hint": false,
|
| 5 |
+
"editable_count": 0,
|
| 6 |
+
"source_prefix": "/home/lily/yz979/anaconda3/envs/020_test",
|
| 7 |
+
"exported_at": "2026-05-17T04:03:33Z"
|
| 8 |
+
}
|
configs/020_test/pip-clean.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
filelock==3.13.1
|
| 2 |
+
fsspec==2024.6.1
|
| 3 |
+
Jinja2==3.1.4
|
| 4 |
+
MarkupSafe==2.1.5
|
| 5 |
+
matplotlib==3.9.4
|
| 6 |
+
mpmath==1.3.0
|
| 7 |
+
PySide6==6.9.2
|
| 8 |
+
shiboken6==6.9.2
|
| 9 |
+
sympy==1.13.3
|
| 10 |
+
torch==2.8.0+cpu
|
| 11 |
+
typing_extensions==4.12.2
|
configs/020_test/pip-freeze.txt
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Brotli @ file:///home/conda/feedstock_root/build_artifacts/brotli-split_1749229842835/work
|
| 2 |
+
certifi @ file:///home/conda/feedstock_root/build_artifacts/certifi_1754231422783/work/certifi
|
| 3 |
+
contourpy @ file:///croot/contourpy_1738160616259/work
|
| 4 |
+
cycler @ file:///home/conda/feedstock_root/build_artifacts/cycler_1733332471406/work
|
| 5 |
+
filelock==3.13.1
|
| 6 |
+
fonttools @ file:///home/task_175879159822283/conda-bld/fonttools_1758791613454/work
|
| 7 |
+
fsspec==2024.6.1
|
| 8 |
+
importlib_resources @ file:///home/conda/feedstock_root/build_artifacts/importlib_resources_1736252299705/work
|
| 9 |
+
Jinja2==3.1.4
|
| 10 |
+
joblib @ file:///home/conda/feedstock_root/build_artifacts/joblib_1748019130050/work
|
| 11 |
+
kiwisolver @ file:///croot/kiwisolver_1672387140495/work
|
| 12 |
+
MarkupSafe==2.1.5
|
| 13 |
+
matplotlib==3.9.4
|
| 14 |
+
mpmath==1.3.0
|
| 15 |
+
networkx @ file:///home/conda/feedstock_root/build_artifacts/networkx_1667391556261/work
|
| 16 |
+
numpy @ file:///home/conda/feedstock_root/build_artifacts/numpy_1732314280888/work/dist/numpy-2.0.2-cp39-cp39-linux_x86_64.whl#sha256=62d98eb3da9f13e6b227c430d01026b7427f341b3fdcb838430f2a9e520417b1
|
| 17 |
+
packaging @ file:///home/conda/feedstock_root/build_artifacts/bld/rattler-build_packaging_1745345660/work
|
| 18 |
+
pandas @ file:///home/conda/feedstock_root/build_artifacts/pandas_1744430470408/work
|
| 19 |
+
patsy @ file:///home/conda/feedstock_root/build_artifacts/patsy_1733792384640/work
|
| 20 |
+
pillow @ file:///croot/pillow_1752524526621/work
|
| 21 |
+
pyparsing @ file:///home/conda/feedstock_root/build_artifacts/pyparsing_1724616129934/work
|
| 22 |
+
PySide6==6.9.2
|
| 23 |
+
python-dateutil @ file:///home/conda/feedstock_root/build_artifacts/bld/rattler-build_python-dateutil_1751104122/work
|
| 24 |
+
pytz @ file:///home/conda/feedstock_root/build_artifacts/pytz_1742920838005/work
|
| 25 |
+
scikit-learn @ file:///home/conda/feedstock_root/build_artifacts/scikit-learn_1736496755362/work/dist/scikit_learn-1.6.1-cp39-cp39-linux_x86_64.whl#sha256=e8f978e37bb47e04e1337a63f75697b723d6d25f58e477734555faed033884ba
|
| 26 |
+
scipy @ file:///home/conda/feedstock_root/build_artifacts/scipy-split_1716470218293/work/dist/scipy-1.13.1-cp39-cp39-linux_x86_64.whl#sha256=e6696cb8683d94467891b7648e068a3970f6bc0a1b3c1aa7f9bc89458eafd2f0
|
| 27 |
+
seaborn @ file:///home/conda/feedstock_root/build_artifacts/seaborn-split_1733730015268/work
|
| 28 |
+
shiboken6==6.9.2
|
| 29 |
+
six @ file:///home/conda/feedstock_root/build_artifacts/bld/rattler-build_six_1753199211/work
|
| 30 |
+
statsmodels @ file:///home/conda/feedstock_root/build_artifacts/statsmodels_1751917446772/work
|
| 31 |
+
sympy==1.13.3
|
| 32 |
+
threadpoolctl @ file:///home/conda/feedstock_root/build_artifacts/threadpoolctl_1741878222898/work
|
| 33 |
+
torch==2.8.0+cpu
|
| 34 |
+
tornado @ file:///home/conda/feedstock_root/build_artifacts/tornado_1754731992698/work
|
| 35 |
+
typing_extensions==4.12.2
|
| 36 |
+
tzdata @ file:///home/conda/feedstock_root/build_artifacts/python-tzdata_1742745135198/work
|
| 37 |
+
unicodedata2 @ file:///home/conda/feedstock_root/build_artifacts/unicodedata2_1736692503055/work
|
| 38 |
+
zipp @ file:///home/conda/feedstock_root/build_artifacts/zipp_1749421620841/work
|
configs/026_test/editable.txt
ADDED
|
File without changes
|
configs/026_test/env.yml
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: 026_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/026_test
|
configs/026_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/026_test/meta.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env": "026_test",
|
| 3 |
+
"python_version": "3.8.20",
|
| 4 |
+
"has_cuda_hint": false,
|
| 5 |
+
"editable_count": 0,
|
| 6 |
+
"source_prefix": "/home/lily/yz979/anaconda3/envs/026_test",
|
| 7 |
+
"exported_at": "2026-05-17T04:03:31Z"
|
| 8 |
+
}
|
configs/026_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/026_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/032_test/editable.txt
ADDED
|
File without changes
|
configs/032_test/env.yml
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: 032_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/032_test
|
configs/032_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/032_test/meta.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env": "032_test",
|
| 3 |
+
"python_version": "3.8.20",
|
| 4 |
+
"has_cuda_hint": false,
|
| 5 |
+
"editable_count": 0,
|
| 6 |
+
"source_prefix": "/home/lily/yz979/anaconda3/envs/032_test",
|
| 7 |
+
"exported_at": "2026-05-17T04:03:39Z"
|
| 8 |
+
}
|
configs/032_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/032_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/041_test/editable.txt
ADDED
|
File without changes
|
configs/041_test/env.yml
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: 041_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 |
+
- filelock==3.13.1
|
| 36 |
+
- fsspec==2024.6.1
|
| 37 |
+
- idna==3.10
|
| 38 |
+
- jinja2==3.1.4
|
| 39 |
+
- markupsafe==2.1.5
|
| 40 |
+
- mpmath==1.3.0
|
| 41 |
+
- networkx==3.0
|
| 42 |
+
- numpy==1.24.4
|
| 43 |
+
- nvidia-cublas-cu11==11.10.3.66
|
| 44 |
+
- nvidia-cublas-cu12==12.1.3.1
|
| 45 |
+
- nvidia-cuda-cupti-cu12==12.1.105
|
| 46 |
+
- nvidia-cuda-nvrtc-cu11==11.7.99
|
| 47 |
+
- nvidia-cuda-nvrtc-cu12==12.1.105
|
| 48 |
+
- nvidia-cuda-runtime-cu11==11.7.99
|
| 49 |
+
- nvidia-cuda-runtime-cu12==12.1.105
|
| 50 |
+
- nvidia-cudnn-cu11==8.5.0.96
|
| 51 |
+
- nvidia-cudnn-cu12==9.1.0.70
|
| 52 |
+
- nvidia-cufft-cu12==11.0.2.54
|
| 53 |
+
- nvidia-curand-cu12==10.3.2.106
|
| 54 |
+
- nvidia-cusparse-cu12==12.1.0.106
|
| 55 |
+
- nvidia-nccl-cu12==2.20.5
|
| 56 |
+
- nvidia-nvjitlink-cu12==12.9.86
|
| 57 |
+
- nvidia-nvtx-cu12==12.1.105
|
| 58 |
+
- packaging==25.0
|
| 59 |
+
- pillow==10.4.0
|
| 60 |
+
- pyyaml==6.0.3
|
| 61 |
+
- requests==2.32.4
|
| 62 |
+
- rouge-score==0.1.2
|
| 63 |
+
- scikit-learn==1.3.2
|
| 64 |
+
- scipy==1.10.1
|
| 65 |
+
- six==1.17.0
|
| 66 |
+
- sympy==1.13.3
|
| 67 |
+
- torch==2.4.1
|
| 68 |
+
- torchvision==0.19.1
|
| 69 |
+
- triton==3.0.0
|
| 70 |
+
- typing-extensions==4.12.2
|
| 71 |
+
- urllib3==2.2.3
|
| 72 |
+
prefix: /home/lily/yz979/anaconda3/envs/041_test
|
configs/041_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/041_test/meta.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env": "041_test",
|
| 3 |
+
"python_version": "3.8.20",
|
| 4 |
+
"has_cuda_hint": false,
|
| 5 |
+
"editable_count": 0,
|
| 6 |
+
"source_prefix": "/home/lily/yz979/anaconda3/envs/041_test",
|
| 7 |
+
"exported_at": "2026-05-17T04:03:47Z"
|
| 8 |
+
}
|
configs/041_test/pip-clean.txt
ADDED
|
@@ -0,0 +1,471 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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.13.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 |
+
networkx==3.0
|
| 217 |
+
neuroHarmonize==2.4.5
|
| 218 |
+
nh3==0.2.17
|
| 219 |
+
ninja==1.11.1.1
|
| 220 |
+
nltk==3.8.1
|
| 221 |
+
numba==0.58.1
|
| 222 |
+
numexpr==2.8.6
|
| 223 |
+
numpoly==1.0.6
|
| 224 |
+
numpy==1.24.4
|
| 225 |
+
numpydoc==1.1.0
|
| 226 |
+
nvidia-cublas-cu11==11.10.3.66
|
| 227 |
+
nvidia-cublas-cu12==12.1.3.1
|
| 228 |
+
nvidia-cuda-cupti-cu12==12.1.105
|
| 229 |
+
nvidia-cuda-nvrtc-cu11==11.7.99
|
| 230 |
+
nvidia-cuda-nvrtc-cu12==12.1.105
|
| 231 |
+
nvidia-cuda-runtime-cu11==11.7.99
|
| 232 |
+
nvidia-cuda-runtime-cu12==12.1.105
|
| 233 |
+
nvidia-cudnn-cu11==8.5.0.96
|
| 234 |
+
nvidia-cudnn-cu12==9.1.0.70
|
| 235 |
+
nvidia-cufft-cu12==11.0.2.54
|
| 236 |
+
nvidia-curand-cu12==10.3.2.106
|
| 237 |
+
nvidia-cusparse-cu12==12.1.0.106
|
| 238 |
+
nvidia-ml-py==12.535.133
|
| 239 |
+
nvidia-nccl-cu12==2.20.5
|
| 240 |
+
nvidia-nvjitlink-cu12==12.9.86
|
| 241 |
+
nvidia-nvtx-cu12==12.1.105
|
| 242 |
+
nvitop==1.3.2
|
| 243 |
+
oauthlib==3.2.2
|
| 244 |
+
onnx==1.16.0
|
| 245 |
+
onnxruntime==1.15.1
|
| 246 |
+
openai==1.101.0
|
| 247 |
+
openpyxl==3.0.9
|
| 248 |
+
opentelemetry-api==1.24.0
|
| 249 |
+
opentelemetry-exporter-otlp-proto-common==1.24.0
|
| 250 |
+
opentelemetry-exporter-otlp-proto-grpc==1.24.0
|
| 251 |
+
opentelemetry-proto==1.24.0
|
| 252 |
+
opentelemetry-sdk==1.24.0
|
| 253 |
+
opentelemetry-semantic-conventions==0.45b0
|
| 254 |
+
opt-einsum==3.3.0
|
| 255 |
+
optax==0.1.5
|
| 256 |
+
ordered-set==4.1.0
|
| 257 |
+
orjson==3.10.1
|
| 258 |
+
overrides==7.7.0
|
| 259 |
+
packaging==26.2
|
| 260 |
+
pandas==2.0.3
|
| 261 |
+
pandas-stubs==1.2.0.45
|
| 262 |
+
parsimonious==0.8.1
|
| 263 |
+
pathlib==1.0.1
|
| 264 |
+
patsy==1.0.1
|
| 265 |
+
pdf2image==1.17.0
|
| 266 |
+
pfzy==0.3.4
|
| 267 |
+
PICOS==2.6.1
|
| 268 |
+
pikepdf==8.4.1
|
| 269 |
+
pillow==10.4.0
|
| 270 |
+
pip-search==0.0.12
|
| 271 |
+
pkgutil_resolve_name==1.3.10
|
| 272 |
+
plac==0.9.6
|
| 273 |
+
plotly==6.3.0
|
| 274 |
+
pluggy==1.5.0
|
| 275 |
+
ply==3.11
|
| 276 |
+
pondpond==1.4.1
|
| 277 |
+
pooch==1.8.2
|
| 278 |
+
portalocker==2.4.0
|
| 279 |
+
posthog==3.5.0
|
| 280 |
+
preshed==3.0.9
|
| 281 |
+
prettytable==3.11.0
|
| 282 |
+
primer3-py==2.2.0
|
| 283 |
+
prompt-toolkit==3.0.43
|
| 284 |
+
propcache==0.2.0
|
| 285 |
+
PuLP==3.1.1
|
| 286 |
+
pulsar-client==3.5.0
|
| 287 |
+
pyarrow==17.0.0
|
| 288 |
+
pyarrow-hotfix==0.6
|
| 289 |
+
pyclipper==1.3.0.post5
|
| 290 |
+
pycocotools==2.0.7
|
| 291 |
+
pycparser==2.21
|
| 292 |
+
pydantic==2.10.6
|
| 293 |
+
pydantic_core==2.27.2
|
| 294 |
+
pydeck==0.9.0b1
|
| 295 |
+
pyDOE2==1.3.0
|
| 296 |
+
pydub==0.25.1
|
| 297 |
+
pyfaidx==0.9.0.1
|
| 298 |
+
Pygments==2.19.2
|
| 299 |
+
PyJWT==2.8.0
|
| 300 |
+
pymodbus==3.6.9
|
| 301 |
+
PyMuPDF==1.23.16
|
| 302 |
+
PyMuPDFb==1.23.9
|
| 303 |
+
PyNaCl==1.6.2
|
| 304 |
+
pynndescent==0.5.13
|
| 305 |
+
Pyomo==6.8.2
|
| 306 |
+
pyOpenSSL==24.1.0
|
| 307 |
+
pypandoc==1.13
|
| 308 |
+
pypdf==4.2.0
|
| 309 |
+
pypdfium2==4.29.0
|
| 310 |
+
PyPika==0.48.9
|
| 311 |
+
PyQt5==5.15.7
|
| 312 |
+
PyQt5-Qt5==5.15.17
|
| 313 |
+
PyQt5_sip==12.15.0
|
| 314 |
+
pyro-api==0.1.2
|
| 315 |
+
pyro-ppl==1.9.1
|
| 316 |
+
pysam==0.23.3
|
| 317 |
+
PySocks==1.7.1
|
| 318 |
+
pysqlite3-binary==0.5.2.post3
|
| 319 |
+
pystan==2.19.1.1
|
| 320 |
+
pytesseract==0.3.10
|
| 321 |
+
pytest-cov==5.0.0
|
| 322 |
+
python-dateutil==2.9.0.post0
|
| 323 |
+
python-decouple==3.8
|
| 324 |
+
python-docx==1.1.0
|
| 325 |
+
python-dotenv==1.0.1
|
| 326 |
+
python-iso639==2024.4.27
|
| 327 |
+
python-Levenshtein==0.25.1
|
| 328 |
+
python-multipart==0.0.18
|
| 329 |
+
python-pptx==0.6.23
|
| 330 |
+
python-slugify==8.0.4
|
| 331 |
+
pytorch-pretrained-bert==0.6.2
|
| 332 |
+
pytz==2025.2
|
| 333 |
+
pyvista==0.44.2
|
| 334 |
+
PyWavelets==1.4.1
|
| 335 |
+
PyYAML==6.0.3
|
| 336 |
+
quantile-python==1.1
|
| 337 |
+
rapidfuzz==3.8.1
|
| 338 |
+
rapidocr-onnxruntime==1.3.8
|
| 339 |
+
ray==2.10.0
|
| 340 |
+
rdkit==2024.3.5
|
| 341 |
+
redis==6.1.1
|
| 342 |
+
referencing==0.35.1
|
| 343 |
+
regex==2022.4.24
|
| 344 |
+
requests==2.32.4
|
| 345 |
+
requests-oauthlib==1.3.0
|
| 346 |
+
responses==0.16.0
|
| 347 |
+
rich==13.7.1
|
| 348 |
+
rouge-score==0.1.2
|
| 349 |
+
rpds-py==0.20.1
|
| 350 |
+
rq==2.3.3
|
| 351 |
+
rsa==4.7.2
|
| 352 |
+
ruff==0.4.2
|
| 353 |
+
rustworkx==0.15.1
|
| 354 |
+
s3transfer==0.11.3
|
| 355 |
+
sacrebleu==2.1.0
|
| 356 |
+
sacremoses==0.0.46
|
| 357 |
+
safetensors==0.4.3
|
| 358 |
+
scikit-learn==1.3.2
|
| 359 |
+
scipy==1.10.1
|
| 360 |
+
scooby==0.10.1
|
| 361 |
+
seaborn==0.13.2
|
| 362 |
+
semantic-version==2.10.0
|
| 363 |
+
sentence-transformers==2.2.2
|
| 364 |
+
sentencepiece==0.1.91
|
| 365 |
+
sentry-sdk==2.39.0
|
| 366 |
+
session_info==1.0.1
|
| 367 |
+
sgmllib3k==1.0.0
|
| 368 |
+
shapely==2.0.4
|
| 369 |
+
shellingham==1.5.4
|
| 370 |
+
shortuuid==1.0.13
|
| 371 |
+
six==1.17.0
|
| 372 |
+
smart-open==6.4.0
|
| 373 |
+
smmap==5.0.1
|
| 374 |
+
sniffio==1.3.1
|
| 375 |
+
snowballstemmer==2.2.0
|
| 376 |
+
sobol-seq==0.2.0
|
| 377 |
+
socksio==1.0.0
|
| 378 |
+
soupsieve==2.5
|
| 379 |
+
spacy-legacy==3.0.12
|
| 380 |
+
spacy-loggers==1.0.5
|
| 381 |
+
Sphinx==4.3.1
|
| 382 |
+
sphinxcontrib-applehelp==1.0.2
|
| 383 |
+
sphinxcontrib-devhelp==1.0.2
|
| 384 |
+
sphinxcontrib-htmlhelp==2.0.0
|
| 385 |
+
sphinxcontrib-jsmath==1.0.1
|
| 386 |
+
sphinxcontrib-qthelp==1.0.3
|
| 387 |
+
sphinxcontrib-serializinghtml==1.1.5
|
| 388 |
+
SQLAlchemy==2.0.19
|
| 389 |
+
sqlparse==0.4.2
|
| 390 |
+
sse-starlette==1.8.2
|
| 391 |
+
starlette==0.44.0
|
| 392 |
+
statsmodels==0.14.1
|
| 393 |
+
stdlib-list==0.10.0
|
| 394 |
+
streamlit==1.30.0
|
| 395 |
+
streamlit-aggrid==0.3.4.post3
|
| 396 |
+
streamlit-antd-components==0.3.1
|
| 397 |
+
streamlit-chatbox==1.1.11
|
| 398 |
+
streamlit-feedback==0.1.3
|
| 399 |
+
streamlit-modal==0.1.0
|
| 400 |
+
streamlit-option-menu==0.3.12
|
| 401 |
+
strsimpy==0.2.1
|
| 402 |
+
svgwrite==1.4.3
|
| 403 |
+
sympy==1.13.3
|
| 404 |
+
tabnet @ git+https://github.com/titu1994/tf-TabNet.git@53b144b4dd47184c3ee891501dcd90fb37683ab7
|
| 405 |
+
tabulate==0.8.9
|
| 406 |
+
tenacity==8.2.3
|
| 407 |
+
tensorboard-plugin-wit==1.8.0
|
| 408 |
+
tensorboardX==2.4.1
|
| 409 |
+
text-unidecode==1.3
|
| 410 |
+
texttable==1.7.0
|
| 411 |
+
thefuzz==0.22.1
|
| 412 |
+
threadpoolctl==3.5.0
|
| 413 |
+
tifffile==2023.7.10
|
| 414 |
+
tiktoken==0.7.0
|
| 415 |
+
timm==0.9.16
|
| 416 |
+
tk==0.1.0
|
| 417 |
+
tokenizers==0.20.3
|
| 418 |
+
toml==0.10.2
|
| 419 |
+
tomlkit==0.12.0
|
| 420 |
+
toolz==0.12.1
|
| 421 |
+
torch==2.4.1
|
| 422 |
+
torch-geometric==2.6.1
|
| 423 |
+
torchaudio==2.1.2+cu118
|
| 424 |
+
torchtext==0.4.0
|
| 425 |
+
torchvision==0.19.1
|
| 426 |
+
tornado==6.4
|
| 427 |
+
tqdm==4.67.1
|
| 428 |
+
transformer-lens==2.16.1
|
| 429 |
+
transformers==4.46.3
|
| 430 |
+
transformers-stream-generator==0.0.5
|
| 431 |
+
triton==3.0.0
|
| 432 |
+
typed-argument-parser==1.10.1
|
| 433 |
+
typeguard==4.4.0
|
| 434 |
+
typer==0.9.4
|
| 435 |
+
types-requests==2.31.0.20240406
|
| 436 |
+
typing-inspect==0.9.0
|
| 437 |
+
typing-utils==0.1.0
|
| 438 |
+
typing_extensions==4.13.2
|
| 439 |
+
tzdata==2024.1
|
| 440 |
+
tzlocal==5.2
|
| 441 |
+
umap-learn==0.5.7
|
| 442 |
+
Unidecode==1.3.2
|
| 443 |
+
unittest-xml-reporting==3.2.0
|
| 444 |
+
unstructured==0.11.0
|
| 445 |
+
unstructured-client==0.22.0
|
| 446 |
+
unstructured-inference==0.7.15
|
| 447 |
+
unstructured.pytesseract==0.3.12
|
| 448 |
+
urllib3==2.2.3
|
| 449 |
+
uvicorn==0.29.0
|
| 450 |
+
uvloop==0.21.0
|
| 451 |
+
validators==0.28.1
|
| 452 |
+
vllm==0.2.7
|
| 453 |
+
vtk==9.3.1
|
| 454 |
+
wandb==0.22.0
|
| 455 |
+
watchdog==3.0.0
|
| 456 |
+
watchfiles==0.21.0
|
| 457 |
+
wavedrom==2.0.3.post3
|
| 458 |
+
weasel==0.3.4
|
| 459 |
+
websocket-client==1.8.0
|
| 460 |
+
websockets==13.1
|
| 461 |
+
Werkzeug==2.0.2
|
| 462 |
+
word2number==1.1
|
| 463 |
+
xlrd==2.0.1
|
| 464 |
+
XlsxWriter==3.0.2
|
| 465 |
+
xxhash==2.0.2
|
| 466 |
+
Yapsy==1.12.2
|
| 467 |
+
yarl==1.15.2
|
| 468 |
+
youtube-search==2.1.2
|
| 469 |
+
zipp==3.20.2
|
| 470 |
+
zope.event==4.5.0
|
| 471 |
+
zstandard==0.23.0
|
configs/041_test/pip-freeze.txt
ADDED
|
@@ -0,0 +1,471 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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.13.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 |
+
networkx==3.0
|
| 217 |
+
neuroHarmonize==2.4.5
|
| 218 |
+
nh3==0.2.17
|
| 219 |
+
ninja==1.11.1.1
|
| 220 |
+
nltk==3.8.1
|
| 221 |
+
numba==0.58.1
|
| 222 |
+
numexpr==2.8.6
|
| 223 |
+
numpoly==1.0.6
|
| 224 |
+
numpy==1.24.4
|
| 225 |
+
numpydoc==1.1.0
|
| 226 |
+
nvidia-cublas-cu11==11.10.3.66
|
| 227 |
+
nvidia-cublas-cu12==12.1.3.1
|
| 228 |
+
nvidia-cuda-cupti-cu12==12.1.105
|
| 229 |
+
nvidia-cuda-nvrtc-cu11==11.7.99
|
| 230 |
+
nvidia-cuda-nvrtc-cu12==12.1.105
|
| 231 |
+
nvidia-cuda-runtime-cu11==11.7.99
|
| 232 |
+
nvidia-cuda-runtime-cu12==12.1.105
|
| 233 |
+
nvidia-cudnn-cu11==8.5.0.96
|
| 234 |
+
nvidia-cudnn-cu12==9.1.0.70
|
| 235 |
+
nvidia-cufft-cu12==11.0.2.54
|
| 236 |
+
nvidia-curand-cu12==10.3.2.106
|
| 237 |
+
nvidia-cusparse-cu12==12.1.0.106
|
| 238 |
+
nvidia-ml-py==12.535.133
|
| 239 |
+
nvidia-nccl-cu12==2.20.5
|
| 240 |
+
nvidia-nvjitlink-cu12==12.9.86
|
| 241 |
+
nvidia-nvtx-cu12==12.1.105
|
| 242 |
+
nvitop==1.3.2
|
| 243 |
+
oauthlib==3.2.2
|
| 244 |
+
onnx==1.16.0
|
| 245 |
+
onnxruntime==1.15.1
|
| 246 |
+
openai==1.101.0
|
| 247 |
+
openpyxl==3.0.9
|
| 248 |
+
opentelemetry-api==1.24.0
|
| 249 |
+
opentelemetry-exporter-otlp-proto-common==1.24.0
|
| 250 |
+
opentelemetry-exporter-otlp-proto-grpc==1.24.0
|
| 251 |
+
opentelemetry-proto==1.24.0
|
| 252 |
+
opentelemetry-sdk==1.24.0
|
| 253 |
+
opentelemetry-semantic-conventions==0.45b0
|
| 254 |
+
opt-einsum==3.3.0
|
| 255 |
+
optax==0.1.5
|
| 256 |
+
ordered-set==4.1.0
|
| 257 |
+
orjson==3.10.1
|
| 258 |
+
overrides==7.7.0
|
| 259 |
+
packaging==26.2
|
| 260 |
+
pandas==2.0.3
|
| 261 |
+
pandas-stubs==1.2.0.45
|
| 262 |
+
parsimonious==0.8.1
|
| 263 |
+
pathlib==1.0.1
|
| 264 |
+
patsy==1.0.1
|
| 265 |
+
pdf2image==1.17.0
|
| 266 |
+
pfzy==0.3.4
|
| 267 |
+
PICOS==2.6.1
|
| 268 |
+
pikepdf==8.4.1
|
| 269 |
+
pillow==10.4.0
|
| 270 |
+
pip-search==0.0.12
|
| 271 |
+
pkgutil_resolve_name==1.3.10
|
| 272 |
+
plac==0.9.6
|
| 273 |
+
plotly==6.3.0
|
| 274 |
+
pluggy==1.5.0
|
| 275 |
+
ply==3.11
|
| 276 |
+
pondpond==1.4.1
|
| 277 |
+
pooch==1.8.2
|
| 278 |
+
portalocker==2.4.0
|
| 279 |
+
posthog==3.5.0
|
| 280 |
+
preshed==3.0.9
|
| 281 |
+
prettytable==3.11.0
|
| 282 |
+
primer3-py==2.2.0
|
| 283 |
+
prompt-toolkit==3.0.43
|
| 284 |
+
propcache==0.2.0
|
| 285 |
+
PuLP==3.1.1
|
| 286 |
+
pulsar-client==3.5.0
|
| 287 |
+
pyarrow==17.0.0
|
| 288 |
+
pyarrow-hotfix==0.6
|
| 289 |
+
pyclipper==1.3.0.post5
|
| 290 |
+
pycocotools==2.0.7
|
| 291 |
+
pycparser==2.21
|
| 292 |
+
pydantic==2.10.6
|
| 293 |
+
pydantic_core==2.27.2
|
| 294 |
+
pydeck==0.9.0b1
|
| 295 |
+
pyDOE2==1.3.0
|
| 296 |
+
pydub==0.25.1
|
| 297 |
+
pyfaidx==0.9.0.1
|
| 298 |
+
Pygments==2.19.2
|
| 299 |
+
PyJWT==2.8.0
|
| 300 |
+
pymodbus==3.6.9
|
| 301 |
+
PyMuPDF==1.23.16
|
| 302 |
+
PyMuPDFb==1.23.9
|
| 303 |
+
PyNaCl==1.6.2
|
| 304 |
+
pynndescent==0.5.13
|
| 305 |
+
Pyomo==6.8.2
|
| 306 |
+
pyOpenSSL==24.1.0
|
| 307 |
+
pypandoc==1.13
|
| 308 |
+
pypdf==4.2.0
|
| 309 |
+
pypdfium2==4.29.0
|
| 310 |
+
PyPika==0.48.9
|
| 311 |
+
PyQt5==5.15.7
|
| 312 |
+
PyQt5-Qt5==5.15.17
|
| 313 |
+
PyQt5_sip==12.15.0
|
| 314 |
+
pyro-api==0.1.2
|
| 315 |
+
pyro-ppl==1.9.1
|
| 316 |
+
pysam==0.23.3
|
| 317 |
+
PySocks==1.7.1
|
| 318 |
+
pysqlite3-binary==0.5.2.post3
|
| 319 |
+
pystan==2.19.1.1
|
| 320 |
+
pytesseract==0.3.10
|
| 321 |
+
pytest-cov==5.0.0
|
| 322 |
+
python-dateutil==2.9.0.post0
|
| 323 |
+
python-decouple==3.8
|
| 324 |
+
python-docx==1.1.0
|
| 325 |
+
python-dotenv==1.0.1
|
| 326 |
+
python-iso639==2024.4.27
|
| 327 |
+
python-Levenshtein==0.25.1
|
| 328 |
+
python-multipart==0.0.18
|
| 329 |
+
python-pptx==0.6.23
|
| 330 |
+
python-slugify==8.0.4
|
| 331 |
+
pytorch-pretrained-bert==0.6.2
|
| 332 |
+
pytz==2025.2
|
| 333 |
+
pyvista==0.44.2
|
| 334 |
+
PyWavelets==1.4.1
|
| 335 |
+
PyYAML==6.0.3
|
| 336 |
+
quantile-python==1.1
|
| 337 |
+
rapidfuzz==3.8.1
|
| 338 |
+
rapidocr-onnxruntime==1.3.8
|
| 339 |
+
ray==2.10.0
|
| 340 |
+
rdkit==2024.3.5
|
| 341 |
+
redis==6.1.1
|
| 342 |
+
referencing==0.35.1
|
| 343 |
+
regex==2022.4.24
|
| 344 |
+
requests==2.32.4
|
| 345 |
+
requests-oauthlib==1.3.0
|
| 346 |
+
responses==0.16.0
|
| 347 |
+
rich==13.7.1
|
| 348 |
+
rouge-score==0.1.2
|
| 349 |
+
rpds-py==0.20.1
|
| 350 |
+
rq==2.3.3
|
| 351 |
+
rsa==4.7.2
|
| 352 |
+
ruff==0.4.2
|
| 353 |
+
rustworkx==0.15.1
|
| 354 |
+
s3transfer==0.11.3
|
| 355 |
+
sacrebleu==2.1.0
|
| 356 |
+
sacremoses==0.0.46
|
| 357 |
+
safetensors==0.4.3
|
| 358 |
+
scikit-learn==1.3.2
|
| 359 |
+
scipy==1.10.1
|
| 360 |
+
scooby==0.10.1
|
| 361 |
+
seaborn==0.13.2
|
| 362 |
+
semantic-version==2.10.0
|
| 363 |
+
sentence-transformers==2.2.2
|
| 364 |
+
sentencepiece==0.1.91
|
| 365 |
+
sentry-sdk==2.39.0
|
| 366 |
+
session_info==1.0.1
|
| 367 |
+
sgmllib3k==1.0.0
|
| 368 |
+
shapely==2.0.4
|
| 369 |
+
shellingham==1.5.4
|
| 370 |
+
shortuuid==1.0.13
|
| 371 |
+
six==1.17.0
|
| 372 |
+
smart-open==6.4.0
|
| 373 |
+
smmap==5.0.1
|
| 374 |
+
sniffio==1.3.1
|
| 375 |
+
snowballstemmer==2.2.0
|
| 376 |
+
sobol-seq==0.2.0
|
| 377 |
+
socksio==1.0.0
|
| 378 |
+
soupsieve==2.5
|
| 379 |
+
spacy-legacy==3.0.12
|
| 380 |
+
spacy-loggers==1.0.5
|
| 381 |
+
Sphinx==4.3.1
|
| 382 |
+
sphinxcontrib-applehelp==1.0.2
|
| 383 |
+
sphinxcontrib-devhelp==1.0.2
|
| 384 |
+
sphinxcontrib-htmlhelp==2.0.0
|
| 385 |
+
sphinxcontrib-jsmath==1.0.1
|
| 386 |
+
sphinxcontrib-qthelp==1.0.3
|
| 387 |
+
sphinxcontrib-serializinghtml==1.1.5
|
| 388 |
+
SQLAlchemy==2.0.19
|
| 389 |
+
sqlparse==0.4.2
|
| 390 |
+
sse-starlette==1.8.2
|
| 391 |
+
starlette==0.44.0
|
| 392 |
+
statsmodels==0.14.1
|
| 393 |
+
stdlib-list==0.10.0
|
| 394 |
+
streamlit==1.30.0
|
| 395 |
+
streamlit-aggrid==0.3.4.post3
|
| 396 |
+
streamlit-antd-components==0.3.1
|
| 397 |
+
streamlit-chatbox==1.1.11
|
| 398 |
+
streamlit-feedback==0.1.3
|
| 399 |
+
streamlit-modal==0.1.0
|
| 400 |
+
streamlit-option-menu==0.3.12
|
| 401 |
+
strsimpy==0.2.1
|
| 402 |
+
svgwrite==1.4.3
|
| 403 |
+
sympy==1.13.3
|
| 404 |
+
tabnet @ git+https://github.com/titu1994/tf-TabNet.git@53b144b4dd47184c3ee891501dcd90fb37683ab7
|
| 405 |
+
tabulate==0.8.9
|
| 406 |
+
tenacity==8.2.3
|
| 407 |
+
tensorboard-plugin-wit==1.8.0
|
| 408 |
+
tensorboardX==2.4.1
|
| 409 |
+
text-unidecode==1.3
|
| 410 |
+
texttable==1.7.0
|
| 411 |
+
thefuzz==0.22.1
|
| 412 |
+
threadpoolctl==3.5.0
|
| 413 |
+
tifffile==2023.7.10
|
| 414 |
+
tiktoken==0.7.0
|
| 415 |
+
timm==0.9.16
|
| 416 |
+
tk==0.1.0
|
| 417 |
+
tokenizers==0.20.3
|
| 418 |
+
toml==0.10.2
|
| 419 |
+
tomlkit==0.12.0
|
| 420 |
+
toolz==0.12.1
|
| 421 |
+
torch==2.4.1
|
| 422 |
+
torch-geometric==2.6.1
|
| 423 |
+
torchaudio==2.1.2+cu118
|
| 424 |
+
torchtext==0.4.0
|
| 425 |
+
torchvision==0.19.1
|
| 426 |
+
tornado==6.4
|
| 427 |
+
tqdm==4.67.1
|
| 428 |
+
transformer-lens==2.16.1
|
| 429 |
+
transformers==4.46.3
|
| 430 |
+
transformers-stream-generator==0.0.5
|
| 431 |
+
triton==3.0.0
|
| 432 |
+
typed-argument-parser==1.10.1
|
| 433 |
+
typeguard==4.4.0
|
| 434 |
+
typer==0.9.4
|
| 435 |
+
types-requests==2.31.0.20240406
|
| 436 |
+
typing-inspect==0.9.0
|
| 437 |
+
typing-utils==0.1.0
|
| 438 |
+
typing_extensions==4.13.2
|
| 439 |
+
tzdata==2024.1
|
| 440 |
+
tzlocal==5.2
|
| 441 |
+
umap-learn==0.5.7
|
| 442 |
+
Unidecode==1.3.2
|
| 443 |
+
unittest-xml-reporting==3.2.0
|
| 444 |
+
unstructured==0.11.0
|
| 445 |
+
unstructured-client==0.22.0
|
| 446 |
+
unstructured-inference==0.7.15
|
| 447 |
+
unstructured.pytesseract==0.3.12
|
| 448 |
+
urllib3==2.2.3
|
| 449 |
+
uvicorn==0.29.0
|
| 450 |
+
uvloop==0.21.0
|
| 451 |
+
validators==0.28.1
|
| 452 |
+
vllm==0.2.7
|
| 453 |
+
vtk==9.3.1
|
| 454 |
+
wandb==0.22.0
|
| 455 |
+
watchdog==3.0.0
|
| 456 |
+
watchfiles==0.21.0
|
| 457 |
+
wavedrom==2.0.3.post3
|
| 458 |
+
weasel==0.3.4
|
| 459 |
+
websocket-client==1.8.0
|
| 460 |
+
websockets==13.1
|
| 461 |
+
Werkzeug==2.0.2
|
| 462 |
+
word2number==1.1
|
| 463 |
+
xlrd==2.0.1
|
| 464 |
+
XlsxWriter==3.0.2
|
| 465 |
+
xxhash==2.0.2
|
| 466 |
+
Yapsy==1.12.2
|
| 467 |
+
yarl==1.15.2
|
| 468 |
+
youtube-search==2.1.2
|
| 469 |
+
zipp==3.20.2
|
| 470 |
+
zope.event==4.5.0
|
| 471 |
+
zstandard==0.23.0
|
configs/053_test/editable.txt
ADDED
|
File without changes
|
configs/053_test/env.yml
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: 053_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 |
+
- filelock==3.16.1
|
| 36 |
+
- fsspec==2024.3.1
|
| 37 |
+
- idna==3.10
|
| 38 |
+
- jinja2==3.1.6
|
| 39 |
+
- markupsafe==2.1.5
|
| 40 |
+
- mpmath==1.3.0
|
| 41 |
+
- networkx==3.1
|
| 42 |
+
- numpy==1.24.4
|
| 43 |
+
- nvidia-cublas-cu12==12.9.2.10
|
| 44 |
+
- nvidia-cuda-cupti-cu12==12.9.79
|
| 45 |
+
- nvidia-cuda-nvrtc-cu12==12.9.86
|
| 46 |
+
- nvidia-cuda-runtime-cu12==12.9.79
|
| 47 |
+
- nvidia-cudnn-cu12==8.9.2.26
|
| 48 |
+
- nvidia-cufft-cu12==11.4.1.4
|
| 49 |
+
- nvidia-curand-cu12==10.3.10.19
|
| 50 |
+
- nvidia-cusparse-cu12==12.5.10.65
|
| 51 |
+
- nvidia-nccl-cu12==2.18.1
|
| 52 |
+
- nvidia-nvjitlink-cu12==12.9.86
|
| 53 |
+
- nvidia-nvtx-cu12==12.9.79
|
| 54 |
+
- packaging==25.0
|
| 55 |
+
- python-dateutil==2.9.0.post0
|
| 56 |
+
- pyyaml==6.0.3
|
| 57 |
+
- requests==2.32.4
|
| 58 |
+
- scipy==1.10.1
|
| 59 |
+
- six==1.17.0
|
| 60 |
+
- sympy==1.13.3
|
| 61 |
+
- torch==2.1.0
|
| 62 |
+
- triton==2.1.0
|
| 63 |
+
- typing-extensions==4.13.2
|
| 64 |
+
- urllib3==2.2.3
|
| 65 |
+
prefix: /home/lily/yz979/anaconda3/envs/053_test
|
configs/053_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/053_test/meta.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env": "053_test",
|
| 3 |
+
"python_version": "3.8.20",
|
| 4 |
+
"has_cuda_hint": false,
|
| 5 |
+
"editable_count": 0,
|
| 6 |
+
"source_prefix": "/home/lily/yz979/anaconda3/envs/053_test",
|
| 7 |
+
"exported_at": "2026-05-17T04:04:02Z"
|
| 8 |
+
}
|
configs/053_test/pip-clean.txt
ADDED
|
@@ -0,0 +1,464 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
networkx==3.1
|
| 217 |
+
neuroHarmonize==2.4.5
|
| 218 |
+
nh3==0.2.17
|
| 219 |
+
ninja==1.11.1.1
|
| 220 |
+
nltk==3.8.1
|
| 221 |
+
numba==0.58.1
|
| 222 |
+
numexpr==2.8.6
|
| 223 |
+
numpoly==1.0.6
|
| 224 |
+
numpy==1.24.4
|
| 225 |
+
numpydoc==1.1.0
|
| 226 |
+
nvidia-cublas-cu12==12.9.2.10
|
| 227 |
+
nvidia-cuda-cupti-cu12==12.9.79
|
| 228 |
+
nvidia-cuda-nvrtc-cu12==12.9.86
|
| 229 |
+
nvidia-cuda-runtime-cu12==12.9.79
|
| 230 |
+
nvidia-cudnn-cu12==8.9.2.26
|
| 231 |
+
nvidia-cufft-cu12==11.4.1.4
|
| 232 |
+
nvidia-curand-cu12==10.3.10.19
|
| 233 |
+
nvidia-cusparse-cu12==12.5.10.65
|
| 234 |
+
nvidia-ml-py==12.535.133
|
| 235 |
+
nvidia-nccl-cu12==2.18.1
|
| 236 |
+
nvidia-nvjitlink-cu12==12.9.86
|
| 237 |
+
nvidia-nvtx-cu12==12.9.79
|
| 238 |
+
nvitop==1.3.2
|
| 239 |
+
oauthlib==3.2.2
|
| 240 |
+
onnx==1.16.0
|
| 241 |
+
onnxruntime==1.15.1
|
| 242 |
+
openai==1.101.0
|
| 243 |
+
openpyxl==3.0.9
|
| 244 |
+
opentelemetry-api==1.24.0
|
| 245 |
+
opentelemetry-exporter-otlp-proto-common==1.24.0
|
| 246 |
+
opentelemetry-exporter-otlp-proto-grpc==1.24.0
|
| 247 |
+
opentelemetry-proto==1.24.0
|
| 248 |
+
opentelemetry-sdk==1.24.0
|
| 249 |
+
opentelemetry-semantic-conventions==0.45b0
|
| 250 |
+
opt-einsum==3.3.0
|
| 251 |
+
optax==0.1.5
|
| 252 |
+
ordered-set==4.1.0
|
| 253 |
+
orjson==3.10.1
|
| 254 |
+
overrides==7.7.0
|
| 255 |
+
packaging==26.2
|
| 256 |
+
pandas==2.0.3
|
| 257 |
+
pandas-stubs==1.2.0.45
|
| 258 |
+
parsimonious==0.8.1
|
| 259 |
+
pathlib==1.0.1
|
| 260 |
+
patsy==1.0.1
|
| 261 |
+
pdf2image==1.17.0
|
| 262 |
+
pfzy==0.3.4
|
| 263 |
+
PICOS==2.6.1
|
| 264 |
+
pikepdf==8.4.1
|
| 265 |
+
pip-search==0.0.12
|
| 266 |
+
pkgutil_resolve_name==1.3.10
|
| 267 |
+
plac==0.9.6
|
| 268 |
+
plotly==6.3.0
|
| 269 |
+
pluggy==1.5.0
|
| 270 |
+
ply==3.11
|
| 271 |
+
pondpond==1.4.1
|
| 272 |
+
pooch==1.8.2
|
| 273 |
+
portalocker==2.4.0
|
| 274 |
+
posthog==3.5.0
|
| 275 |
+
preshed==3.0.9
|
| 276 |
+
prettytable==3.11.0
|
| 277 |
+
primer3-py==2.2.0
|
| 278 |
+
prompt-toolkit==3.0.43
|
| 279 |
+
propcache==0.2.0
|
| 280 |
+
PuLP==3.1.1
|
| 281 |
+
pulsar-client==3.5.0
|
| 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-pretrained-bert==0.6.2
|
| 327 |
+
pytz==2025.2
|
| 328 |
+
pyvista==0.44.2
|
| 329 |
+
PyWavelets==1.4.1
|
| 330 |
+
PyYAML==6.0.3
|
| 331 |
+
quantile-python==1.1
|
| 332 |
+
rapidfuzz==3.8.1
|
| 333 |
+
rapidocr-onnxruntime==1.3.8
|
| 334 |
+
ray==2.10.0
|
| 335 |
+
rdkit==2024.3.5
|
| 336 |
+
redis==6.1.1
|
| 337 |
+
referencing==0.35.1
|
| 338 |
+
regex==2022.4.24
|
| 339 |
+
requests==2.32.4
|
| 340 |
+
requests-oauthlib==1.3.0
|
| 341 |
+
responses==0.16.0
|
| 342 |
+
rich==13.7.1
|
| 343 |
+
rouge-score==0.1.2
|
| 344 |
+
rpds-py==0.20.1
|
| 345 |
+
rq==2.3.3
|
| 346 |
+
rsa==4.7.2
|
| 347 |
+
ruff==0.4.2
|
| 348 |
+
rustworkx==0.15.1
|
| 349 |
+
s3transfer==0.11.3
|
| 350 |
+
sacrebleu==2.1.0
|
| 351 |
+
sacremoses==0.0.46
|
| 352 |
+
safetensors==0.4.3
|
| 353 |
+
scipy==1.10.1
|
| 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 |
+
starlette==0.44.0
|
| 386 |
+
statsmodels==0.14.1
|
| 387 |
+
stdlib-list==0.10.0
|
| 388 |
+
streamlit==1.30.0
|
| 389 |
+
streamlit-aggrid==0.3.4.post3
|
| 390 |
+
streamlit-antd-components==0.3.1
|
| 391 |
+
streamlit-chatbox==1.1.11
|
| 392 |
+
streamlit-feedback==0.1.3
|
| 393 |
+
streamlit-modal==0.1.0
|
| 394 |
+
streamlit-option-menu==0.3.12
|
| 395 |
+
strsimpy==0.2.1
|
| 396 |
+
svgwrite==1.4.3
|
| 397 |
+
sympy==1.13.3
|
| 398 |
+
tabnet @ git+https://github.com/titu1994/tf-TabNet.git@53b144b4dd47184c3ee891501dcd90fb37683ab7
|
| 399 |
+
tabulate==0.8.9
|
| 400 |
+
tenacity==8.2.3
|
| 401 |
+
tensorboard-plugin-wit==1.8.0
|
| 402 |
+
tensorboardX==2.4.1
|
| 403 |
+
text-unidecode==1.3
|
| 404 |
+
texttable==1.7.0
|
| 405 |
+
thefuzz==0.22.1
|
| 406 |
+
threadpoolctl==3.5.0
|
| 407 |
+
tifffile==2023.7.10
|
| 408 |
+
tiktoken==0.7.0
|
| 409 |
+
timm==0.9.16
|
| 410 |
+
tk==0.1.0
|
| 411 |
+
tokenizers==0.20.3
|
| 412 |
+
toml==0.10.2
|
| 413 |
+
tomlkit==0.12.0
|
| 414 |
+
toolz==0.12.1
|
| 415 |
+
torch==2.1.0
|
| 416 |
+
torch-geometric==2.6.1
|
| 417 |
+
torchaudio==2.1.2+cu118
|
| 418 |
+
torchtext==0.4.0
|
| 419 |
+
tornado==6.4
|
| 420 |
+
tqdm==4.67.1
|
| 421 |
+
transformer-lens==2.16.1
|
| 422 |
+
transformers==4.46.3
|
| 423 |
+
transformers-stream-generator==0.0.5
|
| 424 |
+
triton==2.1.0
|
| 425 |
+
typed-argument-parser==1.10.1
|
| 426 |
+
typeguard==4.4.0
|
| 427 |
+
typer==0.9.4
|
| 428 |
+
types-requests==2.31.0.20240406
|
| 429 |
+
typing-inspect==0.9.0
|
| 430 |
+
typing-utils==0.1.0
|
| 431 |
+
typing_extensions==4.13.2
|
| 432 |
+
tzdata==2024.1
|
| 433 |
+
tzlocal==5.2
|
| 434 |
+
umap-learn==0.5.7
|
| 435 |
+
Unidecode==1.3.2
|
| 436 |
+
unittest-xml-reporting==3.2.0
|
| 437 |
+
unstructured==0.11.0
|
| 438 |
+
unstructured-client==0.22.0
|
| 439 |
+
unstructured-inference==0.7.15
|
| 440 |
+
unstructured.pytesseract==0.3.12
|
| 441 |
+
urllib3==2.2.3
|
| 442 |
+
uvicorn==0.29.0
|
| 443 |
+
uvloop==0.21.0
|
| 444 |
+
validators==0.28.1
|
| 445 |
+
vllm==0.2.7
|
| 446 |
+
vtk==9.3.1
|
| 447 |
+
wandb==0.22.0
|
| 448 |
+
watchdog==3.0.0
|
| 449 |
+
watchfiles==0.21.0
|
| 450 |
+
wavedrom==2.0.3.post3
|
| 451 |
+
weasel==0.3.4
|
| 452 |
+
websocket-client==1.8.0
|
| 453 |
+
websockets==13.1
|
| 454 |
+
Werkzeug==2.0.2
|
| 455 |
+
word2number==1.1
|
| 456 |
+
xlrd==2.0.1
|
| 457 |
+
XlsxWriter==3.0.2
|
| 458 |
+
xxhash==2.0.2
|
| 459 |
+
Yapsy==1.12.2
|
| 460 |
+
yarl==1.15.2
|
| 461 |
+
youtube-search==2.1.2
|
| 462 |
+
zipp==3.20.2
|
| 463 |
+
zope.event==4.5.0
|
| 464 |
+
zstandard==0.23.0
|
configs/053_test/pip-freeze.txt
ADDED
|
@@ -0,0 +1,464 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
networkx==3.1
|
| 217 |
+
neuroHarmonize==2.4.5
|
| 218 |
+
nh3==0.2.17
|
| 219 |
+
ninja==1.11.1.1
|
| 220 |
+
nltk==3.8.1
|
| 221 |
+
numba==0.58.1
|
| 222 |
+
numexpr==2.8.6
|
| 223 |
+
numpoly==1.0.6
|
| 224 |
+
numpy==1.24.4
|
| 225 |
+
numpydoc==1.1.0
|
| 226 |
+
nvidia-cublas-cu12==12.9.2.10
|
| 227 |
+
nvidia-cuda-cupti-cu12==12.9.79
|
| 228 |
+
nvidia-cuda-nvrtc-cu12==12.9.86
|
| 229 |
+
nvidia-cuda-runtime-cu12==12.9.79
|
| 230 |
+
nvidia-cudnn-cu12==8.9.2.26
|
| 231 |
+
nvidia-cufft-cu12==11.4.1.4
|
| 232 |
+
nvidia-curand-cu12==10.3.10.19
|
| 233 |
+
nvidia-cusparse-cu12==12.5.10.65
|
| 234 |
+
nvidia-ml-py==12.535.133
|
| 235 |
+
nvidia-nccl-cu12==2.18.1
|
| 236 |
+
nvidia-nvjitlink-cu12==12.9.86
|
| 237 |
+
nvidia-nvtx-cu12==12.9.79
|
| 238 |
+
nvitop==1.3.2
|
| 239 |
+
oauthlib==3.2.2
|
| 240 |
+
onnx==1.16.0
|
| 241 |
+
onnxruntime==1.15.1
|
| 242 |
+
openai==1.101.0
|
| 243 |
+
openpyxl==3.0.9
|
| 244 |
+
opentelemetry-api==1.24.0
|
| 245 |
+
opentelemetry-exporter-otlp-proto-common==1.24.0
|
| 246 |
+
opentelemetry-exporter-otlp-proto-grpc==1.24.0
|
| 247 |
+
opentelemetry-proto==1.24.0
|
| 248 |
+
opentelemetry-sdk==1.24.0
|
| 249 |
+
opentelemetry-semantic-conventions==0.45b0
|
| 250 |
+
opt-einsum==3.3.0
|
| 251 |
+
optax==0.1.5
|
| 252 |
+
ordered-set==4.1.0
|
| 253 |
+
orjson==3.10.1
|
| 254 |
+
overrides==7.7.0
|
| 255 |
+
packaging==26.2
|
| 256 |
+
pandas==2.0.3
|
| 257 |
+
pandas-stubs==1.2.0.45
|
| 258 |
+
parsimonious==0.8.1
|
| 259 |
+
pathlib==1.0.1
|
| 260 |
+
patsy==1.0.1
|
| 261 |
+
pdf2image==1.17.0
|
| 262 |
+
pfzy==0.3.4
|
| 263 |
+
PICOS==2.6.1
|
| 264 |
+
pikepdf==8.4.1
|
| 265 |
+
pip-search==0.0.12
|
| 266 |
+
pkgutil_resolve_name==1.3.10
|
| 267 |
+
plac==0.9.6
|
| 268 |
+
plotly==6.3.0
|
| 269 |
+
pluggy==1.5.0
|
| 270 |
+
ply==3.11
|
| 271 |
+
pondpond==1.4.1
|
| 272 |
+
pooch==1.8.2
|
| 273 |
+
portalocker==2.4.0
|
| 274 |
+
posthog==3.5.0
|
| 275 |
+
preshed==3.0.9
|
| 276 |
+
prettytable==3.11.0
|
| 277 |
+
primer3-py==2.2.0
|
| 278 |
+
prompt-toolkit==3.0.43
|
| 279 |
+
propcache==0.2.0
|
| 280 |
+
PuLP==3.1.1
|
| 281 |
+
pulsar-client==3.5.0
|
| 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-pretrained-bert==0.6.2
|
| 327 |
+
pytz==2025.2
|
| 328 |
+
pyvista==0.44.2
|
| 329 |
+
PyWavelets==1.4.1
|
| 330 |
+
PyYAML==6.0.3
|
| 331 |
+
quantile-python==1.1
|
| 332 |
+
rapidfuzz==3.8.1
|
| 333 |
+
rapidocr-onnxruntime==1.3.8
|
| 334 |
+
ray==2.10.0
|
| 335 |
+
rdkit==2024.3.5
|
| 336 |
+
redis==6.1.1
|
| 337 |
+
referencing==0.35.1
|
| 338 |
+
regex==2022.4.24
|
| 339 |
+
requests==2.32.4
|
| 340 |
+
requests-oauthlib==1.3.0
|
| 341 |
+
responses==0.16.0
|
| 342 |
+
rich==13.7.1
|
| 343 |
+
rouge-score==0.1.2
|
| 344 |
+
rpds-py==0.20.1
|
| 345 |
+
rq==2.3.3
|
| 346 |
+
rsa==4.7.2
|
| 347 |
+
ruff==0.4.2
|
| 348 |
+
rustworkx==0.15.1
|
| 349 |
+
s3transfer==0.11.3
|
| 350 |
+
sacrebleu==2.1.0
|
| 351 |
+
sacremoses==0.0.46
|
| 352 |
+
safetensors==0.4.3
|
| 353 |
+
scipy==1.10.1
|
| 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 |
+
starlette==0.44.0
|
| 386 |
+
statsmodels==0.14.1
|
| 387 |
+
stdlib-list==0.10.0
|
| 388 |
+
streamlit==1.30.0
|
| 389 |
+
streamlit-aggrid==0.3.4.post3
|
| 390 |
+
streamlit-antd-components==0.3.1
|
| 391 |
+
streamlit-chatbox==1.1.11
|
| 392 |
+
streamlit-feedback==0.1.3
|
| 393 |
+
streamlit-modal==0.1.0
|
| 394 |
+
streamlit-option-menu==0.3.12
|
| 395 |
+
strsimpy==0.2.1
|
| 396 |
+
svgwrite==1.4.3
|
| 397 |
+
sympy==1.13.3
|
| 398 |
+
tabnet @ git+https://github.com/titu1994/tf-TabNet.git@53b144b4dd47184c3ee891501dcd90fb37683ab7
|
| 399 |
+
tabulate==0.8.9
|
| 400 |
+
tenacity==8.2.3
|
| 401 |
+
tensorboard-plugin-wit==1.8.0
|
| 402 |
+
tensorboardX==2.4.1
|
| 403 |
+
text-unidecode==1.3
|
| 404 |
+
texttable==1.7.0
|
| 405 |
+
thefuzz==0.22.1
|
| 406 |
+
threadpoolctl==3.5.0
|
| 407 |
+
tifffile==2023.7.10
|
| 408 |
+
tiktoken==0.7.0
|
| 409 |
+
timm==0.9.16
|
| 410 |
+
tk==0.1.0
|
| 411 |
+
tokenizers==0.20.3
|
| 412 |
+
toml==0.10.2
|
| 413 |
+
tomlkit==0.12.0
|
| 414 |
+
toolz==0.12.1
|
| 415 |
+
torch==2.1.0
|
| 416 |
+
torch-geometric==2.6.1
|
| 417 |
+
torchaudio==2.1.2+cu118
|
| 418 |
+
torchtext==0.4.0
|
| 419 |
+
tornado==6.4
|
| 420 |
+
tqdm==4.67.1
|
| 421 |
+
transformer-lens==2.16.1
|
| 422 |
+
transformers==4.46.3
|
| 423 |
+
transformers-stream-generator==0.0.5
|
| 424 |
+
triton==2.1.0
|
| 425 |
+
typed-argument-parser==1.10.1
|
| 426 |
+
typeguard==4.4.0
|
| 427 |
+
typer==0.9.4
|
| 428 |
+
types-requests==2.31.0.20240406
|
| 429 |
+
typing-inspect==0.9.0
|
| 430 |
+
typing-utils==0.1.0
|
| 431 |
+
typing_extensions==4.13.2
|
| 432 |
+
tzdata==2024.1
|
| 433 |
+
tzlocal==5.2
|
| 434 |
+
umap-learn==0.5.7
|
| 435 |
+
Unidecode==1.3.2
|
| 436 |
+
unittest-xml-reporting==3.2.0
|
| 437 |
+
unstructured==0.11.0
|
| 438 |
+
unstructured-client==0.22.0
|
| 439 |
+
unstructured-inference==0.7.15
|
| 440 |
+
unstructured.pytesseract==0.3.12
|
| 441 |
+
urllib3==2.2.3
|
| 442 |
+
uvicorn==0.29.0
|
| 443 |
+
uvloop==0.21.0
|
| 444 |
+
validators==0.28.1
|
| 445 |
+
vllm==0.2.7
|
| 446 |
+
vtk==9.3.1
|
| 447 |
+
wandb==0.22.0
|
| 448 |
+
watchdog==3.0.0
|
| 449 |
+
watchfiles==0.21.0
|
| 450 |
+
wavedrom==2.0.3.post3
|
| 451 |
+
weasel==0.3.4
|
| 452 |
+
websocket-client==1.8.0
|
| 453 |
+
websockets==13.1
|
| 454 |
+
Werkzeug==2.0.2
|
| 455 |
+
word2number==1.1
|
| 456 |
+
xlrd==2.0.1
|
| 457 |
+
XlsxWriter==3.0.2
|
| 458 |
+
xxhash==2.0.2
|
| 459 |
+
Yapsy==1.12.2
|
| 460 |
+
yarl==1.15.2
|
| 461 |
+
youtube-search==2.1.2
|
| 462 |
+
zipp==3.20.2
|
| 463 |
+
zope.event==4.5.0
|
| 464 |
+
zstandard==0.23.0
|
configs/060_test/editable.txt
ADDED
|
File without changes
|
configs/060_test/env.yml
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: 060_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.4.22
|
| 35 |
+
- cli-exit-tools==1.2.7
|
| 36 |
+
- filelock==3.16.1
|
| 37 |
+
- httpx==0.28.1
|
| 38 |
+
- idna==3.10
|
| 39 |
+
- jinja2==3.1.6
|
| 40 |
+
- lib-detect-testenv==2.0.8
|
| 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==9.1.0.70
|
| 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.20.5
|
| 54 |
+
- nvidia-nvjitlink-cu12==12.9.86
|
| 55 |
+
- nvidia-nvtx-cu12==12.9.79
|
| 56 |
+
- packaging==25.0
|
| 57 |
+
- pytest==8.3.5
|
| 58 |
+
- scipy==1.10.1
|
| 59 |
+
- six==1.17.0
|
| 60 |
+
- sympy==1.13.3
|
| 61 |
+
- torch==2.4.1
|
| 62 |
+
- triton==3.0.0
|
| 63 |
+
- wrapt==2.0.1
|
| 64 |
+
- wrapt-timeout-decorator==1.5.1
|
| 65 |
+
prefix: /home/lily/yz979/anaconda3/envs/060_test
|
configs/060_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/060_test/meta.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env": "060_test",
|
| 3 |
+
"python_version": "3.8.20",
|
| 4 |
+
"has_cuda_hint": false,
|
| 5 |
+
"editable_count": 0,
|
| 6 |
+
"source_prefix": "/home/lily/yz979/anaconda3/envs/060_test",
|
| 7 |
+
"exported_at": "2026-05-17T04:04:06Z"
|
| 8 |
+
}
|
configs/060_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 |
+
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.4.22
|
| 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 |
+
cli_exit_tools==1.2.7
|
| 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 |
+
lib-detect-testenv==2.0.8
|
| 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==9.1.0.70
|
| 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.20.5
|
| 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==8.3.5
|
| 319 |
+
pytest-cov==5.0.0
|
| 320 |
+
python-dateutil==2.9.0.post0
|
| 321 |
+
python-decouple==3.8
|
| 322 |
+
python-docx==1.1.0
|
| 323 |
+
python-dotenv==1.0.1
|
| 324 |
+
python-iso639==2024.4.27
|
| 325 |
+
python-Levenshtein==0.25.1
|
| 326 |
+
python-multipart==0.0.18
|
| 327 |
+
python-pptx==0.6.23
|
| 328 |
+
python-slugify==8.0.4
|
| 329 |
+
pytorch-pretrained-bert==0.6.2
|
| 330 |
+
pytz==2025.2
|
| 331 |
+
pyvista==0.44.2
|
| 332 |
+
PyWavelets==1.4.1
|
| 333 |
+
PyYAML==6.0.3
|
| 334 |
+
quantile-python==1.1
|
| 335 |
+
rapidfuzz==3.8.1
|
| 336 |
+
rapidocr-onnxruntime==1.3.8
|
| 337 |
+
ray==2.10.0
|
| 338 |
+
rdkit==2024.3.5
|
| 339 |
+
redis==6.1.1
|
| 340 |
+
referencing==0.35.1
|
| 341 |
+
regex==2022.4.24
|
| 342 |
+
requests==2.32.4
|
| 343 |
+
requests-oauthlib==1.3.0
|
| 344 |
+
responses==0.16.0
|
| 345 |
+
rich==13.7.1
|
| 346 |
+
rouge-score==0.1.2
|
| 347 |
+
rpds-py==0.20.1
|
| 348 |
+
rq==2.3.3
|
| 349 |
+
rsa==4.7.2
|
| 350 |
+
ruff==0.4.2
|
| 351 |
+
rustworkx==0.15.1
|
| 352 |
+
s3transfer==0.11.3
|
| 353 |
+
sacrebleu==2.1.0
|
| 354 |
+
sacremoses==0.0.46
|
| 355 |
+
safetensors==0.4.3
|
| 356 |
+
scipy==1.10.1
|
| 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 |
+
tensorboard-plugin-wit==1.8.0
|
| 405 |
+
tensorboardX==2.4.1
|
| 406 |
+
text-unidecode==1.3
|
| 407 |
+
texttable==1.7.0
|
| 408 |
+
thefuzz==0.22.1
|
| 409 |
+
threadpoolctl==3.5.0
|
| 410 |
+
tifffile==2023.7.10
|
| 411 |
+
tiktoken==0.7.0
|
| 412 |
+
timm==0.9.16
|
| 413 |
+
tk==0.1.0
|
| 414 |
+
tokenizers==0.20.3
|
| 415 |
+
toml==0.10.2
|
| 416 |
+
tomlkit==0.12.0
|
| 417 |
+
toolz==0.12.1
|
| 418 |
+
torch==2.4.1
|
| 419 |
+
torch-geometric==2.6.1
|
| 420 |
+
torchaudio==2.1.2+cu118
|
| 421 |
+
torchtext==0.4.0
|
| 422 |
+
tornado==6.4
|
| 423 |
+
tqdm==4.67.1
|
| 424 |
+
transformer-lens==2.16.1
|
| 425 |
+
transformers==4.46.3
|
| 426 |
+
transformers-stream-generator==0.0.5
|
| 427 |
+
triton==3.0.0
|
| 428 |
+
typed-argument-parser==1.10.1
|
| 429 |
+
typeguard==4.4.0
|
| 430 |
+
typer==0.9.4
|
| 431 |
+
types-requests==2.31.0.20240406
|
| 432 |
+
typing-inspect==0.9.0
|
| 433 |
+
typing-utils==0.1.0
|
| 434 |
+
typing_extensions==4.13.2
|
| 435 |
+
tzdata==2024.1
|
| 436 |
+
tzlocal==5.2
|
| 437 |
+
umap-learn==0.5.7
|
| 438 |
+
Unidecode==1.3.2
|
| 439 |
+
unittest-xml-reporting==3.2.0
|
| 440 |
+
unstructured==0.11.0
|
| 441 |
+
unstructured-client==0.22.0
|
| 442 |
+
unstructured-inference==0.7.15
|
| 443 |
+
unstructured.pytesseract==0.3.12
|
| 444 |
+
uvicorn==0.29.0
|
| 445 |
+
uvloop==0.21.0
|
| 446 |
+
validators==0.28.1
|
| 447 |
+
vllm==0.2.7
|
| 448 |
+
vtk==9.3.1
|
| 449 |
+
wandb==0.22.0
|
| 450 |
+
watchdog==3.0.0
|
| 451 |
+
watchfiles==0.21.0
|
| 452 |
+
wavedrom==2.0.3.post3
|
| 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 |
+
wrapt==2.0.1
|
| 459 |
+
wrapt_timeout_decorator==1.5.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/060_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 |
+
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.4.22
|
| 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 |
+
cli_exit_tools==1.2.7
|
| 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 |
+
lib-detect-testenv==2.0.8
|
| 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==9.1.0.70
|
| 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.20.5
|
| 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==8.3.5
|
| 319 |
+
pytest-cov==5.0.0
|
| 320 |
+
python-dateutil==2.9.0.post0
|
| 321 |
+
python-decouple==3.8
|
| 322 |
+
python-docx==1.1.0
|
| 323 |
+
python-dotenv==1.0.1
|
| 324 |
+
python-iso639==2024.4.27
|
| 325 |
+
python-Levenshtein==0.25.1
|
| 326 |
+
python-multipart==0.0.18
|
| 327 |
+
python-pptx==0.6.23
|
| 328 |
+
python-slugify==8.0.4
|
| 329 |
+
pytorch-pretrained-bert==0.6.2
|
| 330 |
+
pytz==2025.2
|
| 331 |
+
pyvista==0.44.2
|
| 332 |
+
PyWavelets==1.4.1
|
| 333 |
+
PyYAML==6.0.3
|
| 334 |
+
quantile-python==1.1
|
| 335 |
+
rapidfuzz==3.8.1
|
| 336 |
+
rapidocr-onnxruntime==1.3.8
|
| 337 |
+
ray==2.10.0
|
| 338 |
+
rdkit==2024.3.5
|
| 339 |
+
redis==6.1.1
|
| 340 |
+
referencing==0.35.1
|
| 341 |
+
regex==2022.4.24
|
| 342 |
+
requests==2.32.4
|
| 343 |
+
requests-oauthlib==1.3.0
|
| 344 |
+
responses==0.16.0
|
| 345 |
+
rich==13.7.1
|
| 346 |
+
rouge-score==0.1.2
|
| 347 |
+
rpds-py==0.20.1
|
| 348 |
+
rq==2.3.3
|
| 349 |
+
rsa==4.7.2
|
| 350 |
+
ruff==0.4.2
|
| 351 |
+
rustworkx==0.15.1
|
| 352 |
+
s3transfer==0.11.3
|
| 353 |
+
sacrebleu==2.1.0
|
| 354 |
+
sacremoses==0.0.46
|
| 355 |
+
safetensors==0.4.3
|
| 356 |
+
scipy==1.10.1
|
| 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 |
+
tensorboard-plugin-wit==1.8.0
|
| 405 |
+
tensorboardX==2.4.1
|
| 406 |
+
text-unidecode==1.3
|
| 407 |
+
texttable==1.7.0
|
| 408 |
+
thefuzz==0.22.1
|
| 409 |
+
threadpoolctl==3.5.0
|
| 410 |
+
tifffile==2023.7.10
|
| 411 |
+
tiktoken==0.7.0
|
| 412 |
+
timm==0.9.16
|
| 413 |
+
tk==0.1.0
|
| 414 |
+
tokenizers==0.20.3
|
| 415 |
+
toml==0.10.2
|
| 416 |
+
tomlkit==0.12.0
|
| 417 |
+
toolz==0.12.1
|
| 418 |
+
torch==2.4.1
|
| 419 |
+
torch-geometric==2.6.1
|
| 420 |
+
torchaudio==2.1.2+cu118
|
| 421 |
+
torchtext==0.4.0
|
| 422 |
+
tornado==6.4
|
| 423 |
+
tqdm==4.67.1
|
| 424 |
+
transformer-lens==2.16.1
|
| 425 |
+
transformers==4.46.3
|
| 426 |
+
transformers-stream-generator==0.0.5
|
| 427 |
+
triton==3.0.0
|
| 428 |
+
typed-argument-parser==1.10.1
|
| 429 |
+
typeguard==4.4.0
|
| 430 |
+
typer==0.9.4
|
| 431 |
+
types-requests==2.31.0.20240406
|
| 432 |
+
typing-inspect==0.9.0
|
| 433 |
+
typing-utils==0.1.0
|
| 434 |
+
typing_extensions==4.13.2
|
| 435 |
+
tzdata==2024.1
|
| 436 |
+
tzlocal==5.2
|
| 437 |
+
umap-learn==0.5.7
|
| 438 |
+
Unidecode==1.3.2
|
| 439 |
+
unittest-xml-reporting==3.2.0
|
| 440 |
+
unstructured==0.11.0
|
| 441 |
+
unstructured-client==0.22.0
|
| 442 |
+
unstructured-inference==0.7.15
|
| 443 |
+
unstructured.pytesseract==0.3.12
|
| 444 |
+
uvicorn==0.29.0
|
| 445 |
+
uvloop==0.21.0
|
| 446 |
+
validators==0.28.1
|
| 447 |
+
vllm==0.2.7
|
| 448 |
+
vtk==9.3.1
|
| 449 |
+
wandb==0.22.0
|
| 450 |
+
watchdog==3.0.0
|
| 451 |
+
watchfiles==0.21.0
|
| 452 |
+
wavedrom==2.0.3.post3
|
| 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 |
+
wrapt==2.0.1
|
| 459 |
+
wrapt_timeout_decorator==1.5.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/064_test/editable.txt
ADDED
|
File without changes
|
configs/064_test/env.yml
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: 064_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.4
|
| 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 |
+
- six==1.17.0
|
| 54 |
+
- sympy==1.13.3
|
| 55 |
+
- torch==2.4.1
|
| 56 |
+
- triton==3.0.0
|
| 57 |
+
prefix: /home/lily/yz979/anaconda3/envs/064_test
|
configs/064_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.4-h26f9b46_0.conda#14edad12b59ccbfa3910d42c72adc2a0
|
| 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/064_test/meta.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env": "064_test",
|
| 3 |
+
"python_version": "3.8.20",
|
| 4 |
+
"has_cuda_hint": false,
|
| 5 |
+
"editable_count": 0,
|
| 6 |
+
"source_prefix": "/home/lily/yz979/anaconda3/envs/064_test",
|
| 7 |
+
"exported_at": "2026-05-17T04:04:13Z"
|
| 8 |
+
}
|
configs/064_test/pip-clean.txt
ADDED
|
@@ -0,0 +1,460 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
scooby==0.10.1
|
| 352 |
+
seaborn==0.13.2
|
| 353 |
+
semantic-version==2.10.0
|
| 354 |
+
sentence-transformers==2.2.2
|
| 355 |
+
sentencepiece==0.1.91
|
| 356 |
+
sentry-sdk==2.39.0
|
| 357 |
+
session_info==1.0.1
|
| 358 |
+
sgmllib3k==1.0.0
|
| 359 |
+
shapely==2.0.4
|
| 360 |
+
shellingham==1.5.4
|
| 361 |
+
shortuuid==1.0.13
|
| 362 |
+
six==1.17.0
|
| 363 |
+
smart-open==6.4.0
|
| 364 |
+
smmap==5.0.1
|
| 365 |
+
sniffio==1.3.1
|
| 366 |
+
snowballstemmer==2.2.0
|
| 367 |
+
sobol-seq==0.2.0
|
| 368 |
+
socksio==1.0.0
|
| 369 |
+
soupsieve==2.5
|
| 370 |
+
spacy-legacy==3.0.12
|
| 371 |
+
spacy-loggers==1.0.5
|
| 372 |
+
Sphinx==4.3.1
|
| 373 |
+
sphinxcontrib-applehelp==1.0.2
|
| 374 |
+
sphinxcontrib-devhelp==1.0.2
|
| 375 |
+
sphinxcontrib-htmlhelp==2.0.0
|
| 376 |
+
sphinxcontrib-jsmath==1.0.1
|
| 377 |
+
sphinxcontrib-qthelp==1.0.3
|
| 378 |
+
sphinxcontrib-serializinghtml==1.1.5
|
| 379 |
+
SQLAlchemy==2.0.19
|
| 380 |
+
sqlparse==0.4.2
|
| 381 |
+
sse-starlette==1.8.2
|
| 382 |
+
starlette==0.44.0
|
| 383 |
+
statsmodels==0.14.1
|
| 384 |
+
stdlib-list==0.10.0
|
| 385 |
+
streamlit==1.30.0
|
| 386 |
+
streamlit-aggrid==0.3.4.post3
|
| 387 |
+
streamlit-antd-components==0.3.1
|
| 388 |
+
streamlit-chatbox==1.1.11
|
| 389 |
+
streamlit-feedback==0.1.3
|
| 390 |
+
streamlit-modal==0.1.0
|
| 391 |
+
streamlit-option-menu==0.3.12
|
| 392 |
+
strsimpy==0.2.1
|
| 393 |
+
svgwrite==1.4.3
|
| 394 |
+
sympy==1.13.3
|
| 395 |
+
tabnet @ git+https://github.com/titu1994/tf-TabNet.git@53b144b4dd47184c3ee891501dcd90fb37683ab7
|
| 396 |
+
tabulate==0.8.9
|
| 397 |
+
tenacity==8.2.3
|
| 398 |
+
tensorboard-plugin-wit==1.8.0
|
| 399 |
+
tensorboardX==2.4.1
|
| 400 |
+
text-unidecode==1.3
|
| 401 |
+
texttable==1.7.0
|
| 402 |
+
thefuzz==0.22.1
|
| 403 |
+
threadpoolctl==3.5.0
|
| 404 |
+
tifffile==2023.7.10
|
| 405 |
+
tiktoken==0.7.0
|
| 406 |
+
timm==0.9.16
|
| 407 |
+
tk==0.1.0
|
| 408 |
+
tokenizers==0.20.3
|
| 409 |
+
toml==0.10.2
|
| 410 |
+
tomlkit==0.12.0
|
| 411 |
+
toolz==0.12.1
|
| 412 |
+
torch==2.4.1
|
| 413 |
+
torch-geometric==2.6.1
|
| 414 |
+
torchaudio==2.1.2+cu118
|
| 415 |
+
torchtext==0.4.0
|
| 416 |
+
tornado==6.4
|
| 417 |
+
tqdm==4.67.1
|
| 418 |
+
transformer-lens==2.16.1
|
| 419 |
+
transformers==4.46.3
|
| 420 |
+
transformers-stream-generator==0.0.5
|
| 421 |
+
triton==3.0.0
|
| 422 |
+
typed-argument-parser==1.10.1
|
| 423 |
+
typeguard==4.4.0
|
| 424 |
+
typer==0.9.4
|
| 425 |
+
types-requests==2.31.0.20240406
|
| 426 |
+
typing-inspect==0.9.0
|
| 427 |
+
typing-utils==0.1.0
|
| 428 |
+
typing_extensions==4.13.2
|
| 429 |
+
tzdata==2024.1
|
| 430 |
+
tzlocal==5.2
|
| 431 |
+
umap-learn==0.5.7
|
| 432 |
+
Unidecode==1.3.2
|
| 433 |
+
unittest-xml-reporting==3.2.0
|
| 434 |
+
unstructured==0.11.0
|
| 435 |
+
unstructured-client==0.22.0
|
| 436 |
+
unstructured-inference==0.7.15
|
| 437 |
+
unstructured.pytesseract==0.3.12
|
| 438 |
+
uvicorn==0.29.0
|
| 439 |
+
uvloop==0.21.0
|
| 440 |
+
validators==0.28.1
|
| 441 |
+
vllm==0.2.7
|
| 442 |
+
vtk==9.3.1
|
| 443 |
+
wandb==0.22.0
|
| 444 |
+
watchdog==3.0.0
|
| 445 |
+
watchfiles==0.21.0
|
| 446 |
+
wavedrom==2.0.3.post3
|
| 447 |
+
weasel==0.3.4
|
| 448 |
+
websocket-client==1.8.0
|
| 449 |
+
websockets==13.1
|
| 450 |
+
Werkzeug==2.0.2
|
| 451 |
+
word2number==1.1
|
| 452 |
+
xlrd==2.0.1
|
| 453 |
+
XlsxWriter==3.0.2
|
| 454 |
+
xxhash==2.0.2
|
| 455 |
+
Yapsy==1.12.2
|
| 456 |
+
yarl==1.15.2
|
| 457 |
+
youtube-search==2.1.2
|
| 458 |
+
zipp==3.20.2
|
| 459 |
+
zope.event==4.5.0
|
| 460 |
+
zstandard==0.23.0
|
configs/064_test/pip-freeze.txt
ADDED
|
@@ -0,0 +1,460 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
scooby==0.10.1
|
| 352 |
+
seaborn==0.13.2
|
| 353 |
+
semantic-version==2.10.0
|
| 354 |
+
sentence-transformers==2.2.2
|
| 355 |
+
sentencepiece==0.1.91
|
| 356 |
+
sentry-sdk==2.39.0
|
| 357 |
+
session_info==1.0.1
|
| 358 |
+
sgmllib3k==1.0.0
|
| 359 |
+
shapely==2.0.4
|
| 360 |
+
shellingham==1.5.4
|
| 361 |
+
shortuuid==1.0.13
|
| 362 |
+
six==1.17.0
|
| 363 |
+
smart-open==6.4.0
|
| 364 |
+
smmap==5.0.1
|
| 365 |
+
sniffio==1.3.1
|
| 366 |
+
snowballstemmer==2.2.0
|
| 367 |
+
sobol-seq==0.2.0
|
| 368 |
+
socksio==1.0.0
|
| 369 |
+
soupsieve==2.5
|
| 370 |
+
spacy-legacy==3.0.12
|
| 371 |
+
spacy-loggers==1.0.5
|
| 372 |
+
Sphinx==4.3.1
|
| 373 |
+
sphinxcontrib-applehelp==1.0.2
|
| 374 |
+
sphinxcontrib-devhelp==1.0.2
|
| 375 |
+
sphinxcontrib-htmlhelp==2.0.0
|
| 376 |
+
sphinxcontrib-jsmath==1.0.1
|
| 377 |
+
sphinxcontrib-qthelp==1.0.3
|
| 378 |
+
sphinxcontrib-serializinghtml==1.1.5
|
| 379 |
+
SQLAlchemy==2.0.19
|
| 380 |
+
sqlparse==0.4.2
|
| 381 |
+
sse-starlette==1.8.2
|
| 382 |
+
starlette==0.44.0
|
| 383 |
+
statsmodels==0.14.1
|
| 384 |
+
stdlib-list==0.10.0
|
| 385 |
+
streamlit==1.30.0
|
| 386 |
+
streamlit-aggrid==0.3.4.post3
|
| 387 |
+
streamlit-antd-components==0.3.1
|
| 388 |
+
streamlit-chatbox==1.1.11
|
| 389 |
+
streamlit-feedback==0.1.3
|
| 390 |
+
streamlit-modal==0.1.0
|
| 391 |
+
streamlit-option-menu==0.3.12
|
| 392 |
+
strsimpy==0.2.1
|
| 393 |
+
svgwrite==1.4.3
|
| 394 |
+
sympy==1.13.3
|
| 395 |
+
tabnet @ git+https://github.com/titu1994/tf-TabNet.git@53b144b4dd47184c3ee891501dcd90fb37683ab7
|
| 396 |
+
tabulate==0.8.9
|
| 397 |
+
tenacity==8.2.3
|
| 398 |
+
tensorboard-plugin-wit==1.8.0
|
| 399 |
+
tensorboardX==2.4.1
|
| 400 |
+
text-unidecode==1.3
|
| 401 |
+
texttable==1.7.0
|
| 402 |
+
thefuzz==0.22.1
|
| 403 |
+
threadpoolctl==3.5.0
|
| 404 |
+
tifffile==2023.7.10
|
| 405 |
+
tiktoken==0.7.0
|
| 406 |
+
timm==0.9.16
|
| 407 |
+
tk==0.1.0
|
| 408 |
+
tokenizers==0.20.3
|
| 409 |
+
toml==0.10.2
|
| 410 |
+
tomlkit==0.12.0
|
| 411 |
+
toolz==0.12.1
|
| 412 |
+
torch==2.4.1
|
| 413 |
+
torch-geometric==2.6.1
|
| 414 |
+
torchaudio==2.1.2+cu118
|
| 415 |
+
torchtext==0.4.0
|
| 416 |
+
tornado==6.4
|
| 417 |
+
tqdm==4.67.1
|
| 418 |
+
transformer-lens==2.16.1
|
| 419 |
+
transformers==4.46.3
|
| 420 |
+
transformers-stream-generator==0.0.5
|
| 421 |
+
triton==3.0.0
|
| 422 |
+
typed-argument-parser==1.10.1
|
| 423 |
+
typeguard==4.4.0
|
| 424 |
+
typer==0.9.4
|
| 425 |
+
types-requests==2.31.0.20240406
|
| 426 |
+
typing-inspect==0.9.0
|
| 427 |
+
typing-utils==0.1.0
|
| 428 |
+
typing_extensions==4.13.2
|
| 429 |
+
tzdata==2024.1
|
| 430 |
+
tzlocal==5.2
|
| 431 |
+
umap-learn==0.5.7
|
| 432 |
+
Unidecode==1.3.2
|
| 433 |
+
unittest-xml-reporting==3.2.0
|
| 434 |
+
unstructured==0.11.0
|
| 435 |
+
unstructured-client==0.22.0
|
| 436 |
+
unstructured-inference==0.7.15
|
| 437 |
+
unstructured.pytesseract==0.3.12
|
| 438 |
+
uvicorn==0.29.0
|
| 439 |
+
uvloop==0.21.0
|
| 440 |
+
validators==0.28.1
|
| 441 |
+
vllm==0.2.7
|
| 442 |
+
vtk==9.3.1
|
| 443 |
+
wandb==0.22.0
|
| 444 |
+
watchdog==3.0.0
|
| 445 |
+
watchfiles==0.21.0
|
| 446 |
+
wavedrom==2.0.3.post3
|
| 447 |
+
weasel==0.3.4
|
| 448 |
+
websocket-client==1.8.0
|
| 449 |
+
websockets==13.1
|
| 450 |
+
Werkzeug==2.0.2
|
| 451 |
+
word2number==1.1
|
| 452 |
+
xlrd==2.0.1
|
| 453 |
+
XlsxWriter==3.0.2
|
| 454 |
+
xxhash==2.0.2
|
| 455 |
+
Yapsy==1.12.2
|
| 456 |
+
yarl==1.15.2
|
| 457 |
+
youtube-search==2.1.2
|
| 458 |
+
zipp==3.20.2
|
| 459 |
+
zope.event==4.5.0
|
| 460 |
+
zstandard==0.23.0
|
configs/067_test/editable.txt
ADDED
|
File without changes
|
configs/067_test/env.yml
ADDED
|
@@ -0,0 +1,169 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: 067_test
|
| 2 |
+
channels:
|
| 3 |
+
- conda-forge
|
| 4 |
+
- defaults
|
| 5 |
+
dependencies:
|
| 6 |
+
- _libgcc_mutex=0.1
|
| 7 |
+
- _openmp_mutex=4.5
|
| 8 |
+
- alsa-lib=1.2.14
|
| 9 |
+
- brotli=1.1.0
|
| 10 |
+
- brotli-bin=1.1.0
|
| 11 |
+
- bzip2=1.0.8
|
| 12 |
+
- ca-certificates=2025.8.3
|
| 13 |
+
- cairo=1.18.4
|
| 14 |
+
- cycler=0.12.1
|
| 15 |
+
- cyrus-sasl=2.1.28
|
| 16 |
+
- dbus=1.16.2
|
| 17 |
+
- double-conversion=3.3.1
|
| 18 |
+
- font-ttf-dejavu-sans-mono=2.37
|
| 19 |
+
- font-ttf-inconsolata=3.000
|
| 20 |
+
- font-ttf-source-code-pro=2.038
|
| 21 |
+
- font-ttf-ubuntu=0.83
|
| 22 |
+
- fontconfig=2.15.0
|
| 23 |
+
- fonts-conda-ecosystem=1
|
| 24 |
+
- fonts-conda-forge=1
|
| 25 |
+
- freetype=2.14.1
|
| 26 |
+
- graphite2=1.3.14
|
| 27 |
+
- harfbuzz=12.1.0
|
| 28 |
+
- icu=75.1
|
| 29 |
+
- joblib=1.5.2
|
| 30 |
+
- keyutils=1.6.3
|
| 31 |
+
- krb5=1.21.3
|
| 32 |
+
- lcms2=2.17
|
| 33 |
+
- ld_impl_linux-64=2.44
|
| 34 |
+
- lerc=4.0.0
|
| 35 |
+
- libblas=3.9.0
|
| 36 |
+
- libbrotlicommon=1.1.0
|
| 37 |
+
- libbrotlidec=1.1.0
|
| 38 |
+
- libbrotlienc=1.1.0
|
| 39 |
+
- libcblas=3.9.0
|
| 40 |
+
- libclang-cpp21.1=21.1.2
|
| 41 |
+
- libclang13=21.1.2
|
| 42 |
+
- libcups=2.3.3
|
| 43 |
+
- libdeflate=1.24
|
| 44 |
+
- libdrm=2.4.125
|
| 45 |
+
- libedit=3.1.20250104
|
| 46 |
+
- libegl=1.7.0
|
| 47 |
+
- libexpat=2.7.1
|
| 48 |
+
- libffi=3.4.6
|
| 49 |
+
- libfreetype=2.14.1
|
| 50 |
+
- libfreetype6=2.14.1
|
| 51 |
+
- libgcc=15.1.0
|
| 52 |
+
- libgcc-ng=15.1.0
|
| 53 |
+
- libgfortran=15.1.0
|
| 54 |
+
- libgfortran5=15.1.0
|
| 55 |
+
- libgl=1.7.0
|
| 56 |
+
- libglib=2.86.0
|
| 57 |
+
- libglvnd=1.7.0
|
| 58 |
+
- libglx=1.7.0
|
| 59 |
+
- libgomp=15.1.0
|
| 60 |
+
- libiconv=1.18
|
| 61 |
+
- libjpeg-turbo=3.1.0
|
| 62 |
+
- liblapack=3.9.0
|
| 63 |
+
- libllvm21=21.1.2
|
| 64 |
+
- liblzma=5.8.1
|
| 65 |
+
- libnsl=2.0.1
|
| 66 |
+
- libntlm=1.8
|
| 67 |
+
- libopenblas=0.3.30
|
| 68 |
+
- libopengl=1.7.0
|
| 69 |
+
- libpciaccess=0.18
|
| 70 |
+
- libpng=1.6.50
|
| 71 |
+
- libpq=18.0
|
| 72 |
+
- libsqlite=3.50.4
|
| 73 |
+
- libstdcxx=15.1.0
|
| 74 |
+
- libstdcxx-ng=15.1.0
|
| 75 |
+
- libtiff=4.7.1
|
| 76 |
+
- libuuid=2.41.2
|
| 77 |
+
- libvulkan-loader=1.4.313.0
|
| 78 |
+
- libwebp-base=1.6.0
|
| 79 |
+
- libxcb=1.17.0
|
| 80 |
+
- libxcrypt=4.4.36
|
| 81 |
+
- libxkbcommon=1.11.0
|
| 82 |
+
- libxml2=2.15.0
|
| 83 |
+
- libxml2-16=2.15.0
|
| 84 |
+
- libxslt=1.1.43
|
| 85 |
+
- libzlib=1.3.1
|
| 86 |
+
- matplotlib-base=3.10.6
|
| 87 |
+
- munkres=1.1.4
|
| 88 |
+
- ncurses=6.5
|
| 89 |
+
- openjpeg=2.5.4
|
| 90 |
+
- openldap=2.6.10
|
| 91 |
+
- openssl=3.5.4
|
| 92 |
+
- packaging=25.0
|
| 93 |
+
- patsy=1.0.1
|
| 94 |
+
- pcre2=10.46
|
| 95 |
+
- pip=25.2
|
| 96 |
+
- pixman=0.46.4
|
| 97 |
+
- pthread-stubs=0.4
|
| 98 |
+
- pyparsing=3.2.5
|
| 99 |
+
- pyside6=6.9.3
|
| 100 |
+
- python=3.10.18
|
| 101 |
+
- python-dateutil=2.9.0.post0
|
| 102 |
+
- python-tzdata=2025.2
|
| 103 |
+
- python_abi=3.10
|
| 104 |
+
- pytz=2025.2
|
| 105 |
+
- qhull=2020.2
|
| 106 |
+
- qt6-main=6.9.3
|
| 107 |
+
- readline=8.2
|
| 108 |
+
- seaborn=0.13.2
|
| 109 |
+
- seaborn-base=0.13.2
|
| 110 |
+
- setuptools=80.9.0
|
| 111 |
+
- six=1.17.0
|
| 112 |
+
- threadpoolctl=3.6.0
|
| 113 |
+
- tk=8.6.13
|
| 114 |
+
- tzdata=2025b
|
| 115 |
+
- wayland=1.24.0
|
| 116 |
+
- wheel=0.45.1
|
| 117 |
+
- xcb-util=0.4.1
|
| 118 |
+
- xcb-util-cursor=0.1.5
|
| 119 |
+
- xcb-util-image=0.4.0
|
| 120 |
+
- xcb-util-keysyms=0.4.1
|
| 121 |
+
- xcb-util-renderutil=0.3.10
|
| 122 |
+
- xcb-util-wm=0.4.2
|
| 123 |
+
- xkeyboard-config=2.45
|
| 124 |
+
- xorg-libice=1.1.2
|
| 125 |
+
- xorg-libsm=1.2.6
|
| 126 |
+
- xorg-libx11=1.8.12
|
| 127 |
+
- xorg-libxau=1.0.12
|
| 128 |
+
- xorg-libxcomposite=0.4.6
|
| 129 |
+
- xorg-libxcursor=1.2.3
|
| 130 |
+
- xorg-libxdamage=1.1.6
|
| 131 |
+
- xorg-libxdmcp=1.1.5
|
| 132 |
+
- xorg-libxext=1.3.6
|
| 133 |
+
- xorg-libxfixes=6.0.2
|
| 134 |
+
- xorg-libxi=1.8.2
|
| 135 |
+
- xorg-libxrandr=1.5.4
|
| 136 |
+
- xorg-libxrender=0.9.12
|
| 137 |
+
- xorg-libxtst=1.2.5
|
| 138 |
+
- xorg-libxxf86vm=1.1.6
|
| 139 |
+
- zstd=1.5.7
|
| 140 |
+
- pip:
|
| 141 |
+
- contourpy==1.3.1
|
| 142 |
+
- exceptiongroup==1.3.1
|
| 143 |
+
- filelock==3.13.1
|
| 144 |
+
- fonttools==4.60.1
|
| 145 |
+
- fsspec==2024.6.1
|
| 146 |
+
- iniconfig==2.3.0
|
| 147 |
+
- jinja2==3.1.4
|
| 148 |
+
- kiwisolver==1.4.9
|
| 149 |
+
- markupsafe==2.1.5
|
| 150 |
+
- matplotlib==3.10.6
|
| 151 |
+
- mpmath==1.3.0
|
| 152 |
+
- networkx==3.3
|
| 153 |
+
- numpy==1.26.4
|
| 154 |
+
- pandas==2.3.3
|
| 155 |
+
- pillow==11.3.0
|
| 156 |
+
- pluggy==1.6.0
|
| 157 |
+
- pygments==2.20.0
|
| 158 |
+
- pytest==9.0.3
|
| 159 |
+
- scikit-learn==1.7.2
|
| 160 |
+
- scipy==1.15.2
|
| 161 |
+
- statsmodels==0.14.5
|
| 162 |
+
- sympy==1.13.3
|
| 163 |
+
- tomli==2.4.1
|
| 164 |
+
- torch==2.8.0+cpu
|
| 165 |
+
- tornado==6.5.2
|
| 166 |
+
- triton==3.6.0
|
| 167 |
+
- typing-extensions==4.15.0
|
| 168 |
+
- unicodedata2==16.0.0
|
| 169 |
+
prefix: /home/lily/yz979/anaconda3/envs/067_test
|