-
Notifications
You must be signed in to change notification settings - Fork 15
/
pixi.lock
3296 lines (3296 loc) · 81.9 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
version: 3
metadata:
content_hash:
linux-64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d
channels:
- url: https://conda.anaconda.org/conda-forge/
used_env_vars: []
platforms:
- linux-64
sources: []
time_metadata: null
git_metadata: null
inputs_metadata: null
custom_metadata: null
package:
- platform: linux-64
name: _libgcc_mutex
version: '0.1'
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
hash:
md5: d7c89558ba9fa0495403155b64376d81
sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726
build: conda_forge
arch: x86_64
subdir: linux-64
build_number: 0
license: None
size: 2562
timestamp: 1578324546067
- platform: linux-64
name: _openmp_mutex
version: '4.5'
category: main
manager: conda
dependencies:
- _libgcc_mutex 0.1 conda_forge
- libgomp >=7.5.0
url: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2
hash:
md5: 73aaf86a425cc6e73fcf236a5a46396d
sha256: fbe2c5e56a653bebb982eda4876a9178aedfc2b545f25d0ce9c4c0b508253d22
build: 2_gnu
arch: x86_64
subdir: linux-64
build_number: 16
constrains:
- openmp_impl 9999
license: BSD-3-Clause
license_family: BSD
size: 23621
timestamp: 1650670423406
- platform: linux-64
name: anyio
version: 4.1.0
category: main
manager: conda
dependencies:
- exceptiongroup >=1.0.2
- idna >=2.8
- python >=3.8
- sniffio >=1.1
url: https://conda.anaconda.org/conda-forge/noarch/anyio-4.1.0-pyhd8ed1ab_0.conda
hash:
md5: 76a3b574717769c4c937c2afa2f1069f
sha256: d9d64b29d8a4f58a8d5f9cb0af80b70fd4e038a6e328b039899f7cd93863a82e
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
constrains:
- trio >=0.23
- uvloop >=0.17
license: MIT
license_family: MIT
noarch: python
size: 100177
timestamp: 1700835583246
purls:
- pkg:pypi/anyio
- platform: linux-64
name: argon2-cffi
version: 23.1.0
category: main
manager: conda
dependencies:
- argon2-cffi-bindings
- python >=3.7
- typing-extensions
url: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-23.1.0-pyhd8ed1ab_0.conda
hash:
md5: 3afef1f55a1366b4d3b6a0d92e2235e4
sha256: 130766446f5507bd44df957b6b5c898a8bd98f024bb426ed6cb9ff1ad67fc677
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
constrains:
- argon2_cffi ==999
license: MIT
license_family: MIT
noarch: python
size: 18602
timestamp: 1692818472638
purls:
- pkg:pypi/argon2-cffi
- platform: linux-64
name: argon2-cffi-bindings
version: 21.2.0
category: main
manager: conda
dependencies:
- cffi >=1.0.1
- libgcc-ng >=12
- python >=3.11,<3.12.0a0
- python_abi 3.11.* *_cp311
url: https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-21.2.0-py311h459d7ec_4.conda
hash:
md5: de5b16869a430949b02161b04b844a30
sha256: 104194af519b4e667aa5341068b94b521a791aaaa05ec0091f8f0bdba43a60ac
build: py311h459d7ec_4
arch: x86_64
subdir: linux-64
build_number: 4
license: MIT
license_family: MIT
size: 34955
timestamp: 1695386703660
purls:
- pkg:pypi/argon2-cffi-bindings
- platform: linux-64
name: arrow
version: 1.3.0
category: main
manager: conda
dependencies:
- python >=3.8
- python-dateutil >=2.7.0
- types-python-dateutil >=2.8.10
url: https://conda.anaconda.org/conda-forge/noarch/arrow-1.3.0-pyhd8ed1ab_0.conda
hash:
md5: b77d8c2313158e6e461ca0efb1c2c508
sha256: ff49825c7f9e29e09afa6284300810e7a8640d621740efb47c4541f4dc4969db
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Apache-2.0
license_family: Apache
noarch: python
size: 100096
timestamp: 1696129131844
- platform: linux-64
name: asttokens
version: 2.4.1
category: main
manager: conda
dependencies:
- python >=3.5
- six >=1.12.0
url: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda
hash:
md5: 5f25798dcefd8252ce5f9dc494d5f571
sha256: 708168f026df19a0344983754d27d1f7b28bb21afc7b97a82f02c4798a3d2111
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Apache-2.0
license_family: Apache
noarch: python
size: 28922
timestamp: 1698341257884
purls:
- pkg:pypi/asttokens
- platform: linux-64
name: async-lru
version: 2.0.4
category: main
manager: conda
dependencies:
- python >=3.8
- typing_extensions >=4.0.0
url: https://conda.anaconda.org/conda-forge/noarch/async-lru-2.0.4-pyhd8ed1ab_0.conda
hash:
md5: 3d081de3a6ea9f894bbb585e8e3a4dcb
sha256: 7ed83731979fe5b046c157730e50af0e24454468bbba1ed8fc1a3107db5d7518
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 15342
timestamp: 1690563152778
purls:
- pkg:pypi/async-lru
- platform: linux-64
name: attrs
version: 23.1.0
category: main
manager: conda
dependencies:
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda
hash:
md5: 3edfead7cedd1ab4400a6c588f3e75f8
sha256: 063639cd568f5c7a557b0fb1cc27f098598c0d8ff869088bfeb82934674f8821
build: pyh71513ae_1
arch: x86_64
subdir: linux-64
build_number: 1
license: MIT
license_family: MIT
noarch: python
size: 55022
timestamp: 1683424195402
purls:
- pkg:pypi/attrs
- platform: linux-64
name: babel
version: 2.13.1
category: main
manager: conda
dependencies:
- python >=3.7
- pytz
- setuptools
url: https://conda.anaconda.org/conda-forge/noarch/babel-2.13.1-pyhd8ed1ab_0.conda
hash:
md5: 3ccff479c246692468f604df9c85ef26
sha256: 1f955c700db16f65b16c9e9c1613436480d5497970b8030b7a9ebe1620cc2147
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 6948100
timestamp: 1698174685067
purls:
- pkg:pypi/babel
- platform: linux-64
name: beautifulsoup4
version: 4.12.2
category: main
manager: conda
dependencies:
- python >=3.6
- soupsieve >=1.2
url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda
hash:
md5: a362ff7d976217f8fa78c0f1c4f59717
sha256: 52d3e6bcd442537e22699cd227d8fdcfd54b708eeb8ee5b4c671a6a9b9cd74da
build: pyha770c72_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 115011
timestamp: 1680888259061
- platform: linux-64
name: bleach
version: 6.1.0
category: main
manager: conda
dependencies:
- packaging
- python >=3.6
- setuptools
- six >=1.9.0
- webencodings
url: https://conda.anaconda.org/conda-forge/noarch/bleach-6.1.0-pyhd8ed1ab_0.conda
hash:
md5: 0ed9d7c0e9afa7c025807a9a8136ea3e
sha256: 845e77ef495376c5c3c328ccfd746ca0ef1978150cae8eae61a300fe7755fb08
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Apache-2.0
license_family: Apache
noarch: python
size: 131220
timestamp: 1696630354218
purls:
- pkg:pypi/bleach
- platform: linux-64
name: brotli-python
version: 1.1.0
category: main
manager: conda
dependencies:
- libgcc-ng >=12
- libstdcxx-ng >=12
- python >=3.11,<3.12.0a0
- python_abi 3.11.* *_cp311
url: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py311hb755f60_1.conda
hash:
md5: cce9e7c3f1c307f2a5fb08a2922d6164
sha256: 559093679e9fdb6061b7b80ca0f9a31fe6ffc213f1dae65bc5c82e2cd1a94107
build: py311hb755f60_1
arch: x86_64
subdir: linux-64
build_number: 1
constrains:
- libbrotlicommon 1.1.0 hd590300_1
license: MIT
license_family: MIT
size: 351340
timestamp: 1695990160360
- platform: linux-64
name: bzip2
version: 1.0.8
category: main
manager: conda
dependencies:
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hd590300_5.conda
hash:
md5: 69b8b6202a07720f448be700e300ccf4
sha256: 242c0c324507ee172c0e0dd2045814e746bb303d1eb78870d182ceb0abc726a8
build: hd590300_5
arch: x86_64
subdir: linux-64
build_number: 5
license: bzip2-1.0.6
license_family: BSD
size: 254228
timestamp: 1699279927352
- platform: linux-64
name: ca-certificates
version: 2023.11.17
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2023.11.17-hbcca054_0.conda
hash:
md5: 01ffc8d36f9eba0ce0b3c1955fa780ee
sha256: fb4b9f4b7d885002db0b93e22f44b5b03791ef3d4efdc9d0662185a0faafd6b6
build: hbcca054_0
arch: x86_64
subdir: linux-64
build_number: 0
license: ISC
size: 154117
timestamp: 1700280881924
- platform: linux-64
name: cached-property
version: 1.5.2
category: main
manager: conda
dependencies:
- cached_property >=1.5.2,<1.5.3.0a0
url: https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2
hash:
md5: 9b347a7ec10940d3f7941ff6c460b551
sha256: 561e6660f26c35d137ee150187d89767c988413c978e1b712d53f27ddf70ea17
build: hd8ed1ab_1
arch: x86_64
subdir: linux-64
build_number: 1
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 4134
timestamp: 1615209571450
- platform: linux-64
name: cached_property
version: 1.5.2
category: main
manager: conda
dependencies:
- python >=3.6
url: https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2
hash:
md5: 576d629e47797577ab0f1b351297ef4a
sha256: 6dbf7a5070cc43d90a1e4c2ec0c541c69d8e30a0e25f50ce9f6e4a432e42c5d7
build: pyha770c72_1
arch: x86_64
subdir: linux-64
build_number: 1
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 11065
timestamp: 1615209567874
purls:
- pkg:pypi/cached-property
- platform: linux-64
name: certifi
version: 2023.11.17
category: main
manager: conda
dependencies:
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/certifi-2023.11.17-pyhd8ed1ab_0.conda
hash:
md5: 2011bcf45376341dd1d690263fdbc789
sha256: afa22b77128a812cb57bc707c297d926561bd225a3d9dd74205d87a3b2d14a96
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: ISC
noarch: python
size: 158939
timestamp: 1700303562512
- platform: linux-64
name: cffi
version: 1.16.0
category: main
manager: conda
dependencies:
- libffi >=3.4,<4.0a0
- libgcc-ng >=12
- pycparser
- python >=3.11,<3.12.0a0
- python_abi 3.11.* *_cp311
url: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.16.0-py311hb3a22ac_0.conda
hash:
md5: b3469563ac5e808b0cd92810d0697043
sha256: b71c94528ca0c35133da4b7ef69b51a0b55eeee570376057f3d2ad60c3ab1444
build: py311hb3a22ac_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
size: 300207
timestamp: 1696001873452
- platform: linux-64
name: charset-normalizer
version: 3.3.2
category: main
manager: conda
dependencies:
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda
hash:
md5: 7f4a9e3fcff3f6356ae99244a014da6a
sha256: 20cae47d31fdd58d99c4d2e65fbdcefa0b0de0c84e455ba9d6356a4bdbc4b5b9
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 46597
timestamp: 1698833765762
purls:
- pkg:pypi/charset-normalizer
- platform: linux-64
name: cloudpickle
version: 3.0.0
category: main
manager: conda
dependencies:
- python >=3.8
url: https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.0.0-pyhd8ed1ab_0.conda
hash:
md5: 753d29fe41bb881e4b9c004f0abf973f
sha256: 0dfbc1ffa72e7a0882f486c9b1e4e9cccb68cf5c576fe53a89d076c9f1d43754
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 24746
timestamp: 1697464875382
purls:
- pkg:pypi/cloudpickle
- platform: linux-64
name: comm
version: 0.1.4
category: main
manager: conda
dependencies:
- python >=3.6
- traitlets >=5.3
url: https://conda.anaconda.org/conda-forge/noarch/comm-0.1.4-pyhd8ed1ab_0.conda
hash:
md5: c8eaca39e2b6abae1fc96acc929ae939
sha256: 11057745946a95ee7cc4c98900a60c7362266a4cb28bc97d96cd88e3056eb701
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 11682
timestamp: 1691045097208
purls:
- pkg:pypi/comm
- platform: linux-64
name: debugpy
version: 1.8.0
category: main
manager: conda
dependencies:
- libgcc-ng >=12
- libstdcxx-ng >=12
- python >=3.11,<3.12.0a0
- python_abi 3.11.* *_cp311
url: https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.0-py311hb755f60_1.conda
hash:
md5: 2c241533b8eafe8028442d46ef41eb13
sha256: f18492ebfaea54bbbeaec0ae207851f711ff589f60f2cc9b8a689f88b2442171
build: py311hb755f60_1
arch: x86_64
subdir: linux-64
build_number: 1
license: MIT
license_family: MIT
size: 3001696
timestamp: 1695534493087
purls:
- pkg:pypi/debugpy
- platform: linux-64
name: decorator
version: 5.1.1
category: main
manager: conda
dependencies:
- python >=3.5
url: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2
hash:
md5: 43afe5ab04e35e17ba28649471dd7364
sha256: 328a6a379f9bdfd0230e51de291ce858e6479411ea4b0545fb377c71662ef3e2
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-2-Clause
license_family: BSD
noarch: python
size: 12072
timestamp: 1641555714315
purls:
- pkg:pypi/decorator
- platform: linux-64
name: defusedxml
version: 0.7.1
category: main
manager: conda
dependencies:
- python >=3.6
url: https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2
hash:
md5: 961b3a227b437d82ad7054484cfa71b2
sha256: 9717a059677553562a8f38ff07f3b9f61727bd614f505658b0a5ecbcf8df89be
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: PSF-2.0
license_family: PSF
noarch: python
size: 24062
timestamp: 1615232388757
purls:
- pkg:pypi/defusedxml
- platform: linux-64
name: doit
version: 0.36.0
category: main
manager: conda
dependencies:
- cloudpickle
- importlib-metadata >=4.4
- python >=3.8
url: https://conda.anaconda.org/conda-forge/noarch/doit-0.36.0-pyhd8ed1ab_0.tar.bz2
hash:
md5: fc5e53d070f1ee7bb38c2ece282dcb82
sha256: 268abd6a52e5ea839233f5f5754d9bf959b16289b6a891cb50ffb65c9a47306a
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 67197
timestamp: 1650645336234
- platform: linux-64
name: entrypoints
version: '0.4'
category: main
manager: conda
dependencies:
- python >=3.6
url: https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_0.tar.bz2
hash:
md5: 3cf04868fee0a029769bd41f4b2fbf2d
sha256: 2ec4a0900a4a9f42615fc04d0fb3286b796abe56590e8e042f6ec25e102dd5af
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 9199
timestamp: 1643888357950
purls:
- pkg:pypi/entrypoints
- platform: linux-64
name: exceptiongroup
version: 1.2.0
category: main
manager: conda
dependencies:
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_0.conda
hash:
md5: f6c211fee3c98229652b60a9a42ef363
sha256: cf83dcaf9006015c8ccab3fc6770f478464a66a8769e1763ca5d7dff09d11d08
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 20473
timestamp: 1700579932017
purls:
- pkg:pypi/exceptiongroup
- platform: linux-64
name: executing
version: 2.0.1
category: main
manager: conda
dependencies:
- python >=2.7
url: https://conda.anaconda.org/conda-forge/noarch/executing-2.0.1-pyhd8ed1ab_0.conda
hash:
md5: e16be50e378d8a4533b989035b196ab8
sha256: c738804ab1e6376f8ea63372229a04c8d658dc90fd5a218c6273a2eaf02f4057
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 27689
timestamp: 1698580072627
purls:
- pkg:pypi/executing
- platform: linux-64
name: fqdn
version: 1.5.1
category: main
manager: conda
dependencies:
- cached-property >=1.3.0
- python >=2.7,<4
url: https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_0.tar.bz2
hash:
md5: 642d35437078749ef23a5dca2c9bb1f3
sha256: 6cfd1f9bcd2358a69fb571f4b3af049b630d52647d906822dbedac03e84e4f63
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MPL-2.0
license_family: MOZILLA
noarch: python
size: 14395
timestamp: 1638810388635
- platform: linux-64
name: icu
version: '73.2'
category: main
manager: conda
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
build: h59595ed_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
size: 12089150
timestamp: 1692900650789
- platform: linux-64
name: idna
version: '3.6'
category: main
manager: conda
dependencies:
- python >=3.6
url: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda
hash:
md5: 1a76f09108576397c41c0b0c5bd84134
sha256: 6ee4c986d69ce61e60a20b2459b6f2027baeba153f0a64995fd3cb47c2cc7e07
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 50124
timestamp: 1701027126206
purls:
- pkg:pypi/idna
- platform: linux-64
name: importlib-metadata
version: 6.9.0
category: main
manager: conda
dependencies:
- python >=3.8
- zipp >=0.5
url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.9.0-pyha770c72_0.conda
hash:
md5: 9677d53e8eb8e3282e9d84c5d0c525d7
sha256: e43e6c2b76b76219268444907ab0797604be225fa1f3bfef1c666ec005fab07b
build: pyha770c72_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Apache-2.0
license_family: APACHE
noarch: python
size: 25940
timestamp: 1701459497121
- platform: linux-64
name: importlib_metadata
version: 6.9.0
category: main
manager: conda
dependencies:
- importlib-metadata >=6.9.0,<6.9.1.0a0
url: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-6.9.0-hd8ed1ab_0.conda
hash:
md5: a0c28e5b7f824a19bd8ee9255c9bd58c
sha256: 01633076b64cfd0a163f9665864449bce3fa0377f2b12a0bf0dacc5baaeec206
build: hd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Apache-2.0
license_family: APACHE
noarch: generic
size: 9571
timestamp: 1701459504935
- platform: linux-64
name: importlib_resources
version: 6.1.1
category: main
manager: conda
dependencies:
- python >=3.8
- zipp >=3.1.0
url: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.1.1-pyhd8ed1ab_0.conda
hash:
md5: 3d5fa25cf42f3f32a12b2d874ace8574
sha256: e584f9ae08fb2d242af0ce7e19e3cd2f85f362d8523119e08f99edb962db99ed
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
constrains:
- importlib-resources >=6.1.1,<6.1.2.0a0
license: Apache-2.0
license_family: APACHE
noarch: python
size: 29951
timestamp: 1699364734111
purls:
- pkg:pypi/importlib-resources
- platform: linux-64
name: ipykernel
version: 6.26.0
category: main
manager: conda
dependencies:
- __linux
- comm >=0.1.1
- debugpy >=1.6.5
- ipython >=7.23.1
- jupyter_client >=6.1.12
- jupyter_core >=4.12,!=5.0.*
- matplotlib-inline >=0.1
- nest-asyncio
- packaging
- psutil
- python >=3.8
- pyzmq >=20
- tornado >=6.1
- traitlets >=5.4.0
url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.26.0-pyhf8b6a83_0.conda
hash:
md5: 2307f71f5f0896d4b91b93e6b468abff
sha256: 9e647454f7572101657a07820ebed294df9a6a527b041cd5e4dd98b8aa3db625
build: pyhf8b6a83_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 116210
timestamp: 1698244196564
purls:
- pkg:pypi/ipykernel
- platform: linux-64
name: ipython
version: 8.18.1
category: main
manager: conda
dependencies:
- __unix
- decorator
- exceptiongroup
- jedi >=0.16
- matplotlib-inline
- pexpect >4.3
- pickleshare
- prompt-toolkit >=3.0.30,<3.1.0,!=3.0.37
- pygments >=2.4.0
- python >=3.9
- stack_data
- traitlets >=5
- typing_extensions
url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh31011fe_1.conda
hash:
md5: ac2f9c2e10c2e90e8d135cef51f9753a
sha256: 67490e640faa372d663a5c5cd2d61f417cce22a019a4de82a9e5ddb1cf2ee181
build: pyh31011fe_1
arch: x86_64
subdir: linux-64
build_number: 1
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 590243
timestamp: 1701092540336
purls:
- pkg:pypi/ipython
- platform: linux-64
name: isoduration
version: 20.11.0
category: main
manager: conda
dependencies:
- arrow >=0.15.0
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_0.tar.bz2
hash:
md5: 4cb68948e0b8429534380243d063a27a
sha256: 7bb5c4d994361022f47a807b5e7d101b3dce16f7dd8a0af6ffad9f479d346493
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 17189
timestamp: 1638811664194
- platform: linux-64
name: jedi
version: 0.19.1
category: main
manager: conda
dependencies:
- parso >=0.8.3,<0.9.0
- python >=3.6
url: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.1-pyhd8ed1ab_0.conda
hash:
md5: 81a3be0b2023e1ea8555781f0ad904a2
sha256: 362f0936ef37dfd1eaa860190e42a6ebf8faa094eaa3be6aa4d9ace95f40047a
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 841312
timestamp: 1696326218364
purls:
- pkg:pypi/jedi
- platform: linux-64
name: jinja2
version: 3.1.2
category: main
manager: conda
dependencies:
- markupsafe >=2.0
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.2-pyhd8ed1ab_1.tar.bz2
hash:
md5: c8490ed5c70966d232fdd389d0dbed37
sha256: b045faba7130ab263db6a8fdc96b1a3de5fcf85c4a607c5f11a49e76851500b5
build: pyhd8ed1ab_1
arch: x86_64
subdir: linux-64
build_number: 1
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 101443
timestamp: 1654302514195
purls:
- pkg:pypi/jinja2
- platform: linux-64
name: json5
version: 0.9.14
category: main
manager: conda
dependencies:
- python >=3.7,<4.0
url: https://conda.anaconda.org/conda-forge/noarch/json5-0.9.14-pyhd8ed1ab_0.conda
hash:
md5: dac1dabba2b5a9d1aee175c5fcc7b436
sha256: 41514104208c092959bef0713cbd795e72c535f2f939b7903d8c97809f2adaa7
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Apache-2.0
license_family: APACHE
noarch: python
size: 25003
timestamp: 1688248468479
purls:
- pkg:pypi/json5
- platform: linux-64
name: jsonpointer
version: '2.4'
category: main
manager: conda
dependencies:
- python >=3.11,<3.12.0a0
- python_abi 3.11.* *_cp311
url: https://conda.anaconda.org/conda-forge/linux-64/jsonpointer-2.4-py311h38be061_3.conda
hash:
md5: 41d52d822edf991bf0e6b08c1921a8ec
sha256: 976f7bf3c3a49c3066f36b67c12ae06b31542e53b843bb4362f31c9e449c6c46
build: py311h38be061_3
arch: x86_64
subdir: linux-64
build_number: 3
license: BSD-3-Clause
license_family: BSD
size: 18389
timestamp: 1695397377176
purls:
- pkg:pypi/jsonpointer
- platform: linux-64
name: jsonschema
version: 4.20.0
category: main
manager: conda
dependencies:
- attrs >=22.2.0
- importlib_resources >=1.4.0
- jsonschema-specifications >=2023.03.6
- pkgutil-resolve-name >=1.3.10
- python >=3.8
- referencing >=0.28.4
- rpds-py >=0.7.1
url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.20.0-pyhd8ed1ab_0.conda
hash:
md5: 1116d79def5268414fb0917520b2bbf1
sha256: 77aae609097d06deedb8ef8407a44b23d5fef95962ba6fe1c959ac7bd6195296
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 71908
timestamp: 1700160056678
- platform: linux-64
name: jsonschema-specifications
version: 2023.11.2
category: main
manager: conda