-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpixi.lock
4637 lines (4637 loc) · 117 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: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d
osx-64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d
osx-arm64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d
win-64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d
channels:
- url: https://conda.anaconda.org/conda-forge/
used_env_vars: []
platforms:
- linux-64
- osx-64
- osx-arm64
- win-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: blinker
version: 1.7.0
category: main
manager: conda
dependencies:
- python >=3.8
url: https://conda.anaconda.org/conda-forge/noarch/blinker-1.7.0-pyhd8ed1ab_0.conda
hash:
md5: 550da20b2c2e38be9cc44bb819fda5d5
sha256: c8d72c2af4f57898dfd5e4c62ae67f7fea1490a37c8b6855460a170d61591177
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 17886
timestamp: 1698890303249
- platform: osx-64
name: blinker
version: 1.7.0
category: main
manager: conda
dependencies:
- python >=3.8
url: https://conda.anaconda.org/conda-forge/noarch/blinker-1.7.0-pyhd8ed1ab_0.conda
hash:
md5: 550da20b2c2e38be9cc44bb819fda5d5
sha256: c8d72c2af4f57898dfd5e4c62ae67f7fea1490a37c8b6855460a170d61591177
build: pyhd8ed1ab_0
arch: x86_64
subdir: osx-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 17886
timestamp: 1698890303249
- platform: osx-arm64
name: blinker
version: 1.7.0
category: main
manager: conda
dependencies:
- python >=3.8
url: https://conda.anaconda.org/conda-forge/noarch/blinker-1.7.0-pyhd8ed1ab_0.conda
hash:
md5: 550da20b2c2e38be9cc44bb819fda5d5
sha256: c8d72c2af4f57898dfd5e4c62ae67f7fea1490a37c8b6855460a170d61591177
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 17886
timestamp: 1698890303249
- platform: win-64
name: blinker
version: 1.7.0
category: main
manager: conda
dependencies:
- python >=3.8
url: https://conda.anaconda.org/conda-forge/noarch/blinker-1.7.0-pyhd8ed1ab_0.conda
hash:
md5: 550da20b2c2e38be9cc44bb819fda5d5
sha256: c8d72c2af4f57898dfd5e4c62ae67f7fea1490a37c8b6855460a170d61591177
build: pyhd8ed1ab_0
arch: x86_64
subdir: win-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 17886
timestamp: 1698890303249
- platform: linux-64
name: brotli-python
version: 1.1.0
category: main
manager: conda
dependencies:
- libgcc-ng >=12
- libstdcxx-ng >=12
- python >=3.12.0rc3,<3.13.0a0
- python_abi 3.12.* *_cp312
url: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py312h30efb56_1.conda
hash:
md5: 45801a89533d3336a365284d93298e36
sha256: b68706698b6ac0d31196a8bcb061f0d1f35264bcd967ea45e03e108149a74c6f
build: py312h30efb56_1
arch: x86_64
subdir: linux-64
build_number: 1
constrains:
- libbrotlicommon 1.1.0 hd590300_1
license: MIT
license_family: MIT
size: 350604
timestamp: 1695990206327
- platform: osx-64
name: brotli-python
version: 1.1.0
category: main
manager: conda
dependencies:
- libcxx >=15.0.7
- python >=3.12.0rc3,<3.13.0a0
- python_abi 3.12.* *_cp312
url: https://conda.anaconda.org/conda-forge/osx-64/brotli-python-1.1.0-py312heafc425_1.conda
hash:
md5: a288b88f06b8bfe0dedaf5c4b6ac6b7a
sha256: fc55988f9bc05a938ea4b8c20d6545bed6e9c6c10aa5147695f981136ca894c1
build: py312heafc425_1
arch: x86_64
subdir: osx-64
build_number: 1
constrains:
- libbrotlicommon 1.1.0 h0dc2134_1
license: MIT
license_family: MIT
size: 366883
timestamp: 1695990710194
- platform: osx-arm64
name: brotli-python
version: 1.1.0
category: main
manager: conda
dependencies:
- libcxx >=15.0.7
- python >=3.12.0rc3,<3.13.0a0
- python >=3.12.0rc3,<3.13.0a0 *_cpython
- python_abi 3.12.* *_cp312
url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py312h9f69965_1.conda
hash:
md5: 1bc01b9ffdf42beb1a9fe4e9222e0567
sha256: 3418b1738243abba99e931c017b952771eeaa1f353c07f7d45b55e83bb74fcb3
build: py312h9f69965_1
arch: aarch64
subdir: osx-arm64
build_number: 1
constrains:
- libbrotlicommon 1.1.0 hb547adb_1
license: MIT
license_family: MIT
size: 343435
timestamp: 1695990731924
- platform: win-64
name: brotli-python
version: 1.1.0
category: main
manager: conda
dependencies:
- python >=3.12.0rc3,<3.13.0a0
- python_abi 3.12.* *_cp312
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
url: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py312h53d5487_1.conda
hash:
md5: d01a6667b99f0e8ad4097af66c938e62
sha256: 769e276ecdebf86f097786cbde1ebd11e018cd6cd838800995954fe6360e0797
build: py312h53d5487_1
arch: x86_64
subdir: win-64
build_number: 1
constrains:
- libbrotlicommon 1.1.0 hcfcfb64_1
license: MIT
license_family: MIT
size: 322514
timestamp: 1695991054894
- 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: osx-64
name: bzip2
version: 1.0.8
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-h10d778d_5.conda
hash:
md5: 6097a6ca9ada32699b5fc4312dd6ef18
sha256: 61fb2b488928a54d9472113e1280b468a309561caa54f33825a3593da390b242
build: h10d778d_5
arch: x86_64
subdir: osx-64
build_number: 5
license: bzip2-1.0.6
license_family: BSD
size: 127885
timestamp: 1699280178474
- platform: osx-arm64
name: bzip2
version: 1.0.8
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h93a5062_5.conda
hash:
md5: 1bbc659ca658bfd49a481b5ef7a0f40f
sha256: bfa84296a638bea78a8bb29abc493ee95f2a0218775642474a840411b950fe5f
build: h93a5062_5
arch: aarch64
subdir: osx-arm64
build_number: 5
license: bzip2-1.0.6
license_family: BSD
size: 122325
timestamp: 1699280294368
- platform: win-64
name: bzip2
version: 1.0.8
category: main
manager: conda
dependencies:
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
url: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-hcfcfb64_5.conda
hash:
md5: 26eb8ca6ea332b675e11704cce84a3be
sha256: ae5f47a5c86fd6db822931255dcf017eb12f60c77f07dc782ccb477f7808aab2
build: hcfcfb64_5
arch: x86_64
subdir: win-64
build_number: 5
license: bzip2-1.0.6
license_family: BSD
size: 124580
timestamp: 1699280668742
- platform: linux-64
name: ca-certificates
version: 2023.7.22
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2023.7.22-hbcca054_0.conda
hash:
md5: a73ecd2988327ad4c8f2c331482917f2
sha256: 525b7b6b5135b952ec1808de84e5eca57c7c7ff144e29ef3e96ae4040ff432c1
build: hbcca054_0
arch: x86_64
subdir: linux-64
build_number: 0
license: ISC
size: 149515
timestamp: 1690026108541
- platform: osx-64
name: ca-certificates
version: 2023.7.22
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2023.7.22-h8857fd0_0.conda
hash:
md5: bf2c54c18997bf3542af074c10191771
sha256: 27de15e18a12117e83ac1eb8a8e52eb65731cc7f0b607a7922206a15e2460c7b
build: h8857fd0_0
arch: x86_64
subdir: osx-64
build_number: 0
license: ISC
size: 149911
timestamp: 1690026363769
- platform: osx-arm64
name: ca-certificates
version: 2023.7.22
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2023.7.22-hf0a4a13_0.conda
hash:
md5: e1b99ac4dbcee71a71682996f67f7965
sha256: b220c001b0c1448a47cc49b42a622e06a540ec60b3f7a1e057fca1f37ce515e4
build: hf0a4a13_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: ISC
size: 149918
timestamp: 1690026385821
- platform: win-64
name: ca-certificates
version: 2023.7.22
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2023.7.22-h56e8100_0.conda
hash:
md5: b1c2327b36f1a25d96f2039b0d3e3739
sha256: b85a6f307f8e1c803cb570bdfb9e4d811a361417873ecd2ecf687587405a72e0
build: h56e8100_0
arch: x86_64
subdir: win-64
build_number: 0
license: ISC
size: 150013
timestamp: 1690026269050
- platform: linux-64
name: cachecontrol
version: 0.13.1
category: main
manager: conda
dependencies:
- msgpack-python >=0.5.2
- python >=3.7
- requests >=2.16.0
url: https://conda.anaconda.org/conda-forge/noarch/cachecontrol-0.13.1-pyhd8ed1ab_0.conda
hash:
md5: 174bd699bb5aa9e2622eb4b288276ff8
sha256: aae7ab3a54989f9bf9273e4a17c911ba339a8b9354250bc11fb8eff2e3f4be60
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Apache-2.0
license_family: Apache
noarch: python
size: 23818
timestamp: 1690308118505
- platform: osx-64
name: cachecontrol
version: 0.13.1
category: main
manager: conda
dependencies:
- msgpack-python >=0.5.2
- python >=3.7
- requests >=2.16.0
url: https://conda.anaconda.org/conda-forge/noarch/cachecontrol-0.13.1-pyhd8ed1ab_0.conda
hash:
md5: 174bd699bb5aa9e2622eb4b288276ff8
sha256: aae7ab3a54989f9bf9273e4a17c911ba339a8b9354250bc11fb8eff2e3f4be60
build: pyhd8ed1ab_0
arch: x86_64
subdir: osx-64
build_number: 0
license: Apache-2.0
license_family: Apache
noarch: python
size: 23818
timestamp: 1690308118505
- platform: osx-arm64
name: cachecontrol
version: 0.13.1
category: main
manager: conda
dependencies:
- msgpack-python >=0.5.2
- python >=3.7
- requests >=2.16.0
url: https://conda.anaconda.org/conda-forge/noarch/cachecontrol-0.13.1-pyhd8ed1ab_0.conda
hash:
md5: 174bd699bb5aa9e2622eb4b288276ff8
sha256: aae7ab3a54989f9bf9273e4a17c911ba339a8b9354250bc11fb8eff2e3f4be60
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: Apache-2.0
license_family: Apache
noarch: python
size: 23818
timestamp: 1690308118505
- platform: win-64
name: cachecontrol
version: 0.13.1
category: main
manager: conda
dependencies:
- msgpack-python >=0.5.2
- python >=3.7
- requests >=2.16.0
url: https://conda.anaconda.org/conda-forge/noarch/cachecontrol-0.13.1-pyhd8ed1ab_0.conda
hash:
md5: 174bd699bb5aa9e2622eb4b288276ff8
sha256: aae7ab3a54989f9bf9273e4a17c911ba339a8b9354250bc11fb8eff2e3f4be60
build: pyhd8ed1ab_0
arch: x86_64
subdir: win-64
build_number: 0
license: Apache-2.0
license_family: Apache
noarch: python
size: 23818
timestamp: 1690308118505
- 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: osx-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: osx-64
build_number: 1
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 4134
timestamp: 1615209571450
- platform: osx-arm64
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: aarch64
subdir: osx-arm64
build_number: 1
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 4134
timestamp: 1615209571450
- platform: win-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: win-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
- platform: osx-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: osx-64
build_number: 1
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 11065
timestamp: 1615209567874
- platform: osx-arm64
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: aarch64
subdir: osx-arm64
build_number: 1
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 11065
timestamp: 1615209567874
- platform: win-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: win-64
build_number: 1
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 11065
timestamp: 1615209567874
- platform: linux-64
name: certifi
version: 2023.7.22
category: main
manager: conda
dependencies:
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/certifi-2023.7.22-pyhd8ed1ab_0.conda
hash:
md5: 7f3dbc9179b4dde7da98dfb151d0ad22
sha256: db66e31866ff4250c190788769e3a8a1709237c3e9c38d7143aae95ab75fcb31
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: ISC
noarch: python
size: 153791
timestamp: 1690024617757
- platform: osx-64
name: certifi
version: 2023.7.22
category: main
manager: conda
dependencies:
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/certifi-2023.7.22-pyhd8ed1ab_0.conda
hash:
md5: 7f3dbc9179b4dde7da98dfb151d0ad22
sha256: db66e31866ff4250c190788769e3a8a1709237c3e9c38d7143aae95ab75fcb31
build: pyhd8ed1ab_0
arch: x86_64
subdir: osx-64
build_number: 0
license: ISC
noarch: python
size: 153791
timestamp: 1690024617757
- platform: osx-arm64
name: certifi
version: 2023.7.22
category: main
manager: conda
dependencies:
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/certifi-2023.7.22-pyhd8ed1ab_0.conda
hash:
md5: 7f3dbc9179b4dde7da98dfb151d0ad22
sha256: db66e31866ff4250c190788769e3a8a1709237c3e9c38d7143aae95ab75fcb31
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: ISC
noarch: python
size: 153791
timestamp: 1690024617757
- platform: win-64
name: certifi
version: 2023.7.22
category: main
manager: conda
dependencies:
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/certifi-2023.7.22-pyhd8ed1ab_0.conda
hash:
md5: 7f3dbc9179b4dde7da98dfb151d0ad22
sha256: db66e31866ff4250c190788769e3a8a1709237c3e9c38d7143aae95ab75fcb31
build: pyhd8ed1ab_0
arch: x86_64
subdir: win-64
build_number: 0
license: ISC
noarch: python
size: 153791
timestamp: 1690024617757
- 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
- platform: osx-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: osx-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 46597
timestamp: 1698833765762
- platform: osx-arm64
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: aarch64
subdir: osx-arm64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 46597
timestamp: 1698833765762
- platform: win-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: win-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 46597
timestamp: 1698833765762
- platform: linux-64
name: distlib
version: 0.3.7
category: main
manager: conda
dependencies:
- python 2.7|>=3.6
url: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.7-pyhd8ed1ab_0.conda
hash:
md5: 12d8aae6994f342618443a8f05c652a0
sha256: 13c887cb4a29e1e853a118cfc0e42b72a7e1d1c50c66c0974885d37f0db30619
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Apache-2.0
license_family: APACHE
noarch: python
size: 273692
timestamp: 1689598624555
- platform: osx-64
name: distlib
version: 0.3.7
category: main
manager: conda
dependencies:
- python 2.7|>=3.6
url: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.7-pyhd8ed1ab_0.conda
hash:
md5: 12d8aae6994f342618443a8f05c652a0
sha256: 13c887cb4a29e1e853a118cfc0e42b72a7e1d1c50c66c0974885d37f0db30619
build: pyhd8ed1ab_0
arch: x86_64
subdir: osx-64
build_number: 0
license: Apache-2.0
license_family: APACHE
noarch: python
size: 273692
timestamp: 1689598624555
- platform: osx-arm64
name: distlib
version: 0.3.7
category: main
manager: conda
dependencies:
- python 2.7|>=3.6
url: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.7-pyhd8ed1ab_0.conda
hash:
md5: 12d8aae6994f342618443a8f05c652a0
sha256: 13c887cb4a29e1e853a118cfc0e42b72a7e1d1c50c66c0974885d37f0db30619
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: Apache-2.0
license_family: APACHE
noarch: python
size: 273692
timestamp: 1689598624555
- platform: win-64
name: distlib
version: 0.3.7
category: main
manager: conda
dependencies:
- python 2.7|>=3.6
url: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.7-pyhd8ed1ab_0.conda
hash:
md5: 12d8aae6994f342618443a8f05c652a0
sha256: 13c887cb4a29e1e853a118cfc0e42b72a7e1d1c50c66c0974885d37f0db30619
build: pyhd8ed1ab_0
arch: x86_64
subdir: win-64
build_number: 0
license: Apache-2.0
license_family: APACHE
noarch: python
size: 273692
timestamp: 1689598624555
- platform: linux-64
name: filelock
version: 3.13.1
category: main
manager: conda
dependencies:
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/filelock-3.13.1-pyhd8ed1ab_0.conda
hash:
md5: 0c1729b74a8152fde6a38ba0a2ab9f45
sha256: 4d742d91412d1f163e5399d2b50c5d479694ebcd309127abb549ca3977f89d2b
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Unlicense
noarch: python
size: 15605
timestamp: 1698715139726
- platform: osx-64
name: filelock
version: 3.13.1
category: main
manager: conda
dependencies:
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/filelock-3.13.1-pyhd8ed1ab_0.conda
hash:
md5: 0c1729b74a8152fde6a38ba0a2ab9f45
sha256: 4d742d91412d1f163e5399d2b50c5d479694ebcd309127abb549ca3977f89d2b
build: pyhd8ed1ab_0
arch: x86_64
subdir: osx-64
build_number: 0
license: Unlicense
noarch: python
size: 15605
timestamp: 1698715139726
- platform: osx-arm64
name: filelock
version: 3.13.1
category: main
manager: conda
dependencies:
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/filelock-3.13.1-pyhd8ed1ab_0.conda
hash:
md5: 0c1729b74a8152fde6a38ba0a2ab9f45
sha256: 4d742d91412d1f163e5399d2b50c5d479694ebcd309127abb549ca3977f89d2b
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: Unlicense
noarch: python
size: 15605
timestamp: 1698715139726
- platform: win-64
name: filelock
version: 3.13.1
category: main
manager: conda
dependencies:
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/filelock-3.13.1-pyhd8ed1ab_0.conda
hash:
md5: 0c1729b74a8152fde6a38ba0a2ab9f45
sha256: 4d742d91412d1f163e5399d2b50c5d479694ebcd309127abb549ca3977f89d2b
build: pyhd8ed1ab_0
arch: x86_64
subdir: win-64
build_number: 0
license: Unlicense
noarch: python
size: 15605
timestamp: 1698715139726
- platform: linux-64
name: findpython
version: 0.4.0
category: main
manager: conda
dependencies:
- packaging >=20
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/findpython-0.4.0-pyhd8ed1ab_0.conda
hash:
md5: 7d7ee6892ac25d64a8378e6be3ae22c9
sha256: a936790463a249a91e0ea4af955b500839b020db68701ea5f577477f2bfc8c35
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 21299
timestamp: 1694583862539
- platform: osx-64
name: findpython
version: 0.4.0
category: main
manager: conda
dependencies:
- packaging >=20
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/findpython-0.4.0-pyhd8ed1ab_0.conda
hash:
md5: 7d7ee6892ac25d64a8378e6be3ae22c9
sha256: a936790463a249a91e0ea4af955b500839b020db68701ea5f577477f2bfc8c35
build: pyhd8ed1ab_0
arch: x86_64
subdir: osx-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 21299
timestamp: 1694583862539
- platform: osx-arm64
name: findpython
version: 0.4.0
category: main
manager: conda
dependencies:
- packaging >=20
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/findpython-0.4.0-pyhd8ed1ab_0.conda
hash:
md5: 7d7ee6892ac25d64a8378e6be3ae22c9
sha256: a936790463a249a91e0ea4af955b500839b020db68701ea5f577477f2bfc8c35
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: MIT
license_family: MIT
noarch: python