-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmagic.lock
1000 lines (1000 loc) · 31.5 KB
/
magic.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: 5
environments:
default:
channels:
- url: https://conda.anaconda.org/conda-forge/
- url: https://conda.modular.com/max/
packages:
linux-64:
- conda: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.8.30-hbcca054_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-unix_pyh707e725_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.3-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh31011fe_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.43-h712a8e2_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-25_linux64_openblas.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-25_linux64_openblas.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20191231-he28a2e2_2.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.4-h5888daf_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-14.2.0-h77fa898_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.2.0-h69a702a_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-14.2.0-h69a702a_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.2.0-hd5240d6_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-14.2.0-h77fa898_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-25_linux64_openblas.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.6.3-hb9d3cd8_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.28-pthreads_h94d23a6_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.47.2-hee588c1_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-14.2.0-hc0a3c3a_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-14.2.0-h4852527_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda
- conda: https://conda.modular.com/max/noarch/max-24.5.0-release.conda
- conda: https://conda.modular.com/max/linux-64/max-core-24.5.0-release.conda
- conda: https://conda.modular.com/max/linux-64/max-python-24.5.0-3.12release.conda
- conda: https://conda.modular.com/max/noarch/mblack-24.5.0-release.conda
- conda: https://conda.modular.com/max/noarch/mojo-jupyter-24.5.0-release.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-he02047a_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py312heda63a1_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.4.0-hb9d3cd8_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.12.8-h9e4cc4f_1_cpython.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.12-5_cp312.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.2.0-py312hbf22597_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/tornado-6.4.2-py312h66e93f0_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h3b0a872_7.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda
packages:
- kind: conda
name: _libgcc_mutex
version: '0.1'
build: conda_forge
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726
md5: d7c89558ba9fa0495403155b64376d81
license: None
size: 2562
timestamp: 1578324546067
- kind: conda
name: _openmp_mutex
version: '4.5'
build: 2_gnu
build_number: 16
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2
sha256: fbe2c5e56a653bebb982eda4876a9178aedfc2b545f25d0ce9c4c0b508253d22
md5: 73aaf86a425cc6e73fcf236a5a46396d
depends:
- _libgcc_mutex 0.1 conda_forge
- libgomp >=7.5.0
constrains:
- openmp_impl 9999
license: BSD-3-Clause
license_family: BSD
size: 23621
timestamp: 1650670423406
- kind: conda
name: bzip2
version: 1.0.8
build: h4bc722e_7
build_number: 7
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda
sha256: 5ced96500d945fb286c9c838e54fa759aa04a7129c59800f0846b4335cee770d
md5: 62ee74e96c5ebb0af99386de58cf9553
depends:
- __glibc >=2.17,<3.0.a0
- libgcc-ng >=12
license: bzip2-1.0.6
license_family: BSD
size: 252783
timestamp: 1720974456583
- kind: conda
name: ca-certificates
version: 2024.8.30
build: hbcca054_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.8.30-hbcca054_0.conda
sha256: afee721baa6d988e27fef1832f68d6f32ac8cc99cdf6015732224c2841a09cea
md5: c27d1c142233b5bc9ca570c6e2e0c244
license: ISC
size: 159003
timestamp: 1725018903918
- kind: conda
name: click
version: 8.1.7
build: unix_pyh707e725_1
build_number: 1
subdir: noarch
noarch: python
url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-unix_pyh707e725_1.conda
sha256: 1cd5fc6ccdd5141378e51252a7a3810b07fd5a7e6934a5b4a7eccba66566224b
md5: cb8e52f28f5e592598190c562e7b5bf1
depends:
- __unix
- python >=3.9
license: BSD-3-Clause
license_family: BSD
size: 84513
timestamp: 1733221925078
- kind: conda
name: importlib-metadata
version: 8.5.0
build: pyha770c72_1
build_number: 1
subdir: noarch
noarch: python
url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda
sha256: 13766b88fc5b23581530d3a0287c0c58ad82f60401afefab283bf158d2be55a9
md5: 315607a3030ad5d5227e76e0733798ff
depends:
- python >=3.9
- zipp >=0.5
license: Apache-2.0
license_family: APACHE
size: 28623
timestamp: 1733223207185
- kind: conda
name: jupyter_client
version: 8.6.3
build: pyhd8ed1ab_1
build_number: 1
subdir: noarch
noarch: python
url: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.3-pyhd8ed1ab_1.conda
sha256: 19d8bd5bb2fde910ec59e081eeb59529491995ce0d653a5209366611023a0b3a
md5: 4ebae00eae9705b0c3d6d1018a81d047
depends:
- importlib-metadata >=4.8.3
- jupyter_core >=4.12,!=5.0.*
- python >=3.9
- python-dateutil >=2.8.2
- pyzmq >=23.0
- tornado >=6.2
- traitlets >=5.3
license: BSD-3-Clause
license_family: BSD
size: 106342
timestamp: 1733441040958
- kind: conda
name: jupyter_core
version: 5.7.2
build: pyh31011fe_1
build_number: 1
subdir: noarch
noarch: python
url: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh31011fe_1.conda
sha256: 732b1e8536bc22a5a174baa79842d79db2f4956d90293dd82dc1b3f6099bcccd
md5: 0a2980dada0dd7fd0998f0342308b1b1
depends:
- __unix
- platformdirs >=2.5
- python >=3.8
- traitlets >=5.3
license: BSD-3-Clause
license_family: BSD
size: 57671
timestamp: 1727163547058
- kind: conda
name: keyutils
version: 1.6.1
build: h166bdaf_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2
sha256: 150c05a6e538610ca7c43beb3a40d65c90537497a4f6a5f4d15ec0451b6f5ebb
md5: 30186d27e2c9fa62b45fb1476b7200e3
depends:
- libgcc-ng >=10.3.0
license: LGPL-2.1-or-later
size: 117831
timestamp: 1646151697040
- kind: conda
name: krb5
version: 1.21.3
build: h659f571_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda
sha256: 99df692f7a8a5c27cd14b5fb1374ee55e756631b9c3d659ed3ee60830249b238
md5: 3f43953b7d3fb3aaa1d0d0723d91e368
depends:
- keyutils >=1.6.1,<2.0a0
- libedit >=3.1.20191231,<3.2.0a0
- libedit >=3.1.20191231,<4.0a0
- libgcc-ng >=12
- libstdcxx-ng >=12
- openssl >=3.3.1,<4.0a0
license: MIT
license_family: MIT
size: 1370023
timestamp: 1719463201255
- kind: conda
name: ld_impl_linux-64
version: '2.43'
build: h712a8e2_2
build_number: 2
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.43-h712a8e2_2.conda
sha256: 7c91cea91b13f4314d125d1bedb9d03a29ebbd5080ccdea70260363424646dbe
md5: 048b02e3962f066da18efe3a21b77672
depends:
- __glibc >=2.17,<3.0.a0
constrains:
- binutils_impl_linux-64 2.43
license: GPL-3.0-only
license_family: GPL
size: 669211
timestamp: 1729655358674
- kind: conda
name: libblas
version: 3.9.0
build: 25_linux64_openblas
build_number: 25
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-25_linux64_openblas.conda
sha256: d6d12dc437d060f838820e9e61bf73baab651f91935ac594cf10beb9ef1b4450
md5: 8ea26d42ca88ec5258802715fe1ee10b
depends:
- libopenblas >=0.3.28,<0.3.29.0a0
- libopenblas >=0.3.28,<1.0a0
constrains:
- liblapack 3.9.0 25_linux64_openblas
- libcblas 3.9.0 25_linux64_openblas
- blas * openblas
- liblapacke 3.9.0 25_linux64_openblas
license: BSD-3-Clause
license_family: BSD
size: 15677
timestamp: 1729642900350
- kind: conda
name: libcblas
version: 3.9.0
build: 25_linux64_openblas
build_number: 25
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-25_linux64_openblas.conda
sha256: ab87b0477078837c91d9cda62a9faca18fba7c57cc77aa779ae24b3ac783b5dd
md5: 5dbd1b0fc0d01ec5e0e1fbe667281a11
depends:
- libblas 3.9.0 25_linux64_openblas
constrains:
- liblapack 3.9.0 25_linux64_openblas
- blas * openblas
- liblapacke 3.9.0 25_linux64_openblas
license: BSD-3-Clause
license_family: BSD
size: 15613
timestamp: 1729642905619
- kind: conda
name: libedit
version: 3.1.20191231
build: he28a2e2_2
build_number: 2
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20191231-he28a2e2_2.tar.bz2
sha256: a57d37c236d8f7c886e01656f4949d9dcca131d2a0728609c6f7fa338b65f1cf
md5: 4d331e44109e3f0e19b4cb8f9b82f3e1
depends:
- libgcc-ng >=7.5.0
- ncurses >=6.2,<7.0.0a0
license: BSD-2-Clause
license_family: BSD
size: 123878
timestamp: 1597616541093
- kind: conda
name: libexpat
version: 2.6.4
build: h5888daf_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.4-h5888daf_0.conda
sha256: 56541b98447b58e52d824bd59d6382d609e11de1f8adf20b23143e353d2b8d26
md5: db833e03127376d461e1e13e76f09b6c
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=13
constrains:
- expat 2.6.4.*
license: MIT
license_family: MIT
size: 73304
timestamp: 1730967041968
- kind: conda
name: libffi
version: 3.4.2
build: h7f98852_5
build_number: 5
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2
sha256: ab6e9856c21709b7b517e940ae7028ae0737546122f83c2aa5d692860c3b149e
md5: d645c6d2ac96843a2bfaccd2d62b3ac3
depends:
- libgcc-ng >=9.4.0
license: MIT
license_family: MIT
size: 58292
timestamp: 1636488182923
- kind: conda
name: libgcc
version: 14.2.0
build: h77fa898_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-14.2.0-h77fa898_1.conda
sha256: 53eb8a79365e58849e7b1a068d31f4f9e718dc938d6f2c03e960345739a03569
md5: 3cb76c3f10d3bc7f1105b2fc9db984df
depends:
- _libgcc_mutex 0.1 conda_forge
- _openmp_mutex >=4.5
constrains:
- libgomp 14.2.0 h77fa898_1
- libgcc-ng ==14.2.0=*_1
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 848745
timestamp: 1729027721139
- kind: conda
name: libgcc-ng
version: 14.2.0
build: h69a702a_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.2.0-h69a702a_1.conda
sha256: 3a76969c80e9af8b6e7a55090088bc41da4cffcde9e2c71b17f44d37b7cb87f7
md5: e39480b9ca41323497b05492a63bc35b
depends:
- libgcc 14.2.0 h77fa898_1
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 54142
timestamp: 1729027726517
- kind: conda
name: libgfortran
version: 14.2.0
build: h69a702a_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-14.2.0-h69a702a_1.conda
sha256: fc9e7f22a17faf74da904ebfc4d88699013d2992e55505e4aa0eb01770290977
md5: f1fd30127802683586f768875127a987
depends:
- libgfortran5 14.2.0 hd5240d6_1
constrains:
- libgfortran-ng ==14.2.0=*_1
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 53997
timestamp: 1729027752995
- kind: conda
name: libgfortran5
version: 14.2.0
build: hd5240d6_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.2.0-hd5240d6_1.conda
sha256: d149a37ca73611e425041f33b9d8dbed6e52ec506fe8cc1fc0ee054bddeb6d5d
md5: 9822b874ea29af082e5d36098d25427d
depends:
- libgcc >=14.2.0
constrains:
- libgfortran 14.2.0
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 1462645
timestamp: 1729027735353
- kind: conda
name: libgomp
version: 14.2.0
build: h77fa898_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libgomp-14.2.0-h77fa898_1.conda
sha256: 1911c29975ec99b6b906904040c855772ccb265a1c79d5d75c8ceec4ed89cd63
md5: cc3573974587f12dda90d96e3e55a702
depends:
- _libgcc_mutex 0.1 conda_forge
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 460992
timestamp: 1729027639220
- kind: conda
name: liblapack
version: 3.9.0
build: 25_linux64_openblas
build_number: 25
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-25_linux64_openblas.conda
sha256: 9d1ff017714edb2d84868f0f931a4a0e7c289a971062b2ac66cfc8145df7e20e
md5: 4dc03a53fc69371a6158d0ed37214cd3
depends:
- libblas 3.9.0 25_linux64_openblas
constrains:
- liblapacke 3.9.0 25_linux64_openblas
- libcblas 3.9.0 25_linux64_openblas
- blas * openblas
license: BSD-3-Clause
license_family: BSD
size: 15608
timestamp: 1729642910812
- kind: conda
name: liblzma
version: 5.6.3
build: hb9d3cd8_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.6.3-hb9d3cd8_1.conda
sha256: e6e425252f3839e2756e4af1ea2074dffd3396c161bf460629f9dfd6a65f15c6
md5: 2ecf2f1c7e4e21fcfe6423a51a992d84
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=13
license: 0BSD
size: 111132
timestamp: 1733407410083
- kind: conda
name: libnsl
version: 2.0.1
build: hd590300_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda
sha256: 26d77a3bb4dceeedc2a41bd688564fe71bf2d149fdcf117049970bc02ff1add6
md5: 30fd6e37fe21f86f4bd26d6ee73eeec7
depends:
- libgcc-ng >=12
license: LGPL-2.1-only
license_family: GPL
size: 33408
timestamp: 1697359010159
- kind: conda
name: libopenblas
version: 0.3.28
build: pthreads_h94d23a6_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.28-pthreads_h94d23a6_1.conda
sha256: 99ba271d8a80a1af2723f2e124ffd91d850074c0389c067e6d96d72a2dbfeabe
md5: 62857b389e42b36b686331bec0922050
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=14
- libgfortran
- libgfortran5 >=14.2.0
constrains:
- openblas >=0.3.28,<0.3.29.0a0
license: BSD-3-Clause
license_family: BSD
size: 5578513
timestamp: 1730772671118
- kind: conda
name: libsodium
version: 1.0.20
build: h4ab18f5_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda
sha256: 0105bd108f19ea8e6a78d2d994a6d4a8db16d19a41212070d2d1d48a63c34161
md5: a587892d3c13b6621a6091be690dbca2
depends:
- libgcc-ng >=12
license: ISC
size: 205978
timestamp: 1716828628198
- kind: conda
name: libsqlite
version: 3.47.2
build: hee588c1_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.47.2-hee588c1_0.conda
sha256: 48af21ebc2cbf358976f1e0f4a0ab9e91dfc83d0ef337cf3837c6f5bc22fb352
md5: b58da17db24b6e08bcbf8fed2fb8c915
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=13
- libzlib >=1.3.1,<2.0a0
license: Unlicense
size: 873551
timestamp: 1733761824646
- kind: conda
name: libstdcxx
version: 14.2.0
build: hc0a3c3a_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-14.2.0-hc0a3c3a_1.conda
sha256: 4661af0eb9bdcbb5fb33e5d0023b001ad4be828fccdcc56500059d56f9869462
md5: 234a5554c53625688d51062645337328
depends:
- libgcc 14.2.0 h77fa898_1
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 3893695
timestamp: 1729027746910
- kind: conda
name: libstdcxx-ng
version: 14.2.0
build: h4852527_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-14.2.0-h4852527_1.conda
sha256: 25bb30b827d4f6d6f0522cc0579e431695503822f144043b93c50237017fffd8
md5: 8371ac6457591af2cf6159439c1fd051
depends:
- libstdcxx 14.2.0 hc0a3c3a_1
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 54105
timestamp: 1729027780628
- kind: conda
name: libuuid
version: 2.38.1
build: h0b41bf4_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda
sha256: 787eb542f055a2b3de553614b25f09eefb0a0931b0c87dbcce6efdfd92f04f18
md5: 40b61aab5c7ba9ff276c41cfffe6b80b
depends:
- libgcc-ng >=12
license: BSD-3-Clause
license_family: BSD
size: 33601
timestamp: 1680112270483
- kind: conda
name: libxcrypt
version: 4.4.36
build: hd590300_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda
sha256: 6ae68e0b86423ef188196fff6207ed0c8195dd84273cb5623b85aa08033a410c
md5: 5aa797f8787fe7a17d1b0821485b5adc
depends:
- libgcc-ng >=12
license: LGPL-2.1-or-later
size: 100393
timestamp: 1702724383534
- kind: conda
name: libzlib
version: 1.3.1
build: hb9d3cd8_2
build_number: 2
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda
sha256: d4bfe88d7cb447768e31650f06257995601f89076080e76df55e3112d4e47dc4
md5: edb0dca6bc32e4f4789199455a1dbeb8
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=13
constrains:
- zlib 1.3.1 *_2
license: Zlib
license_family: Other
size: 60963
timestamp: 1727963148474
- kind: conda
name: max
version: 24.5.0
build: release
subdir: noarch
noarch: python
url: https://conda.modular.com/max/noarch/max-24.5.0-release.conda
sha256: 3050d7885a304944afbf93ca9786e56e6df20f0685e1705f88fab045fb5aae70
md5: 662a61803cd141e857d3b9f821c7bd66
depends:
- max-core ==24.5.0 release
- max-python >=24.5.0,<25.0a0
- mojo-jupyter ==24.5.0 release
- mblack ==24.5.0 release
size: 9642
timestamp: 1726172475909
- kind: conda
name: max-core
version: 24.5.0
build: release
subdir: linux-64
url: https://conda.modular.com/max/linux-64/max-core-24.5.0-release.conda
sha256: 4cd4ab217863a500e9df8112d5e4c335192baa4f527aaaacb925b7818dd2bbe1
md5: a9b3f9d69310032f687789c475c029f5
depends:
- mblack ==24.5.0 release
arch: x86_64
platform: linux
size: 284994357
timestamp: 1726172475907
- kind: conda
name: max-python
version: 24.5.0
build: 3.12release
subdir: linux-64
url: https://conda.modular.com/max/linux-64/max-python-24.5.0-3.12release.conda
sha256: b5b0f36bb4c91bdff229fc680d7d2e4dd183e9dc90808869408e5883d95199ba
md5: e8dbea1cf138f97c022103a4b41c77bd
depends:
- max-core ==24.5.0 release
- python 3.12.*
- numpy >=1.18,<2.0
- python_abi 3.12.* *_cp312
arch: x86_64
platform: linux
size: 138310039
timestamp: 1726172475912
- kind: conda
name: mblack
version: 24.5.0
build: release
subdir: noarch
noarch: python
url: https://conda.modular.com/max/noarch/mblack-24.5.0-release.conda
sha256: 913881fc3aa19db447ed82e898f261a413be9129dc43b9ea600e06030f76dbd5
md5: 2bc6ce9f257235686dc1b2509cc7198d
depends:
- python >=3.9,<3.13
- click >=8.0.0
- mypy_extensions >=0.4.3
- packaging >=22.0
- pathspec >=0.9.0
- platformdirs >=2
- python
license: MIT
size: 130435
timestamp: 1726172475910
- kind: conda
name: mojo-jupyter
version: 24.5.0
build: release
subdir: noarch
noarch: python
url: https://conda.modular.com/max/noarch/mojo-jupyter-24.5.0-release.conda
sha256: dff2e857eae32ce92fde12a712756d647f0aa312aeb5d79b350b2acbc71a2f96
md5: 3b7be5cbff5b8015b095e950506be4b3
depends:
- max-core ==24.5.0 release
- python >=3.9,<3.13
- jupyter_client >=8.6.2,<8.7
- python
size: 21595
timestamp: 1726172475911
- kind: conda
name: mypy_extensions
version: 1.0.0
build: pyha770c72_1
build_number: 1
subdir: noarch
noarch: python
url: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda
sha256: 1895f47b7d68581a6facde5cb13ab8c2764c2e53a76bd746f8f98910dc4e08fe
md5: 29097e7ea634a45cc5386b95cac6568f
depends:
- python >=3.9
license: MIT
license_family: MIT
size: 10854
timestamp: 1733230986902
- kind: conda
name: ncurses
version: '6.5'
build: he02047a_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-he02047a_1.conda
sha256: 6a1d5d8634c1a07913f1c525db6455918cbc589d745fac46d9d6e30340c8731a
md5: 70caf8bb6cf39a0b6b7efc885f51c0fe
depends:
- __glibc >=2.17,<3.0.a0
- libgcc-ng >=12
license: X11 AND BSD-3-Clause
size: 889086
timestamp: 1724658547447
- kind: conda
name: numpy
version: 1.26.4
build: py312heda63a1_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py312heda63a1_0.conda
sha256: fe3459c75cf84dcef6ef14efcc4adb0ade66038ddd27cadb894f34f4797687d8
md5: d8285bea2a350f63fab23bf460221f3f
depends:
- libblas >=3.9.0,<4.0a0
- libcblas >=3.9.0,<4.0a0
- libgcc-ng >=12
- liblapack >=3.9.0,<4.0a0
- libstdcxx-ng >=12
- python >=3.12,<3.13.0a0
- python_abi 3.12.* *_cp312
constrains:
- numpy-base <0a0
license: BSD-3-Clause
license_family: BSD
size: 7484186
timestamp: 1707225809722
- kind: conda
name: openssl
version: 3.4.0
build: hb9d3cd8_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.4.0-hb9d3cd8_0.conda
sha256: 814b9dff1847b132c676ee6cc1a8cb2d427320779b93e1b6d76552275c128705
md5: 23cc74f77eb99315c0360ec3533147a9
depends:
- __glibc >=2.17,<3.0.a0
- ca-certificates
- libgcc >=13
license: Apache-2.0
license_family: Apache
size: 2947466
timestamp: 1731377666602
- kind: conda
name: packaging
version: '24.2'
build: pyhd8ed1ab_2
build_number: 2
subdir: noarch
noarch: python
url: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda
sha256: da157b19bcd398b9804c5c52fc000fcb8ab0525bdb9c70f95beaa0bb42f85af1
md5: 3bfed7e6228ebf2f7b9eaa47f1b4e2aa
depends:
- python >=3.8
license: Apache-2.0
license_family: APACHE
size: 60164
timestamp: 1733203368787
- kind: conda
name: pathspec
version: 0.12.1
build: pyhd8ed1ab_1
build_number: 1
subdir: noarch
noarch: python
url: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda
sha256: 9f64009cdf5b8e529995f18e03665b03f5d07c0b17445b8badef45bde76249ee
md5: 617f15191456cc6a13db418a275435e5
depends:
- python >=3.9
license: MPL-2.0
license_family: MOZILLA
size: 41075
timestamp: 1733233471940
- kind: conda
name: platformdirs
version: 4.3.6
build: pyhd8ed1ab_1
build_number: 1
subdir: noarch
noarch: python
url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda
sha256: bb50f6499e8bc1d1a26f17716c97984671121608dc0c3ecd34858112bce59a27
md5: 577852c7e53901ddccc7e6a9959ddebe
depends:
- python >=3.9
license: MIT
license_family: MIT
size: 20448
timestamp: 1733232756001
- kind: conda
name: python
version: 3.12.8
build: h9e4cc4f_1_cpython
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/python-3.12.8-h9e4cc4f_1_cpython.conda
sha256: 3f0e0518c992d8ccfe62b189125721309836fe48a010dc424240583e157f9ff0
md5: 7fd2fd79436d9b473812f14e86746844
depends:
- __glibc >=2.17,<3.0.a0
- bzip2 >=1.0.8,<2.0a0
- ld_impl_linux-64 >=2.36.1
- libexpat >=2.6.4,<3.0a0
- libffi >=3.4,<4.0a0
- libgcc >=13
- liblzma >=5.6.3,<6.0a0
- libnsl >=2.0.1,<2.1.0a0
- libsqlite >=3.47.0,<4.0a0
- libuuid >=2.38.1,<3.0a0
- libxcrypt >=4.4.36
- libzlib >=1.3.1,<2.0a0
- ncurses >=6.5,<7.0a0
- openssl >=3.4.0,<4.0a0
- readline >=8.2,<9.0a0
- tk >=8.6.13,<8.7.0a0
- tzdata
constrains:
- python_abi 3.12.* *_cp312
license: Python-2.0
size: 31565686
timestamp: 1733410597922
- kind: conda
name: python-dateutil
version: 2.9.0.post0
build: pyhff2d567_1
build_number: 1
subdir: noarch
noarch: python
url: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda
sha256: a50052536f1ef8516ed11a844f9413661829aa083304dc624c5925298d078d79
md5: 5ba79d7c71f03c678c8ead841f347d6e
depends:
- python >=3.9
- six >=1.5
license: Apache-2.0
license_family: APACHE
size: 222505
timestamp: 1733215763718
- kind: conda
name: python_abi
version: '3.12'
build: 5_cp312
build_number: 5
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.12-5_cp312.conda
sha256: d10e93d759931ffb6372b45d65ff34d95c6000c61a07e298d162a3bc2accebb0
md5: 0424ae29b104430108f5218a66db7260
constrains:
- python 3.12.* *_cpython
license: BSD-3-Clause
license_family: BSD
size: 6238
timestamp: 1723823388266
- kind: conda
name: pyzmq
version: 26.2.0
build: py312hbf22597_3
build_number: 3
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.2.0-py312hbf22597_3.conda
sha256: bc303f9b11e04a515f79cd5ad3bfa0e84b9dfec76552626d6263b38789fe6678
md5: 746ce19f0829ec3e19c93007b1a224d3
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=13
- libsodium >=1.0.20,<1.0.21.0a0
- libstdcxx >=13
- python >=3.12,<3.13.0a0
- python_abi 3.12.* *_cp312
- zeromq >=4.3.5,<4.4.0a0
license: BSD-3-Clause
license_family: BSD
size: 378126
timestamp: 1728642454632
- kind: conda
name: readline
version: '8.2'
build: h8228510_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda
sha256: 5435cf39d039387fbdc977b0a762357ea909a7694d9528ab40f005e9208744d7
md5: 47d31b792659ce70f470b5c82fdfb7a4
depends:
- libgcc-ng >=12
- ncurses >=6.3,<7.0a0
license: GPL-3.0-only
license_family: GPL
size: 281456
timestamp: 1679532220005
- kind: conda
name: six
version: 1.17.0
build: pyhd8ed1ab_0
subdir: noarch
noarch: python
url: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda
sha256: 41db0180680cc67c3fa76544ffd48d6a5679d96f4b71d7498a759e94edc9a2db
md5: a451d576819089b0d672f18768be0f65
depends:
- python >=3.9
license: MIT
license_family: MIT
size: 16385
timestamp: 1733381032766
- kind: conda
name: tk
version: 8.6.13
build: noxft_h4845f30_101
build_number: 101
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda
sha256: e0569c9caa68bf476bead1bed3d79650bb080b532c64a4af7d8ca286c08dea4e
md5: d453b98d9c83e71da0741bb0ff4d76bc
depends:
- libgcc-ng >=12
- libzlib >=1.2.13,<2.0.0a0
license: TCL
license_family: BSD
size: 3318875
timestamp: 1699202167581
- kind: conda
name: tornado
version: 6.4.2
build: py312h66e93f0_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/tornado-6.4.2-py312h66e93f0_0.conda
sha256: 062a3a3a37fa8615ce57929ba7e982c76f5a5810bcebd435950f6d6c4147c310
md5: e417822cb989e80a0d2b1b576fdd1657
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=13
- python >=3.12,<3.13.0a0
- python_abi 3.12.* *_cp312
license: Apache-2.0
license_family: Apache
size: 840414
timestamp: 1732616043734
- kind: conda
name: traitlets
version: 5.14.3
build: pyhd8ed1ab_1
build_number: 1
subdir: noarch
noarch: python
url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda
sha256: f39a5620c6e8e9e98357507262a7869de2ae8cc07da8b7f84e517c9fd6c2b959
md5: 019a7385be9af33791c989871317e1ed
depends:
- python >=3.9
license: BSD-3-Clause
license_family: BSD
size: 110051
timestamp: 1733367480074
- kind: conda
name: tzdata
version: 2024b
build: hc8b5060_0
subdir: noarch
noarch: generic
url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda
sha256: 4fde5c3008bf5d2db82f2b50204464314cc3c91c1d953652f7bd01d9e52aefdf
md5: 8ac3367aafb1cc0a068483c580af8015
license: LicenseRef-Public-Domain
size: 122354
timestamp: 1728047496079
- kind: conda
name: zeromq
version: 4.3.5
build: h3b0a872_7
build_number: 7
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h3b0a872_7.conda
sha256: a4dc72c96848f764bb5a5176aa93dd1e9b9e52804137b99daeebba277b31ea10
md5: 3947a35e916fcc6b9825449affbf4214
depends:
- __glibc >=2.17,<3.0.a0
- krb5 >=1.21.3,<1.22.0a0
- libgcc >=13
- libsodium >=1.0.20,<1.0.21.0a0
- libstdcxx >=13
license: MPL-2.0
license_family: MOZILLA
size: 335400
timestamp: 1731585026517
- kind: conda
name: zipp
version: 3.21.0
build: pyhd8ed1ab_1
build_number: 1
subdir: noarch
noarch: python
url: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda
sha256: 567c04f124525c97a096b65769834b7acb047db24b15a56888a322bf3966c3e1
md5: 0c3cc595284c5e8f0f9900a9b228a332
depends:
- python >=3.9
license: MIT
license_family: MIT
size: 21809
timestamp: 1732827613585