-
Notifications
You must be signed in to change notification settings - Fork 2
/
pixi.lock
6843 lines (6843 loc) · 175 KB
/
pixi.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
metadata:
content_hash:
linux-64: 7c88dd0bdc41ab8a30d727bc45cae0378dc2e73e734b0aa6e4b100cbb13940e7
channels:
- url: https://conda.anaconda.org/conda-forge/
used_env_vars: []
- url: https://conda.anaconda.org/pytorch/
used_env_vars: []
- url: https://conda.anaconda.org/nvidia/
used_env_vars: []
platforms:
- linux-64
sources: []
time_metadata: null
git_metadata: null
inputs_metadata: null
custom_metadata: null
package:
- name: python
version: 3.11.5
manager: conda
platform: linux-64
dependencies:
openssl: '>=3.1.2,<4.0a0'
readline: '>=8.2,<9.0a0'
libzlib: '>=1.2.13,<1.3.0a0'
libgcc-ng: '>=12'
libnsl: '>=2.0.0,<2.1.0a0'
libexpat: '>=2.5.0,<3.0a0'
libsqlite: '>=3.43.0,<4.0a0'
libuuid: '>=2.38.1,<3.0a0'
xz: '>=5.2.6,<6.0a0'
ncurses: '>=6.4,<7.0a0'
ld_impl_linux-64: '>=2.36.1'
tzdata: '*'
libffi: '>=3.4,<4.0a0'
tk: '>=8.6.12,<8.7.0a0'
bzip2: '>=1.0.8,<2.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/python-3.11.5-hab00c5b_0_cpython.conda
hash:
md5: f0288cb82594b1cbc71111d1cd3c5422
sha256: 920fe89dbc4aaf910e7a37cb4d865eaabe7ff1e5e6c3888d56fe7742ab181448
optional: false
category: main
build: hab00c5b_0_cpython
arch: x86_64
subdir: linux-64
build_number: 0
constrains:
- python_abi 3.11.* *_cp311
license: Python-2.0
size: 30813149
timestamp: 1693108705832
- name: chromadb
version: 0.4.8
manager: conda
platform: linux-64
dependencies:
onnxruntime: '>=1.14.1'
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.* *_cp311
importlib-resources: '*'
requests: '>=2.28'
fastapi: '>=0.95.2,<0.100.0'
tokenizers: '>=0.13.2'
tqdm: '>=4.65.0'
uvicorn: '>=0.18.3'
chroma-hnswlib: ==0.7.2
bcrypt: '>=4.0.1'
overrides: '>=7.3.1'
posthog: '>=2.4.0'
pulsar-client: '>=3.1.0'
pypika: '>=0.48.9'
numpy: '>=1.21.6'
typing-extensions: '>=4.5.0'
pydantic: '>=1.9,<2.0'
url: https://conda.anaconda.org/conda-forge/linux-64/chromadb-0.4.8-py311h38be061_0.conda
hash:
md5: de4e877b564e10b9663fbb84c8020e32
sha256: 0c7ec170aed853fa68ab0ecbcc625ecbfd5fdbefd0209d59c12ddcaaa16d7fa1
optional: false
category: main
build: py311h38be061_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Apache-2.0
license_family: APACHE
size: 609586
timestamp: 1693671302762
- name: pypika
version: 0.48.9
manager: conda
platform: linux-64
dependencies:
python: '>=3.6'
url: https://conda.anaconda.org/conda-forge/noarch/pypika-0.48.9-pyhd8ed1ab_0.conda
hash:
md5: a2695dc38e70a94fb4daafa35a11654e
sha256: e9e00a9e73aee76dbb5f150e63e369ce090e367cff47d006715de0a38bb3892f
optional: false
category: main
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Apache-2.0
license_family: APACHE
noarch: python
size: 54256
timestamp: 1681572534125
- name: bcrypt
version: 4.0.1
manager: conda
platform: linux-64
dependencies:
python: '>=3.11,<3.12.0a0'
libgcc-ng: '>=12'
python_abi: 3.11.* *_cp311
url: https://conda.anaconda.org/conda-forge/linux-64/bcrypt-4.0.1-py311h46250e7_0.conda
hash:
md5: 6a03b12150440bb9076318569a5f6fe2
sha256: e3a50b1f2ff2e842f6bc6c38bcfab5f1d503424623430eaea007f589d8c3cfe5
optional: false
category: main
build: py311h46250e7_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Apache-2.0
license_family: Apache
size: 577547
timestamp: 1693654784106
- name: torchvision
version: 0.15.2
manager: conda
platform: linux-64
dependencies:
python: '>=3.11,<3.12.0a0'
requests: '*'
libpng: '*'
jpeg: '*'
pytorch-mutex: ==1.0 cuda
numpy: '>=1.23.5'
ffmpeg: '>=4.2'
pillow: '>=5.3.0,!=8.3.*'
pytorch-cuda: 11.8.*
pytorch: ==2.0.1
url: https://conda.anaconda.org/pytorch/linux-64/torchvision-0.15.2-py311_cu118.tar.bz2
hash:
md5: e6c6094df927c1e5f52a505035724926
sha256: a744a7887d2118b6707d27856043dd6f28c24e4c9ed3033f436161a0cebdcd2f
optional: false
category: main
build: py311_cu118
arch: x86_64
subdir: linux-64
build_number: 0
constrains:
- cpuonly <0
license: BSD
size: 8688971
timestamp: 1682361724228
- name: pytorch
version: 2.0.1
manager: conda
platform: linux-64
dependencies:
python: '>=3.11,<3.12.0a0'
filelock: '*'
networkx: '*'
jinja2: '*'
mkl: '>=2018'
pytorch-mutex: ==1.0 cuda
sympy: '*'
blas: '* mkl'
torchtriton: ==2.0.0
pytorch-cuda: '>=11.8,<11.9'
typing_extensions: '*'
url: https://conda.anaconda.org/pytorch/linux-64/pytorch-2.0.1-py3.11_cuda11.8_cudnn8.7.0_0.tar.bz2
hash:
md5: d74c09e45ac9eb88be396843138779ec
sha256: ea7402cb3cbe8b3580bf54583bf556afb19cf0987f5f5ce13e15ef913ba25c52
optional: false
category: main
build: py3.11_cuda11.8_cudnn8.7.0_0
arch: x86_64
subdir: linux-64
build_number: 0
constrains:
- cpuonly <0
license: BSD 3-Clause
license_family: BSD
size: 1513764970
timestamp: 1682348180842
- name: pytorch-cuda
version: '11.8'
manager: conda
platform: linux-64
dependencies:
cuda-cudart: '>=11.8,<12.0'
cuda-runtime: '>=11.8,<12.0'
libcusolver: '>=11.4.1.48,<11.4.2.57'
cuda-nvrtc: '>=11.8,<12.0'
cuda-cupti: '>=11.8,<12.0'
libcublas: '>=11.11.3.6,<12.0.1.189'
cuda-libraries: '>=11.8,<12.0'
cuda-nvtx: '>=11.8,<12.0'
libcusparse: '>=11.7.5.86,<12.0.0.76'
libcufft: '>=10.9.0.58,<11.0.0.21'
libnpp: '>=11.8.0.86,<12.0.0.30'
libnvjpeg: '>=11.9.0.86,<12.0.0.28'
url: https://conda.anaconda.org/pytorch/linux-64/pytorch-cuda-11.8-h7e8668a_5.tar.bz2
hash:
md5: 48e990086eb245cce92f09b45a34651e
sha256: 81a9df218f84b45386818dbc180180a5adb7a5df097d1c4c7ec05c5fa5b0f8ca
optional: false
category: main
build: h7e8668a_5
arch: x86_64
subdir: linux-64
build_number: 5
size: 3561
timestamp: 1682528151734
- name: pip
version: 23.2.1
manager: conda
platform: linux-64
dependencies:
setuptools: '*'
python: '>=3.7'
wheel: '*'
url: https://conda.anaconda.org/conda-forge/noarch/pip-23.2.1-pyhd8ed1ab_0.conda
hash:
md5: e2783aa3f9235225eec92f9081c5b801
sha256: 9e401b171856e12f6aa32ae5cc1ae1d3708aa7d705ddf359ee7dd0dffd73c2b5
optional: false
category: main
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 1386212
timestamp: 1690024763393
- name: langchain
version: 0.0.281
manager: conda
platform: linux-64
dependencies:
numexpr: '>=2.8.4,<3.0.0'
python: '>=3.8.1,<4.0'
aiohttp: '>=3.8.3,<4.0.0'
requests: '>=2.0.0,<3.0.0'
async-timeout: '>=4.0.0,<5.0.0'
sqlalchemy: '>=1.4,<3'
langsmith: '>=0.0.21,<1.0.0'
google-api-core: '>=2.11.1,<3.0.0'
numpy: '>=1.0.0,<2.0.0'
pyyaml: '>=5.3'
openapi-schema-pydantic: '>=1.2.0,<2.0.0'
tenacity: '>=8.1.0,<9.0.0'
dataclasses-json: '>=0.5.7,<0.6.0'
pydantic: '>=1,<3'
url: https://conda.anaconda.org/conda-forge/noarch/langchain-0.0.281-pyhd8ed1ab_0.conda
hash:
md5: 6db37226994e180f135cac9e09feb36a
sha256: 45899011b4e939a05d0d8ba06c7b0dcf49c587edff7edc25ebd506c9ccb35d94
optional: false
category: main
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
constrains:
- langkit >=0.0.6,<0.1.0
- azure-cosmos >=4.4.0,<5.0.0
- rank-bm25 >=0.2.2,<0.3.0
- tqdm >=4.48.0
- pyowm >=3.3.0,<4.0.0
- beautifulsoup4 >=4.0.0,<5.0.0
- google-auth >=2.18.1,<3.0.0
- pytesseract >=0.3.10,<0.4.0
- jina >=3.14.0,<4.0.0
- steamship >=2.16.9,<3.0.0
- mwparserfromhell >=0.6.4,<0.7.0
- tiktoken >=0.3.2,<0.4.0
- google-api-python-client 2.70.0
- requests-toolbelt >=1.0.0,<2.0.0
- jq >=1.4.1,<2.0.0
- pytorch >=1,<3
- html2text >=2020.1.16,<2021.0.0
- py-trello >=0.19.0,<0.20.0
- psychicapi >=0.8.0,<0.9.0
- aleph-alpha-client >=2.15.0,<3.0.0
- clarifai >=9.1.0
- gql >=3.4.1,<4.0.0
- google-search-results >=2.0.0,<3.0.0
- pdfminer-six >=20221105.0.0,<20221106.0.0
- momento >=1.5.0,<2.0.0
- mwxml >=0.3.3,<0.4.0
- huggingface_hub >=0.0.0,<1.0.0
- psycopg2-binary >=2.9.5,<3.0.0
- scikit-learn >=1.2.2,<2.0.0
- nltk >=3.0.0,<4.0.0
- libdeeplake >=0.0.60,<0.0.61
- docarray >=0.32.0,<0.33.0
- amadeus >=8.1.0
- nlpcloud >=1.0.0,<2.0.0
- azure-ai-formrecognizer >=3.2.1,<4.0.0
- pypdfium2 >=4.10.0,<5.0.0
- faiss-cpu >=1.0.0,<2.0.0
- octoai-sdk >=0.1.1,<0.2.0
- pyspark >=3.4.0,<4.0.0
- awadb >=0.3.3,<0.4.0
- cassio >=0.0.7,<0.0.8
- sentence-transformers >=2.0.0,<3.0.0
- manifest-ml >=0.0.1,<0.0.2
- spacy >=3.0.0,<4.0.0
- tigrisdb >=1.0.0,<2.0.0
- tensorflow-text >=2.11.0,<3.0.0
- lancedb >=0.1.0,<0.2.0
- transformers >=4.0.0,<5.0.0
- azure-identity >=1.12.0,<2.0.0
- pymupdf >=1.22.3,<2.0.0
- rapidfuzz >=3.1.1,<4.0.0
- pexpect >=4.8.0,<5.0.0
- azure-search-documents 11.4.0a20230509004
- telethon >=1.28.5,<2.0.0
- openllm >=0.1.19
- weaviate-client >=3.0.0,<4.0.0
- pyvespa >=0.33.0,<0.34.0
- jinja2 >=3.0.0,<4.0.0
- esprima-python >=4.0.1,<5.0.0
- lxml >=4.9.2,<5.0.0
- arxiv >=1.4.0,<2.0.0
- O365 >=2.0.26,<3.0.0
- anthropic >=0.3.0,<0.4.0
- redis-py >=4.0.0,<5.0.0
- openlm >=0.0.5,<0.0.6
- lark >=1.1.5,<2.0.0
- azure-core >=1.26.4,<2.0.0
- opensearch-py >=2.0.0,<3.0.0
- nebula3-python >=3.4.0,<4.0.0
- wolframalpha 5.0.0
- pgvector >=0.1.6,<0.2.0
- wikipedia >=1.0.0,<2.0.0
- neo4j-python-driver >=5.8.1,<6.0.0
- marqo >=0.11.0,<0.12.0
- openai >=0.0.0,<1.0.0
- streamlit >=1.18.0,<2.0.0
- bibtexparser >=1.4.0,<2.0.0
- deeplake >=3.6.8,<4.0.0
- networkx >=2.6.3,<3.0.0
- zep-python >=0.32
- pandas >=2.0.1,<3.0.0
- pinecone-client >=2.0.0,<3.0.0
- pypdf >=3.4.0,<4.0.0
- azure-ai-vision >=0.11.1,<0.11.2
- azure-cognitiveservices-speech >=1.28.0,<2.0.0
- atlassian-python-api >=3.36.0,<4.0.0
- cohere >=3.0.0,<4.0.0
- geopandas >=0.13.1,<0.14.0
- pinecone-text >=0.4.2,<0.5.0
- chardet >=5.1.0,<6.0.0
- nomic >=1.0.43,<2.0.0
- qdrant-client >=1.3.1,<2.0.0
- pymongo >=4.3.3,<5.0.0
- gptcache >=0.1.7
- sympy >=1.12.0,<2.0.0
- duckduckgo-search >=3.8.3,<4.0.0
- singlestoredb >=0.7.1,<0.8.0
- rdflib >=6.3.2,<7.0.0
- elasticsearch >=8.0.0,<9.0.0
- clickhouse-connect >=0.5.14,<0.6.0
license: MIT
noarch: python
size: 849677
timestamp: 1693855663623
- name: jupyterlab
version: 4.0.5
manager: conda
platform: linux-64
dependencies:
async-lru: '>=1.0.0'
python: '>=3.8'
ipykernel: '*'
traitlets: '*'
importlib_resources: '>=1.4'
jupyter_core: '*'
jupyterlab_server: '>=2.19.0,<3'
jupyter-lsp: '>=2.0.0'
tomli: '*'
jinja2: '>=3.0.3'
importlib_metadata: '>=4.8.3'
notebook-shim: '>=0.2'
jupyter_server: '>=2.4.0,<3'
packaging: '*'
tornado: '>=6.2.0'
url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.0.5-pyhd8ed1ab_0.conda
hash:
md5: fce8108e7dfb3622873a85e495a72dda
sha256: fc4409ff093eedb602231d2d7848e20d0f7dab1b01a05a42c06de44ba4f0c62d
optional: false
category: main
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 6000195
timestamp: 1692016028799
- name: openai
version: 0.28.0
manager: conda
platform: linux-64
dependencies:
openpyxl: '>=3.0.7'
aiohttp: '*'
pandas: '>=1.2.3'
python: '>=3.7.1'
requests: '>=2.20'
wandb: '*'
tqdm: '*'
tenacity: '>=8.0.1'
matplotlib-base: '*'
pandas-stubs: '>=1.1.0.11'
plotly: '*'
scipy: '*'
colorama: '*'
numpy: '*'
typing_extensions: '*'
scikit-learn: '>=1.0.2'
url: https://conda.anaconda.org/conda-forge/noarch/openai-0.28.0-pyhd8ed1ab_0.conda
hash:
md5: 30597ede93c835cc111b7938176098bc
sha256: 6a3d1d2619a30602f270658acabb2d4589e8ff685e02a4c67093fbb39c8b2c88
optional: false
category: main
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 61022
timestamp: 1693600649589
- name: tiktoken
version: 0.3.3
manager: conda
platform: linux-64
dependencies:
python: '>=3.11,<3.12.0a0'
libstdcxx-ng: '>=12'
python_abi: 3.11.* *_cp311
regex: '>=2022.1.18'
requests: '>=2.26.0'
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/tiktoken-0.3.3-py311hf757353_0.conda
hash:
md5: acc9ca3a267dd78c26cd0c12d880bfd4
sha256: 83e87a687cba48e27473cd7d05f16e740976645ff6d766c83c92942ffc8f6b87
optional: false
category: main
build: py311hf757353_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
size: 1300127
timestamp: 1681242637546
- name: libgcc-ng
version: 13.1.0
manager: conda
platform: linux-64
dependencies:
_libgcc_mutex: ==0.1 conda_forge
_openmp_mutex: '>=4.5'
url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.1.0-he5830b7_0.conda
hash:
md5: cd93f779ff018dd85c7544c015c9db3c
sha256: fba897a02f35b2b5e6edc43a746d1fa6970a77b422f258246316110af8966911
optional: false
category: main
build: he5830b7_0
arch: x86_64
subdir: linux-64
build_number: 0
constrains:
- libgomp 13.1.0 he5830b7_0
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 776294
timestamp: 1685816209343
- name: _libgcc_mutex
version: '0.1'
manager: conda
platform: linux-64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
hash:
md5: d7c89558ba9fa0495403155b64376d81
sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726
optional: false
category: main
build: conda_forge
arch: x86_64
subdir: linux-64
build_number: 0
license: None
size: 2562
timestamp: 1578324546067
- name: _openmp_mutex
version: '4.5'
manager: conda
platform: linux-64
dependencies:
_libgcc_mutex: ==0.1 conda_forge
llvm-openmp: '>=9.0.1'
url: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_kmp_llvm.tar.bz2
hash:
md5: 562b26ba2e19059551a811e72ab7f793
sha256: 84a66275da3a66e3f3e70e9d8f10496d807d01a9e4ec16cd2274cc5e28c478fc
optional: false
category: main
build: 2_kmp_llvm
arch: x86_64
subdir: linux-64
build_number: 2
license: BSD-3-Clause
license_family: BSD
size: 5744
timestamp: 1650742457817
- name: llvm-openmp
version: 16.0.6
manager: conda
platform: linux-64
dependencies:
libzlib: '>=1.2.13,<1.3.0a0'
zstd: '>=1.5.2,<1.6.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/llvm-openmp-16.0.6-h4dfa4b3_0.conda
hash:
md5: b096c85c415519259e731d8fb719a3ef
sha256: 5f612b4104946d0b3a42100ba86d6787cb874bfb349e05c055a2401882354e5e
optional: false
category: main
build: h4dfa4b3_0
arch: x86_64
subdir: linux-64
build_number: 0
constrains:
- openmp 16.0.6|16.0.6.*
license: Apache-2.0 WITH LLVM-exception
license_family: APACHE
size: 41829765
timestamp: 1686865003783
- name: libzlib
version: 1.2.13
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-hd590300_5.conda
hash:
md5: f36c115f1ee199da648e0597ec2047ad
sha256: 370c7c5893b737596fd6ca0d9190c9715d89d888b8c88537ae1ef168c25e82e4
optional: false
category: main
build: hd590300_5
arch: x86_64
subdir: linux-64
build_number: 5
constrains:
- zlib 1.2.13 *_5
license: Zlib
license_family: Other
size: 61588
timestamp: 1686575217516
- name: zstd
version: 1.5.5
manager: conda
platform: linux-64
dependencies:
libzlib: '>=1.2.13,<1.3.0a0'
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.5-hfc55251_0.conda
hash:
md5: 04b88013080254850d6c01ed54810589
sha256: 607cbeb1a533be98ba96cf5cdf0ddbb101c78019f1fda063261871dad6248609
optional: false
category: main
build: hfc55251_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
size: 545199
timestamp: 1693151163452
- name: libstdcxx-ng
version: 13.1.0
manager: conda
platform: linux-64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-13.1.0-hfd8a6a1_0.conda
hash:
md5: 067bcc23164642f4c226da631f2a2e1d
sha256: 6f9eb2d7a96687938c0001166a3b308460a8eb02b10e9d0dd9e251f0219ea05c
optional: false
category: main
build: hfd8a6a1_0
arch: x86_64
subdir: linux-64
build_number: 0
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 3847887
timestamp: 1685816251278
- name: python_abi
version: '3.11'
manager: conda
platform: linux-64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.11-3_cp311.conda
hash:
md5: c2e2630ddb68cf52eec74dc7dfab20b5
sha256: 2966a87dcb0b11fad28f9fe8216bfa4071115776b47ffc7547492fed176e1a1f
optional: false
category: main
build: 3_cp311
arch: x86_64
subdir: linux-64
build_number: 3
constrains:
- python 3.11.* *_cpython
license: BSD-3-Clause
license_family: BSD
size: 5682
timestamp: 1669071702664
- name: chroma-hnswlib
version: 0.7.2
manager: conda
platform: linux-64
dependencies:
numpy: '>=1.23.5,<2.0a0'
libstdcxx-ng: '>=12'
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.* *_cp311
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/chroma-hnswlib-0.7.2-py311h92ebd52_3.conda
hash:
md5: 1449fc69bc1afe473a47579746deae8c
sha256: 6de8807deccb4197bc8de9a4b8f5054d567e305c58a60948ab659751c5cb31a3
optional: false
category: main
build: py311h92ebd52_3
arch: x86_64
subdir: linux-64
build_number: 3
license: Apache-2.0
license_family: APACHE
size: 177725
timestamp: 1692618831347
- name: numpy
version: 1.25.2
manager: conda
platform: linux-64
dependencies:
libcblas: '>=3.9.0,<4.0a0'
liblapack: '>=3.9.0,<4.0a0'
libstdcxx-ng: '>=12'
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.* *_cp311
libblas: '>=3.9.0,<4.0a0'
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.25.2-py311h64a7726_0.conda
hash:
md5: 71fd6f1734a0fa64d8f852ae7156ec45
sha256: 2e74d2f11d85e0a796a14b63702c7a963244795c52f92ea98b6f2c0d7620c065
optional: false
category: main
build: py311h64a7726_0
arch: x86_64
subdir: linux-64
build_number: 0
constrains:
- numpy-base <0a0
license: BSD-3-Clause
license_family: BSD
size: 8139293
timestamp: 1691056686685
- name: libcblas
version: 3.9.0
manager: conda
platform: linux-64
dependencies:
libblas: ==3.9.0 16_linux64_mkl
url: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-16_linux64_mkl.tar.bz2
hash:
md5: 361bf757b95488de76c4f123805742d3
sha256: 892ba10508f22310ccfe748df1fd3b6c7f20e7b6f6b79e69ed337863551c1bd8
optional: false
category: main
build: 16_linux64_mkl
arch: x86_64
subdir: linux-64
build_number: 16
constrains:
- liblapack 3.9.0 16_linux64_mkl
- liblapacke 3.9.0 16_linux64_mkl
- blas * mkl
track_features:
- blas_mkl
license: BSD-3-Clause
license_family: BSD
size: 12791
timestamp: 1660094570921
- name: libblas
version: 3.9.0
manager: conda
platform: linux-64
dependencies:
mkl: '>=2022.1.0,<2023.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-16_linux64_mkl.tar.bz2
hash:
md5: 85f61af03fd291dae33150ffe89dc09a
sha256: 24e656f13b402b6fceb88df386768445ab9beb657d451a8e5a88d4b3380cf7a4
optional: false
category: main
build: 16_linux64_mkl
arch: x86_64
subdir: linux-64
build_number: 16
constrains:
- liblapack 3.9.0 16_linux64_mkl
- liblapacke 3.9.0 16_linux64_mkl
- libcblas 3.9.0 16_linux64_mkl
- blas * mkl
track_features:
- blas_mkl
license: BSD-3-Clause
license_family: BSD
size: 13102
timestamp: 1660094562739
- name: mkl
version: 2022.2.1
manager: conda
platform: linux-64
dependencies:
tbb: 2021.*
llvm-openmp: '>=15.0.6'
_openmp_mutex: '>=4.5'
url: https://conda.anaconda.org/conda-forge/linux-64/mkl-2022.2.1-h84fe81f_16997.conda
hash:
md5: a7ce56d5757f5b57e7daabe703ade5bb
sha256: 5322750d5e96ff5d96b1457db5fb6b10300f2bc4030545e940e17b57c4e96d00
optional: false
category: main
build: h84fe81f_16997
arch: x86_64
subdir: linux-64
build_number: 16997
license: LicenseRef-ProprietaryIntel
license_family: Proprietary
size: 164900244
timestamp: 1670261963627
- name: tbb
version: 2021.10.0
manager: conda
platform: linux-64
dependencies:
libhwloc: '>=2.9.2,<2.9.3.0a0'
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.10.0-h00ab1b0_0.conda
hash:
md5: 9c82b1b389e46b64ec685ec487043e70
sha256: 77d020344a6f11563bd6162295cd715df41042d0912040b8b9d1170c7281167a
optional: false
category: main
build: h00ab1b0_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Apache-2.0
license_family: APACHE
size: 186010
timestamp: 1690528799024
- name: libhwloc
version: 2.9.2
manager: conda
platform: linux-64
dependencies:
libxml2: '>=2.11.5,<2.12.0a0'
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.9.2-default_h554bfaf_1009.conda
hash:
md5: 9369f407667517fe52b0e8ed6965ffeb
sha256: d35101099048287ea7e1f27cabb0b9817e6a744cf7e62f006b1c9a17e665ddb1
optional: false
category: main
build: default_h554bfaf_1009
arch: x86_64
subdir: linux-64
build_number: 1009
license: BSD-3-Clause
license_family: BSD
size: 2607269
timestamp: 1693333714574
- name: libxml2
version: 2.11.5
manager: conda
platform: linux-64
dependencies:
xz: '>=5.2.6,<6.0a0'
icu: '>=73.2,<74.0a0'
libiconv: '>=1.17,<2.0a0'
libgcc-ng: '>=12'
libzlib: '>=1.2.13,<1.3.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.11.5-h232c23b_1.conda
hash:
md5: f3858448893839820d4bcfb14ad3ecdf
sha256: 1b3cb6864de1a558ea5fb144c780121d52507837d15df0600491d8ed92cff90c
optional: false
category: main
build: h232c23b_1
arch: x86_64
subdir: linux-64
build_number: 1
license: MIT
license_family: MIT
size: 705542
timestamp: 1692960341690
- name: xz
version: 5.2.6
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2
hash:
md5: 2161070d867d1b1204ea749c8eec4ef0
sha256: 03a6d28ded42af8a347345f82f3eebdd6807a08526d47899a42d62d319609162
optional: false
category: main
build: h166bdaf_0
arch: x86_64
subdir: linux-64
build_number: 0
license: LGPL-2.1 and GPL-2.0
size: 418368
timestamp: 1660346797927
- name: icu
version: '73.2'
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/icu-73.2-h59595ed_0.conda
hash:
md5: cc47e1facc155f91abd89b11e48e72ff
sha256: e12fd90ef6601da2875ebc432452590bc82a893041473bc1c13ef29001a73ea8
optional: false
category: main
build: h59595ed_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
size: 12089150
timestamp: 1692900650789
- name: libiconv
version: '1.17'
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=10.3.0'
url: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-h166bdaf_0.tar.bz2
hash:
md5: b62b52da46c39ee2bc3c162ac7f1804d
sha256: 6a81ebac9f1aacdf2b4f945c87ad62b972f0f69c8e0981d68e111739e6720fd7
optional: false
category: main
build: h166bdaf_0
arch: x86_64
subdir: linux-64
build_number: 0
license: GPL and LGPL
size: 1450368
timestamp: 1652700749886
- name: liblapack
version: 3.9.0
manager: conda
platform: linux-64
dependencies:
libblas: ==3.9.0 16_linux64_mkl
url: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-16_linux64_mkl.tar.bz2
hash:
md5: a2f166748917d6d6e4707841ca1f519e
sha256: d6201f860b2d76ed59027e69c2bbad6d1cb211a215ec9705cc487cde488fa1fa
optional: false
category: main
build: 16_linux64_mkl
arch: x86_64
subdir: linux-64
build_number: 16
constrains:
- blas * mkl
- liblapacke 3.9.0 16_linux64_mkl
- libcblas 3.9.0 16_linux64_mkl
track_features:
- blas_mkl
license: BSD-3-Clause
license_family: BSD
size: 12791
timestamp: 1660094578903
- name: fastapi
version: 0.99.1
manager: conda
platform: linux-64
dependencies:
python: '>=3.7'
starlette: '>=0.27.0,<0.28.0'
typing-extensions: '>=4.5.0'
pydantic: '>=1.7.4,!=1.8,!=1.8.1,<2.0.0'
url: https://conda.anaconda.org/conda-forge/noarch/fastapi-0.99.1-pyhd8ed1ab_0.conda
hash:
md5: c56b446a9b8562bb693f8ace13882460
sha256: 80c90ebba9a4981a918c173455d4225c4a044f816590fb3d308a36aaf027059a
optional: false
category: main
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 50395
timestamp: 1688565685318
- name: starlette
version: 0.27.0
manager: conda
platform: linux-64
dependencies:
typing_extensions: '>=3.10.0'
python: '>=3.7'
anyio: <5,>=3.4.0
url: https://conda.anaconda.org/conda-forge/noarch/starlette-0.27.0-pyhd8ed1ab_0.conda
hash:
md5: 6facb6fc201d334257db8004439705d3
sha256: d155b6be8071b5c29c2056dd9e7ba8fee1ce38f977450d99a925918c1af12521
optional: false
category: main
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 54786
timestamp: 1684245223878
- name: anyio
version: 4.0.0
manager: conda
platform: linux-64
dependencies:
exceptiongroup: '*'
python: '>=3.8'
idna: '>=2.8'
sniffio: '>=1.1'
url: https://conda.anaconda.org/conda-forge/noarch/anyio-4.0.0-pyhd8ed1ab_0.conda
hash:
md5: 3c4e99d3ae4ec033d4dd99fb5220e540
sha256: 64125775b2e724db5c72e431dd180495d5d509d0a2d1228a122e6af9f1b60e33
optional: false
category: main
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
constrains:
- trio >=0.22
license: MIT
license_family: MIT
noarch: python
size: 98958
timestamp: 1693488730301
- name: typing_extensions