-
Notifications
You must be signed in to change notification settings - Fork 0
/
pixi.lock
1607 lines (1607 loc) · 64.3 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: 4
environments:
default:
channels:
- url: https://conda.anaconda.org/conda-forge/
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/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hd590300_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.2.2-hbcca054_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.0.1-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-h59595ed_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gmpy2-2.1.2-py311h6a5fa03_1.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/icecream-2.1.3-pyhd8ed1ab_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-h41732ed_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-21_linux64_openblas.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-21_linux64_openblas.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.2-h59595ed_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-ng-13.2.0-h807b86a_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-13.2.0-h69a702a_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-13.2.0-ha4646dd_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.2.0-h807b86a_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-21_linux64_openblas.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.26-pthreads_h413a1c8_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.45.1-h2797004_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-13.2.0-h7e041cc_5.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.2.13-hd590300_5.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/more-itertools-8.10.0-pyhd8ed1ab_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/mpc-1.3.1-hfe3b2da_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/mpfr-4.2.1-h9458935_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/mpmath-1.3.0-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.4-h59595ed_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.3-py311h64a7726_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.2.1-hd590300_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.17.2-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.11.7-hab00c5b_1_cpython.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.11-4_cp311.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.16.0-pyh6c4a22f_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/snakeviz-2.2.0-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/sympy-1.12-pypyh9d50eac_103.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-py311h459d7ec_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2
- pypi: https://files.pythonhosted.org/packages/73/cf/c56f16ddd8ce89f5905d848eec734a1486eb58cb5dd0ee4dd75212807692/line_profiler-4.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/30/eb/78e94e94b146048b24d632c3fb534bc7f4cdfa706588a34402d2862961af/line_profiler_pycharm-1.1.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/b2/d8/c514052dd125848a72b1013895e86557c7f6e04887b5b75f62b2fdbb3233/objprint-0.2.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/fa/47/a802641f9efe9f774902383e6ca8f75af5531a1cd71c6e738dcb2c84118c/pytictoc-1.5.3-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/6a/bf/a8d10d1ef58afd5d3b4b911feb2d6216cf41f39f04b958b82eff82722aaf/watchpoints-0.2.5-py3-none-any.whl
win-64:
- conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-hcfcfb64_5.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.2.2-h56e8100_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.0.1-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/icecream-2.1.3-pyhd8ed1ab_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.0.0-h57928b3_49841.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-21_win64_mkl.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-21_win64_mkl.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.2-h63175ca_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libffi-3.4.2-h8ffe710_5.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.9.3-default_haede6df_1009.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-hcfcfb64_2.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-21_win64_mkl.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.45.1-hcfcfb64_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.5-hc3477c8_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.2.13-hcfcfb64_5.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.0.0-h66d3029_49657.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/more-itertools-8.10.0-pyhd8ed1ab_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/mpmath-1.3.0-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/numpy-1.26.3-py311h0b4df5a_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.2.1-hcfcfb64_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/pthreads-win32-2.9.1-hfa6e2cd_3.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.17.2-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/python-3.11.7-h2628c8c_1_cpython.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.11-4_cp311.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/snakeviz-2.2.0-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/sympy-1.12-pyh04b8f61_3.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.11.0-h91493d7_1.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h5226925_1.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/tornado-6.3.3-py311ha68e1ae_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-hcf57466_18.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.38.33130-h82b7239_18.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.38.33130-hcb4865c_18.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/xz-5.2.6-h8d14728_0.tar.bz2
- pypi: https://files.pythonhosted.org/packages/9e/03/9e56cc08992d8a18647c3297edde089783795c7a3f8e534b755b034bd4c3/line_profiler-4.1.2-cp311-cp311-win_amd64.whl
- pypi: https://files.pythonhosted.org/packages/30/eb/78e94e94b146048b24d632c3fb534bc7f4cdfa706588a34402d2862961af/line_profiler_pycharm-1.1.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/b2/d8/c514052dd125848a72b1013895e86557c7f6e04887b5b75f62b2fdbb3233/objprint-0.2.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/fa/47/a802641f9efe9f774902383e6ca8f75af5531a1cd71c6e738dcb2c84118c/pytictoc-1.5.3-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/6a/bf/a8d10d1ef58afd5d3b4b911feb2d6216cf41f39f04b958b82eff82722aaf/watchpoints-0.2.5-py3-none-any.whl
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: asttokens
version: 2.4.1
build: pyhd8ed1ab_0
subdir: noarch
noarch: python
url: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda
sha256: 708168f026df19a0344983754d27d1f7b28bb21afc7b97a82f02c4798a3d2111
md5: 5f25798dcefd8252ce5f9dc494d5f571
depends:
- python >=3.5
- six >=1.12.0
license: Apache-2.0
license_family: Apache
purls:
- pkg:pypi/asttokens
size: 28922
timestamp: 1698341257884
- kind: conda
name: bzip2
version: 1.0.8
build: hcfcfb64_5
build_number: 5
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-hcfcfb64_5.conda
sha256: ae5f47a5c86fd6db822931255dcf017eb12f60c77f07dc782ccb477f7808aab2
md5: 26eb8ca6ea332b675e11704cce84a3be
depends:
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
license: bzip2-1.0.6
license_family: BSD
size: 124580
timestamp: 1699280668742
- kind: conda
name: bzip2
version: 1.0.8
build: hd590300_5
build_number: 5
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hd590300_5.conda
sha256: 242c0c324507ee172c0e0dd2045814e746bb303d1eb78870d182ceb0abc726a8
md5: 69b8b6202a07720f448be700e300ccf4
depends:
- libgcc-ng >=12
license: bzip2-1.0.6
license_family: BSD
size: 254228
timestamp: 1699279927352
- kind: conda
name: ca-certificates
version: 2024.2.2
build: h56e8100_0
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.2.2-h56e8100_0.conda
sha256: 4d587088ecccd393fec3420b64f1af4ee1a0e6897a45cfd5ef38055322cea5d0
md5: 63da060240ab8087b60d1357051ea7d6
license: ISC
size: 155886
timestamp: 1706843918052
- kind: conda
name: ca-certificates
version: 2024.2.2
build: hbcca054_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.2.2-hbcca054_0.conda
sha256: 91d81bfecdbb142c15066df70cc952590ae8991670198f92c66b62019b251aeb
md5: 2f4327a1cbe7f022401b236e915a5fef
license: ISC
size: 155432
timestamp: 1706843687645
- kind: conda
name: colorama
version: 0.4.6
build: pyhd8ed1ab_0
subdir: noarch
noarch: python
url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2
sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698
md5: 3faab06a954c2a04039983f2c4a50d99
depends:
- python >=3.7
license: BSD-3-Clause
license_family: BSD
purls:
- pkg:pypi/colorama
size: 25170
timestamp: 1666700778190
- kind: conda
name: executing
version: 2.0.1
build: pyhd8ed1ab_0
subdir: noarch
noarch: python
url: https://conda.anaconda.org/conda-forge/noarch/executing-2.0.1-pyhd8ed1ab_0.conda
sha256: c738804ab1e6376f8ea63372229a04c8d658dc90fd5a218c6273a2eaf02f4057
md5: e16be50e378d8a4533b989035b196ab8
depends:
- python >=2.7
license: MIT
license_family: MIT
purls:
- pkg:pypi/executing
size: 27689
timestamp: 1698580072627
- kind: conda
name: gmp
version: 6.3.0
build: h59595ed_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-h59595ed_1.conda
sha256: cfc4202c23d6895d9c84042d08d5cda47d597772df870d4d2a10fc86dded5576
md5: e358c7c5f6824c272b5034b3816438a7
depends:
- libgcc-ng >=12
- libstdcxx-ng >=12
license: GPL-2.0-or-later OR LGPL-3.0-or-later
size: 569852
timestamp: 1710169507479
- kind: conda
name: gmpy2
version: 2.1.2
build: py311h6a5fa03_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/gmpy2-2.1.2-py311h6a5fa03_1.tar.bz2
sha256: 20862200f4d07ba583ab6ae9b56d7de2462474240872100973711dfa20d562d7
md5: 3515bd4a3d92bbd3cc2d25aac335e34d
depends:
- gmp >=6.2.1,<7.0a0
- libgcc-ng >=12
- mpc >=1.2.1,<2.0a0
- mpfr >=4.1.0,<5.0a0
- python >=3.11,<3.12.0a0
- python_abi 3.11.* *_cp311
license: LGPL-3.0-or-later
license_family: LGPL
purls:
- pkg:pypi/gmpy2
size: 219751
timestamp: 1666808798297
- kind: conda
name: icecream
version: 2.1.3
build: pyhd8ed1ab_0
subdir: noarch
noarch: python
url: https://conda.anaconda.org/conda-forge/noarch/icecream-2.1.3-pyhd8ed1ab_0.tar.bz2
sha256: c63d1f83d7b6577f38c28158533ef4d77c61756f20f7861aecd80136740d2ebb
md5: 6e9df79dc265bd348b831b41d6c1784d
depends:
- asttokens >=2.0.1
- colorama >=0.3.9
- executing >=0.3.1
- pygments >=2.2.0
- python >=2.7
license: MIT
license_family: MIT
purls:
- pkg:pypi/icecream
size: 12530
timestamp: 1658422260428
- kind: conda
name: intel-openmp
version: 2024.0.0
build: h57928b3_49841
build_number: 49841
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.0.0-h57928b3_49841.conda
sha256: 6ee8eb9080bb3268654e015dd17ad79d0c1ea98b2eee6b928ecd27f01d6b38e8
md5: e3255c8cdaf1d52f15816d1970f9c77a
license: LicenseRef-ProprietaryIntel
license_family: Proprietary
size: 2325424
timestamp: 1706182537883
- kind: conda
name: ld_impl_linux-64
version: '2.40'
build: h41732ed_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-h41732ed_0.conda
sha256: f6cc89d887555912d6c61b295d398cff9ec982a3417d38025c45d5dd9b9e79cd
md5: 7aca3059a1729aa76c597603f10b0dd3
constrains:
- binutils_impl_linux-64 2.40
license: GPL-3.0-only
license_family: GPL
size: 704696
timestamp: 1674833944779
- kind: conda
name: libblas
version: 3.9.0
build: 21_linux64_openblas
build_number: 21
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-21_linux64_openblas.conda
sha256: ebd5c91f029f779fb88a1fcbd1e499559a9c258e3674ff58a2fbb4e375ae56d9
md5: 0ac9f44fc096772b0aa092119b00c3ca
depends:
- libopenblas >=0.3.26,<0.3.27.0a0
- libopenblas >=0.3.26,<1.0a0
constrains:
- liblapacke 3.9.0 21_linux64_openblas
- blas * openblas
- libcblas 3.9.0 21_linux64_openblas
- liblapack 3.9.0 21_linux64_openblas
license: BSD-3-Clause
license_family: BSD
size: 14691
timestamp: 1705979549006
- kind: conda
name: libblas
version: 3.9.0
build: 21_win64_mkl
build_number: 21
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-21_win64_mkl.conda
sha256: ad47053cee17802df875203aba191b04d97a50d820dbf75a114a50972c517334
md5: ebba3846d11201fe54277e4965ba5250
depends:
- mkl 2024.0.0 h66d3029_49657
constrains:
- liblapack 3.9.0 21_win64_mkl
- blas * mkl
- libcblas 3.9.0 21_win64_mkl
- liblapacke 3.9.0 21_win64_mkl
license: BSD-3-Clause
license_family: BSD
size: 5017135
timestamp: 1705980415163
- kind: conda
name: libcblas
version: 3.9.0
build: 21_linux64_openblas
build_number: 21
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-21_linux64_openblas.conda
sha256: 467bbfbfe1a1aeb8b1f9f6485eedd8ed1b6318941bf3702da72336ccf4dc25a6
md5: 4a3816d06451c4946e2db26b86472cb6
depends:
- libblas 3.9.0 21_linux64_openblas
constrains:
- liblapacke 3.9.0 21_linux64_openblas
- blas * openblas
- liblapack 3.9.0 21_linux64_openblas
license: BSD-3-Clause
license_family: BSD
size: 14614
timestamp: 1705979564122
- kind: conda
name: libcblas
version: 3.9.0
build: 21_win64_mkl
build_number: 21
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-21_win64_mkl.conda
sha256: 886505d0a4a5b508b2255991395aadecdad140719ba0d413411fec86491a9283
md5: 38e5ec23bc2b62f9dd971143aa9dddb7
depends:
- libblas 3.9.0 21_win64_mkl
constrains:
- liblapack 3.9.0 21_win64_mkl
- blas * mkl
- liblapacke 3.9.0 21_win64_mkl
license: BSD-3-Clause
license_family: BSD
size: 5017024
timestamp: 1705980469944
- kind: conda
name: libexpat
version: 2.6.2
build: h59595ed_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.2-h59595ed_0.conda
sha256: 331bb7c7c05025343ebd79f86ae612b9e1e74d2687b8f3179faec234f986ce19
md5: e7ba12deb7020dd080c6c70e7b6f6a3d
depends:
- libgcc-ng >=12
constrains:
- expat 2.6.2.*
license: MIT
license_family: MIT
size: 73730
timestamp: 1710362120304
- kind: conda
name: libexpat
version: 2.6.2
build: h63175ca_0
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.2-h63175ca_0.conda
sha256: 79f612f75108f3e16bbdc127d4885bb74729cf66a8702fca0373dad89d40c4b7
md5: bc592d03f62779511d392c175dcece64
constrains:
- expat 2.6.2.*
license: MIT
license_family: MIT
size: 139224
timestamp: 1710362609641
- 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: libffi
version: 3.4.2
build: h8ffe710_5
build_number: 5
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libffi-3.4.2-h8ffe710_5.tar.bz2
sha256: 1951ab740f80660e9bc07d2ed3aefb874d78c107264fd810f24a1a6211d4b1a5
md5: 2c96d1b6915b408893f9472569dee135
depends:
- vc >=14.1,<15.0a0
- vs2015_runtime >=14.16.27012
license: MIT
license_family: MIT
size: 42063
timestamp: 1636489106777
- kind: conda
name: libgcc-ng
version: 13.2.0
build: h807b86a_5
build_number: 5
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.2.0-h807b86a_5.conda
sha256: d32f78bfaac282cfe5205f46d558704ad737b8dbf71f9227788a5ca80facaba4
md5: d4ff227c46917d3b4565302a2bbb276b
depends:
- _libgcc_mutex 0.1 conda_forge
- _openmp_mutex >=4.5
constrains:
- libgomp 13.2.0 h807b86a_5
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 770506
timestamp: 1706819192021
- kind: conda
name: libgfortran-ng
version: 13.2.0
build: h69a702a_5
build_number: 5
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-13.2.0-h69a702a_5.conda
sha256: 238c16c84124d58307376715839aa152bd4a1bf5a043052938ad6c3137d30245
md5: e73e9cfd1191783392131e6238bdb3e9
depends:
- libgfortran5 13.2.0 ha4646dd_5
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 23829
timestamp: 1706819413770
- kind: conda
name: libgfortran5
version: 13.2.0
build: ha4646dd_5
build_number: 5
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-13.2.0-ha4646dd_5.conda
sha256: ba8d94e8493222ce155bb264d9de4200e41498a458e866fedf444de809bde8b6
md5: 7a6bd7a12a4bd359e2afe6c0fa1acace
depends:
- libgcc-ng >=13.2.0
constrains:
- libgfortran-ng 13.2.0
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 1442769
timestamp: 1706819209473
- kind: conda
name: libgomp
version: 13.2.0
build: h807b86a_5
build_number: 5
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.2.0-h807b86a_5.conda
sha256: 0d3d4b1b0134283ea02d58e8eb5accf3655464cf7159abf098cc694002f8d34e
md5: d211c42b9ce49aee3734fdc828731689
depends:
- _libgcc_mutex 0.1 conda_forge
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 419751
timestamp: 1706819107383
- kind: conda
name: libhwloc
version: 2.9.3
build: default_haede6df_1009
build_number: 1009
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.9.3-default_haede6df_1009.conda
sha256: 2e8c4bb7173f281a8e13f333a23c9fb7a1c86d342d7dccdd74f2eb583ddde450
md5: 87da045f6d26ce9fe20ad76a18f6a18a
depends:
- libxml2 >=2.11.5,<3.0.0a0
- pthreads-win32
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
license: BSD-3-Clause
license_family: BSD
size: 2578462
timestamp: 1694533393675
- kind: conda
name: libiconv
version: '1.17'
build: hcfcfb64_2
build_number: 2
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-hcfcfb64_2.conda
sha256: 5f844dd19b046d43174ad80c6ea75b5d504020e3b63cfbc4ace97b8730d35c7b
md5: e1eb10b1cca179f2baa3601e4efc8712
depends:
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
license: LGPL-2.1-only
size: 636146
timestamp: 1702682547199
- kind: conda
name: liblapack
version: 3.9.0
build: 21_linux64_openblas
build_number: 21
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-21_linux64_openblas.conda
sha256: 64b5c35dce00dd6f9f53178b2fe87116282e00967970bd6551a5a42923806ded
md5: 1a42f305615c3867684e049e85927531
depends:
- libblas 3.9.0 21_linux64_openblas
constrains:
- liblapacke 3.9.0 21_linux64_openblas
- libcblas 3.9.0 21_linux64_openblas
- blas * openblas
license: BSD-3-Clause
license_family: BSD
size: 14599
timestamp: 1705979579648
- kind: conda
name: liblapack
version: 3.9.0
build: 21_win64_mkl
build_number: 21
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-21_win64_mkl.conda
sha256: 3fa7c08dd4edf59cb0907d2e5b74e6be890e0671f845e1bae892d212d118a7e9
md5: c4740f091cb75987390087934354a621
depends:
- libblas 3.9.0 21_win64_mkl
constrains:
- blas * mkl
- libcblas 3.9.0 21_win64_mkl
- liblapacke 3.9.0 21_win64_mkl
license: BSD-3-Clause
license_family: BSD
size: 5017043
timestamp: 1705980523462
- 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.26
build: pthreads_h413a1c8_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.26-pthreads_h413a1c8_0.conda
sha256: b626954b5a1113dafec8df89fa8bf18ce9b4701464d9f084ddd7fc9fac404bbd
md5: 760ae35415f5ba8b15d09df5afe8b23a
depends:
- libgcc-ng >=12
- libgfortran-ng
- libgfortran5 >=12.3.0
constrains:
- openblas >=0.3.26,<0.3.27.0a0
license: BSD-3-Clause
license_family: BSD
size: 5578031
timestamp: 1704950143521
- kind: conda
name: libsqlite
version: 3.45.1
build: h2797004_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.45.1-h2797004_0.conda
sha256: 1b379d1c652b25d0540251d422ef767472e768fd36b77261045e97f9ba6d3faa
md5: fc4ccadfbf6d4784de88c41704792562
depends:
- libgcc-ng >=12
- libzlib >=1.2.13,<1.3.0a0
license: Unlicense
size: 859346
timestamp: 1707495156652
- kind: conda
name: libsqlite
version: 3.45.1
build: hcfcfb64_0
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.45.1-hcfcfb64_0.conda
sha256: e1010f4ac7b056d85d91e6cb6137ef118f920eba88059261689e543780b230df
md5: c583c1d6999b7aa148eff3089e13c44b
depends:
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
license: Unlicense
size: 870045
timestamp: 1707495642340
- kind: conda
name: libstdcxx-ng
version: 13.2.0
build: h7e041cc_5
build_number: 5
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-13.2.0-h7e041cc_5.conda
sha256: a56c5b11f1e73a86e120e6141a42d9e935a99a2098491ac9e15347a1476ce777
md5: f6f6600d18a4047b54f803cf708b868a
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 3834139
timestamp: 1706819252496
- 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: libxml2
version: 2.12.5
build: hc3477c8_0
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.5-hc3477c8_0.conda
sha256: 15696b049911b3ea5d37672408e500fb27e375d865f8cceac9cb02f9349e6804
md5: d8c3c1c8242db352f38cd1dc0bf44f77
depends:
- libiconv >=1.17,<2.0a0
- libzlib >=1.2.13,<1.3.0a0
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
license: MIT
license_family: MIT
size: 1567894
timestamp: 1707084720091
- kind: conda
name: libzlib
version: 1.2.13
build: hcfcfb64_5
build_number: 5
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.2.13-hcfcfb64_5.conda
sha256: c161822ee8130b71e08b6d282b9919c1de2c5274b29921a867bca0f7d30cad26
md5: 5fdb9c6a113b6b6cb5e517fd972d5f41
depends:
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
constrains:
- zlib 1.2.13 *_5
license: Zlib
license_family: Other
size: 55800
timestamp: 1686575452215
- kind: conda
name: libzlib
version: 1.2.13
build: hd590300_5
build_number: 5
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-hd590300_5.conda
sha256: 370c7c5893b737596fd6ca0d9190c9715d89d888b8c88537ae1ef168c25e82e4
md5: f36c115f1ee199da648e0597ec2047ad
depends:
- libgcc-ng >=12
constrains:
- zlib 1.2.13 *_5
license: Zlib
license_family: Other
size: 61588
timestamp: 1686575217516
- kind: pypi
name: line-profiler
version: 4.1.2
url: https://files.pythonhosted.org/packages/9e/03/9e56cc08992d8a18647c3297edde089783795c7a3f8e534b755b034bd4c3/line_profiler-4.1.2-cp311-cp311-win_amd64.whl
sha256: 46a8cad2cb4b6a1229ddccf06694b1d01fd5acd1cf8c502caf937765a7c877de
requires_dist:
- coverage[toml] >=5.3 ; extra == 'all'
- ubelt >=1.3.4 ; extra == 'all'
- xdoctest >=1.1.2 ; extra == 'all'
- rich >=12.3.0 ; extra == 'all'
- cython >=3.0.3 ; extra == 'all'
- scikit-build >=0.11.1 ; extra == 'all'
- cmake >=3.21.2 ; extra == 'all'
- ninja >=1.10.2 ; extra == 'all'
- coverage[toml] ==5.3 ; extra == 'all-strict'
- ubelt ==1.3.4 ; extra == 'all-strict'
- xdoctest ==1.1.2 ; extra == 'all-strict'
- rich ==12.3.0 ; extra == 'all-strict'
- cython ==3.0.3 ; extra == 'all-strict'
- scikit-build ==0.11.1 ; extra == 'all-strict'
- cmake ==3.21.2 ; extra == 'all-strict'
- ninja ==1.10.2 ; extra == 'all-strict'
- pytest <=4.6.11, ==4.6.0 ; (python_version < '2.8.0' and python_version >= '2.7.0') and extra == 'all-strict'
- pytest-cov ==2.8.1 ; (python_version < '2.8.0' and python_version >= '2.7.0') and extra == 'all-strict'
- cibuildwheel ==2.11.2 ; (python_version < '3.10' and python_version >= '3.9') and extra == 'all-strict'
- pytest ==4.6.0 ; (python_version < '3.10.0' and python_version >= '3.7.0') and extra == 'all-strict'
- cibuildwheel ==2.11.2 ; (python_version < '3.11' and python_version >= '3.10') and extra == 'all-strict'
- pytest <=4.6.11, ==4.6.0 ; (python_version < '3.5.0' and python_version >= '3.4.0') and extra == 'all-strict'
- pytest-cov ==2.8.1 ; (python_version < '3.5.0' and python_version >= '3.4.0') and extra == 'all-strict'
- pytest <=6.1.2, ==4.6.0 ; (python_version < '3.6.0' and python_version >= '3.5.0') and extra == 'all-strict'
- pytest-cov ==2.9.0 ; (python_version < '3.6.0' and python_version >= '3.5.0') and extra == 'all-strict'
- cibuildwheel ==2.8.1 ; (python_version < '3.7' and python_version >= '3.6') and extra == 'all-strict'
- pytest ==4.6.0 ; (python_version < '3.7.0' and python_version >= '3.6.0') and extra == 'all-strict'
- ipython ==7.14.0 ; (python_version < '3.7.0' and python_version >= '3.6.0') and extra == 'all-strict'
- setuptools ==41.0.1 ; (python_version < '3.8' and python_version >= '3.6') and extra == 'all-strict'
- cibuildwheel ==2.11.2 ; (python_version < '3.8' and python_version >= '3.7') and extra == 'all-strict'
- ipython ==7.18.0 ; (python_version < '3.8.0' and python_version >= '3.7.0') and extra == 'all-strict'
- cibuildwheel ==2.11.2 ; (python_version < '3.9' and python_version >= '3.8') and extra == 'all-strict'
- ipython ==8.12.2 ; (python_version < '3.9.0' and python_version >= '3.8.0') and extra == 'all-strict'
- cibuildwheel ==2.11.2 ; (python_version < '4.0' and python_version >= '3.11') and extra == 'all-strict'
- setuptools ==68.2.2 ; (python_version < '4.0' and python_version >= '3.8') and extra == 'all-strict'
- ipython ==8.14.0 ; (python_version < '4.0.0' and python_version >= '3.9.0') and extra == 'all-strict'
- pytest ==6.2.5 ; python_version >= '3.10.0' and extra == 'all-strict'
- pytest-cov ==3.0.0 ; python_version >= '3.6.0' and extra == 'all-strict'
- pytest <=4.6.11, >=4.6.0 ; (python_version < '2.8.0' and python_version >= '2.7.0') and extra == 'all'
- pytest-cov >=2.8.1 ; (python_version < '2.8.0' and python_version >= '2.7.0') and extra == 'all'
- cibuildwheel >=2.11.2 ; (python_version < '3.10' and python_version >= '3.9') and extra == 'all'
- pytest >=4.6.0 ; (python_version < '3.10.0' and python_version >= '3.7.0') and extra == 'all'
- cibuildwheel >=2.11.2 ; (python_version < '3.11' and python_version >= '3.10') and extra == 'all'
- pytest <=4.6.11, >=4.6.0 ; (python_version < '3.5.0' and python_version >= '3.4.0') and extra == 'all'
- pytest-cov >=2.8.1 ; (python_version < '3.5.0' and python_version >= '3.4.0') and extra == 'all'
- pytest <=6.1.2, >=4.6.0 ; (python_version < '3.6.0' and python_version >= '3.5.0') and extra == 'all'
- pytest-cov >=2.9.0 ; (python_version < '3.6.0' and python_version >= '3.5.0') and extra == 'all'
- cibuildwheel >=2.8.1 ; (python_version < '3.7' and python_version >= '3.6') and extra == 'all'
- pytest >=4.6.0 ; (python_version < '3.7.0' and python_version >= '3.6.0') and extra == 'all'
- ipython >=7.14.0 ; (python_version < '3.7.0' and python_version >= '3.6.0') and extra == 'all'
- setuptools >=41.0.1 ; (python_version < '3.8' and python_version >= '3.6') and extra == 'all'
- cibuildwheel >=2.11.2 ; (python_version < '3.8' and python_version >= '3.7') and extra == 'all'
- ipython >=7.18.0 ; (python_version < '3.8.0' and python_version >= '3.7.0') and extra == 'all'
- cibuildwheel >=2.11.2 ; (python_version < '3.9' and python_version >= '3.8') and extra == 'all'
- ipython >=8.12.2 ; (python_version < '3.9.0' and python_version >= '3.8.0') and extra == 'all'
- cibuildwheel >=2.11.2 ; (python_version < '4.0' and python_version >= '3.11') and extra == 'all'
- setuptools >=68.2.2 ; (python_version < '4.0' and python_version >= '3.8') and extra == 'all'
- ipython >=8.14.0 ; (python_version < '4.0.0' and python_version >= '3.9.0') and extra == 'all'
- pytest >=6.2.5 ; python_version >= '3.10.0' and extra == 'all'
- pytest-cov >=3.0.0 ; python_version >= '3.6.0' and extra == 'all'
- ipython ==7.14.0 ; (python_version < '3.7.0' and python_version >= '3.6.0') and extra == 'ipython-strict'
- ipython ==7.18.0 ; (python_version < '3.8.0' and python_version >= '3.7.0') and extra == 'ipython-strict'
- ipython ==8.12.2 ; (python_version < '3.9.0' and python_version >= '3.8.0') and extra == 'ipython-strict'
- ipython ==8.14.0 ; (python_version < '4.0.0' and python_version >= '3.9.0') and extra == 'ipython-strict'
- ipython >=7.14.0 ; (python_version < '3.7.0' and python_version >= '3.6.0') and extra == 'ipython'
- ipython >=7.18.0 ; (python_version < '3.8.0' and python_version >= '3.7.0') and extra == 'ipython'
- ipython >=8.12.2 ; (python_version < '3.9.0' and python_version >= '3.8.0') and extra == 'ipython'
- ipython >=8.14.0 ; (python_version < '4.0.0' and python_version >= '3.9.0') and extra == 'ipython'
- rich >=12.3.0 ; extra == 'optional'
- rich ==12.3.0 ; extra == 'optional-strict'
- ipython ==7.14.0 ; (python_version < '3.7.0' and python_version >= '3.6.0') and extra == 'optional-strict'
- ipython ==7.18.0 ; (python_version < '3.8.0' and python_version >= '3.7.0') and extra == 'optional-strict'
- ipython ==8.12.2 ; (python_version < '3.9.0' and python_version >= '3.8.0') and extra == 'optional-strict'
- ipython ==8.14.0 ; (python_version < '4.0.0' and python_version >= '3.9.0') and extra == 'optional-strict'
- ipython >=7.14.0 ; (python_version < '3.7.0' and python_version >= '3.6.0') and extra == 'optional'
- ipython >=7.18.0 ; (python_version < '3.8.0' and python_version >= '3.7.0') and extra == 'optional'
- ipython >=8.12.2 ; (python_version < '3.9.0' and python_version >= '3.8.0') and extra == 'optional'
- ipython >=8.14.0 ; (python_version < '4.0.0' and python_version >= '3.9.0') and extra == 'optional'
- coverage[toml] >=5.3 ; extra == 'tests'
- ubelt >=1.3.4 ; extra == 'tests'
- xdoctest >=1.1.2 ; extra == 'tests'
- coverage[toml] ==5.3 ; extra == 'tests-strict'
- ubelt ==1.3.4 ; extra == 'tests-strict'
- xdoctest ==1.1.2 ; extra == 'tests-strict'
- pytest <=4.6.11, ==4.6.0 ; (python_version < '2.8.0' and python_version >= '2.7.0') and extra == 'tests-strict'
- pytest-cov ==2.8.1 ; (python_version < '2.8.0' and python_version >= '2.7.0') and extra == 'tests-strict'
- pytest ==4.6.0 ; (python_version < '3.10.0' and python_version >= '3.7.0') and extra == 'tests-strict'
- pytest <=4.6.11, ==4.6.0 ; (python_version < '3.5.0' and python_version >= '3.4.0') and extra == 'tests-strict'
- pytest-cov ==2.8.1 ; (python_version < '3.5.0' and python_version >= '3.4.0') and extra == 'tests-strict'
- pytest <=6.1.2, ==4.6.0 ; (python_version < '3.6.0' and python_version >= '3.5.0') and extra == 'tests-strict'
- pytest-cov ==2.9.0 ; (python_version < '3.6.0' and python_version >= '3.5.0') and extra == 'tests-strict'
- pytest ==4.6.0 ; (python_version < '3.7.0' and python_version >= '3.6.0') and extra == 'tests-strict'
- pytest ==6.2.5 ; python_version >= '3.10.0' and extra == 'tests-strict'
- pytest-cov ==3.0.0 ; python_version >= '3.6.0' and extra == 'tests-strict'
- pytest <=4.6.11, >=4.6.0 ; (python_version < '2.8.0' and python_version >= '2.7.0') and extra == 'tests'
- pytest-cov >=2.8.1 ; (python_version < '2.8.0' and python_version >= '2.7.0') and extra == 'tests'
- pytest >=4.6.0 ; (python_version < '3.10.0' and python_version >= '3.7.0') and extra == 'tests'
- pytest <=4.6.11, >=4.6.0 ; (python_version < '3.5.0' and python_version >= '3.4.0') and extra == 'tests'
- pytest-cov >=2.8.1 ; (python_version < '3.5.0' and python_version >= '3.4.0') and extra == 'tests'
- pytest <=6.1.2, >=4.6.0 ; (python_version < '3.6.0' and python_version >= '3.5.0') and extra == 'tests'
- pytest-cov >=2.9.0 ; (python_version < '3.6.0' and python_version >= '3.5.0') and extra == 'tests'
- pytest >=4.6.0 ; (python_version < '3.7.0' and python_version >= '3.6.0') and extra == 'tests'
- pytest >=6.2.5 ; python_version >= '3.10.0' and extra == 'tests'
- pytest-cov >=3.0.0 ; python_version >= '3.6.0' and extra == 'tests'
requires_python: '>=3.6'
- kind: pypi
name: line-profiler
version: 4.1.2
url: https://files.pythonhosted.org/packages/73/cf/c56f16ddd8ce89f5905d848eec734a1486eb58cb5dd0ee4dd75212807692/line_profiler-4.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
sha256: 9f4b25ee412b0cd624614edd16c4c0af02dbeb73db2a08a49a14b120005a5630
requires_dist:
- coverage[toml] >=5.3 ; extra == 'all'
- ubelt >=1.3.4 ; extra == 'all'
- xdoctest >=1.1.2 ; extra == 'all'
- rich >=12.3.0 ; extra == 'all'
- cython >=3.0.3 ; extra == 'all'
- scikit-build >=0.11.1 ; extra == 'all'
- cmake >=3.21.2 ; extra == 'all'
- ninja >=1.10.2 ; extra == 'all'
- coverage[toml] ==5.3 ; extra == 'all-strict'
- ubelt ==1.3.4 ; extra == 'all-strict'
- xdoctest ==1.1.2 ; extra == 'all-strict'
- rich ==12.3.0 ; extra == 'all-strict'
- cython ==3.0.3 ; extra == 'all-strict'
- scikit-build ==0.11.1 ; extra == 'all-strict'
- cmake ==3.21.2 ; extra == 'all-strict'
- ninja ==1.10.2 ; extra == 'all-strict'
- pytest <=4.6.11, ==4.6.0 ; (python_version < '2.8.0' and python_version >= '2.7.0') and extra == 'all-strict'
- pytest-cov ==2.8.1 ; (python_version < '2.8.0' and python_version >= '2.7.0') and extra == 'all-strict'
- cibuildwheel ==2.11.2 ; (python_version < '3.10' and python_version >= '3.9') and extra == 'all-strict'
- pytest ==4.6.0 ; (python_version < '3.10.0' and python_version >= '3.7.0') and extra == 'all-strict'
- cibuildwheel ==2.11.2 ; (python_version < '3.11' and python_version >= '3.10') and extra == 'all-strict'
- pytest <=4.6.11, ==4.6.0 ; (python_version < '3.5.0' and python_version >= '3.4.0') and extra == 'all-strict'
- pytest-cov ==2.8.1 ; (python_version < '3.5.0' and python_version >= '3.4.0') and extra == 'all-strict'
- pytest <=6.1.2, ==4.6.0 ; (python_version < '3.6.0' and python_version >= '3.5.0') and extra == 'all-strict'
- pytest-cov ==2.9.0 ; (python_version < '3.6.0' and python_version >= '3.5.0') and extra == 'all-strict'
- cibuildwheel ==2.8.1 ; (python_version < '3.7' and python_version >= '3.6') and extra == 'all-strict'
- pytest ==4.6.0 ; (python_version < '3.7.0' and python_version >= '3.6.0') and extra == 'all-strict'
- ipython ==7.14.0 ; (python_version < '3.7.0' and python_version >= '3.6.0') and extra == 'all-strict'
- setuptools ==41.0.1 ; (python_version < '3.8' and python_version >= '3.6') and extra == 'all-strict'
- cibuildwheel ==2.11.2 ; (python_version < '3.8' and python_version >= '3.7') and extra == 'all-strict'
- ipython ==7.18.0 ; (python_version < '3.8.0' and python_version >= '3.7.0') and extra == 'all-strict'
- cibuildwheel ==2.11.2 ; (python_version < '3.9' and python_version >= '3.8') and extra == 'all-strict'
- ipython ==8.12.2 ; (python_version < '3.9.0' and python_version >= '3.8.0') and extra == 'all-strict'
- cibuildwheel ==2.11.2 ; (python_version < '4.0' and python_version >= '3.11') and extra == 'all-strict'
- setuptools ==68.2.2 ; (python_version < '4.0' and python_version >= '3.8') and extra == 'all-strict'
- ipython ==8.14.0 ; (python_version < '4.0.0' and python_version >= '3.9.0') and extra == 'all-strict'
- pytest ==6.2.5 ; python_version >= '3.10.0' and extra == 'all-strict'
- pytest-cov ==3.0.0 ; python_version >= '3.6.0' and extra == 'all-strict'
- pytest <=4.6.11, >=4.6.0 ; (python_version < '2.8.0' and python_version >= '2.7.0') and extra == 'all'
- pytest-cov >=2.8.1 ; (python_version < '2.8.0' and python_version >= '2.7.0') and extra == 'all'
- cibuildwheel >=2.11.2 ; (python_version < '3.10' and python_version >= '3.9') and extra == 'all'
- pytest >=4.6.0 ; (python_version < '3.10.0' and python_version >= '3.7.0') and extra == 'all'
- cibuildwheel >=2.11.2 ; (python_version < '3.11' and python_version >= '3.10') and extra == 'all'
- pytest <=4.6.11, >=4.6.0 ; (python_version < '3.5.0' and python_version >= '3.4.0') and extra == 'all'
- pytest-cov >=2.8.1 ; (python_version < '3.5.0' and python_version >= '3.4.0') and extra == 'all'
- pytest <=6.1.2, >=4.6.0 ; (python_version < '3.6.0' and python_version >= '3.5.0') and extra == 'all'
- pytest-cov >=2.9.0 ; (python_version < '3.6.0' and python_version >= '3.5.0') and extra == 'all'
- cibuildwheel >=2.8.1 ; (python_version < '3.7' and python_version >= '3.6') and extra == 'all'
- pytest >=4.6.0 ; (python_version < '3.7.0' and python_version >= '3.6.0') and extra == 'all'
- ipython >=7.14.0 ; (python_version < '3.7.0' and python_version >= '3.6.0') and extra == 'all'
- setuptools >=41.0.1 ; (python_version < '3.8' and python_version >= '3.6') and extra == 'all'
- cibuildwheel >=2.11.2 ; (python_version < '3.8' and python_version >= '3.7') and extra == 'all'
- ipython >=7.18.0 ; (python_version < '3.8.0' and python_version >= '3.7.0') and extra == 'all'
- cibuildwheel >=2.11.2 ; (python_version < '3.9' and python_version >= '3.8') and extra == 'all'
- ipython >=8.12.2 ; (python_version < '3.9.0' and python_version >= '3.8.0') and extra == 'all'
- cibuildwheel >=2.11.2 ; (python_version < '4.0' and python_version >= '3.11') and extra == 'all'
- setuptools >=68.2.2 ; (python_version < '4.0' and python_version >= '3.8') and extra == 'all'
- ipython >=8.14.0 ; (python_version < '4.0.0' and python_version >= '3.9.0') and extra == 'all'
- pytest >=6.2.5 ; python_version >= '3.10.0' and extra == 'all'
- pytest-cov >=3.0.0 ; python_version >= '3.6.0' and extra == 'all'
- ipython ==7.14.0 ; (python_version < '3.7.0' and python_version >= '3.6.0') and extra == 'ipython-strict'
- ipython ==7.18.0 ; (python_version < '3.8.0' and python_version >= '3.7.0') and extra == 'ipython-strict'
- ipython ==8.12.2 ; (python_version < '3.9.0' and python_version >= '3.8.0') and extra == 'ipython-strict'
- ipython ==8.14.0 ; (python_version < '4.0.0' and python_version >= '3.9.0') and extra == 'ipython-strict'
- ipython >=7.14.0 ; (python_version < '3.7.0' and python_version >= '3.6.0') and extra == 'ipython'
- ipython >=7.18.0 ; (python_version < '3.8.0' and python_version >= '3.7.0') and extra == 'ipython'
- ipython >=8.12.2 ; (python_version < '3.9.0' and python_version >= '3.8.0') and extra == 'ipython'
- ipython >=8.14.0 ; (python_version < '4.0.0' and python_version >= '3.9.0') and extra == 'ipython'
- rich >=12.3.0 ; extra == 'optional'
- rich ==12.3.0 ; extra == 'optional-strict'
- ipython ==7.14.0 ; (python_version < '3.7.0' and python_version >= '3.6.0') and extra == 'optional-strict'
- ipython ==7.18.0 ; (python_version < '3.8.0' and python_version >= '3.7.0') and extra == 'optional-strict'
- ipython ==8.12.2 ; (python_version < '3.9.0' and python_version >= '3.8.0') and extra == 'optional-strict'
- ipython ==8.14.0 ; (python_version < '4.0.0' and python_version >= '3.9.0') and extra == 'optional-strict'
- ipython >=7.14.0 ; (python_version < '3.7.0' and python_version >= '3.6.0') and extra == 'optional'
- ipython >=7.18.0 ; (python_version < '3.8.0' and python_version >= '3.7.0') and extra == 'optional'
- ipython >=8.12.2 ; (python_version < '3.9.0' and python_version >= '3.8.0') and extra == 'optional'
- ipython >=8.14.0 ; (python_version < '4.0.0' and python_version >= '3.9.0') and extra == 'optional'
- coverage[toml] >=5.3 ; extra == 'tests'
- ubelt >=1.3.4 ; extra == 'tests'
- xdoctest >=1.1.2 ; extra == 'tests'
- coverage[toml] ==5.3 ; extra == 'tests-strict'
- ubelt ==1.3.4 ; extra == 'tests-strict'
- xdoctest ==1.1.2 ; extra == 'tests-strict'
- pytest <=4.6.11, ==4.6.0 ; (python_version < '2.8.0' and python_version >= '2.7.0') and extra == 'tests-strict'
- pytest-cov ==2.8.1 ; (python_version < '2.8.0' and python_version >= '2.7.0') and extra == 'tests-strict'
- pytest ==4.6.0 ; (python_version < '3.10.0' and python_version >= '3.7.0') and extra == 'tests-strict'
- pytest <=4.6.11, ==4.6.0 ; (python_version < '3.5.0' and python_version >= '3.4.0') and extra == 'tests-strict'
- pytest-cov ==2.8.1 ; (python_version < '3.5.0' and python_version >= '3.4.0') and extra == 'tests-strict'
- pytest <=6.1.2, ==4.6.0 ; (python_version < '3.6.0' and python_version >= '3.5.0') and extra == 'tests-strict'
- pytest-cov ==2.9.0 ; (python_version < '3.6.0' and python_version >= '3.5.0') and extra == 'tests-strict'
- pytest ==4.6.0 ; (python_version < '3.7.0' and python_version >= '3.6.0') and extra == 'tests-strict'
- pytest ==6.2.5 ; python_version >= '3.10.0' and extra == 'tests-strict'
- pytest-cov ==3.0.0 ; python_version >= '3.6.0' and extra == 'tests-strict'
- pytest <=4.6.11, >=4.6.0 ; (python_version < '2.8.0' and python_version >= '2.7.0') and extra == 'tests'
- pytest-cov >=2.8.1 ; (python_version < '2.8.0' and python_version >= '2.7.0') and extra == 'tests'
- pytest >=4.6.0 ; (python_version < '3.10.0' and python_version >= '3.7.0') and extra == 'tests'
- pytest <=4.6.11, >=4.6.0 ; (python_version < '3.5.0' and python_version >= '3.4.0') and extra == 'tests'
- pytest-cov >=2.8.1 ; (python_version < '3.5.0' and python_version >= '3.4.0') and extra == 'tests'
- pytest <=6.1.2, >=4.6.0 ; (python_version < '3.6.0' and python_version >= '3.5.0') and extra == 'tests'
- pytest-cov >=2.9.0 ; (python_version < '3.6.0' and python_version >= '3.5.0') and extra == 'tests'
- pytest >=4.6.0 ; (python_version < '3.7.0' and python_version >= '3.6.0') and extra == 'tests'
- pytest >=6.2.5 ; python_version >= '3.10.0' and extra == 'tests'
- pytest-cov >=3.0.0 ; python_version >= '3.6.0' and extra == 'tests'
requires_python: '>=3.6'
- kind: pypi
name: line-profiler-pycharm
version: 1.1.0
url: https://files.pythonhosted.org/packages/30/eb/78e94e94b146048b24d632c3fb534bc7f4cdfa706588a34402d2862961af/line_profiler_pycharm-1.1.0-py3-none-any.whl
sha256: 3b9d80571d44685a7c5a01e3985965cd76fe523c22db6250cefb4a75ebd73fc7
requires_dist:
- line-profiler
requires_python: '>=3'
- kind: conda
name: mkl
version: 2024.0.0
build: h66d3029_49657
build_number: 49657
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.0.0-h66d3029_49657.conda
sha256: 928bed978827e4c891d0879d79ecda6c9104ed7df1f1d4e2e392c9c80b471be7
md5: 006b65d9cd436247dfe053df772e041d
depends:
- intel-openmp 2024.*
- tbb 2021.*