-
Notifications
You must be signed in to change notification settings - Fork 0
/
pixi.lock
2975 lines (2975 loc) · 98.1 KB
/
pixi.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
version: 3
metadata:
content_hash:
linux-64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d
osx-64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d
win-64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d
channels:
- url: https://conda.anaconda.org/conda-forge/
used_env_vars: []
platforms:
- linux-64
- osx-64
- 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: altgraph
version: 0.17.4
category: main
manager: pypi
url: https://files.pythonhosted.org/packages/4d/3f/3bc3f1d83f6e4a7fcb834d3720544ca597590425be5ba9db032b2bf322a2/altgraph-0.17.4-py2.py3-none-any.whl#sha256=642743b4750de17e655e6711601b077bc6598dbfa3ba5fa2b2a35ce12b508dff
hash:
md5: null
sha256: 642743b4750de17e655e6711601b077bc6598dbfa3ba5fa2b2a35ce12b508dff
- platform: osx-64
name: altgraph
version: 0.17.4
category: main
manager: pypi
url: https://files.pythonhosted.org/packages/4d/3f/3bc3f1d83f6e4a7fcb834d3720544ca597590425be5ba9db032b2bf322a2/altgraph-0.17.4-py2.py3-none-any.whl#sha256=642743b4750de17e655e6711601b077bc6598dbfa3ba5fa2b2a35ce12b508dff
hash:
md5: null
sha256: 642743b4750de17e655e6711601b077bc6598dbfa3ba5fa2b2a35ce12b508dff
- platform: win-64
name: altgraph
version: 0.17.4
category: main
manager: pypi
url: https://files.pythonhosted.org/packages/4d/3f/3bc3f1d83f6e4a7fcb834d3720544ca597590425be5ba9db032b2bf322a2/altgraph-0.17.4-py2.py3-none-any.whl#sha256=642743b4750de17e655e6711601b077bc6598dbfa3ba5fa2b2a35ce12b508dff
hash:
md5: null
sha256: 642743b4750de17e655e6711601b077bc6598dbfa3ba5fa2b2a35ce12b508dff
- platform: linux-64
name: asteval
version: 0.9.31
category: main
manager: pypi
requires_dist:
- importlib-metadata ; python_version < '3.8'
- build ; extra == 'all'
- twine ; extra == 'all'
- coverage ; extra == 'all'
- pytest ; extra == 'all'
- pytest-cov ; extra == 'all'
- Sphinx ; extra == 'all'
- build ; extra == 'dev'
- twine ; extra == 'dev'
- Sphinx ; extra == 'doc'
- coverage ; extra == 'test'
- pytest ; extra == 'test'
- pytest-cov ; extra == 'test'
requires_python: '>=3.7'
url: https://files.pythonhosted.org/packages/05/34/bdb51767967cb29302ee7dfe95662b057af7f23c62dd1967fc4b373656aa/asteval-0.9.31-py3-none-any.whl#sha256=2761750c184d97707c292b62df3b10e330a809a2201721acc435a2b89a114263
hash:
md5: null
sha256: 2761750c184d97707c292b62df3b10e330a809a2201721acc435a2b89a114263
- platform: osx-64
name: asteval
version: 0.9.31
category: main
manager: pypi
requires_dist:
- importlib-metadata ; python_version < '3.8'
- build ; extra == 'all'
- twine ; extra == 'all'
- coverage ; extra == 'all'
- pytest ; extra == 'all'
- pytest-cov ; extra == 'all'
- Sphinx ; extra == 'all'
- build ; extra == 'dev'
- twine ; extra == 'dev'
- Sphinx ; extra == 'doc'
- coverage ; extra == 'test'
- pytest ; extra == 'test'
- pytest-cov ; extra == 'test'
requires_python: '>=3.7'
url: https://files.pythonhosted.org/packages/05/34/bdb51767967cb29302ee7dfe95662b057af7f23c62dd1967fc4b373656aa/asteval-0.9.31-py3-none-any.whl#sha256=2761750c184d97707c292b62df3b10e330a809a2201721acc435a2b89a114263
hash:
md5: null
sha256: 2761750c184d97707c292b62df3b10e330a809a2201721acc435a2b89a114263
- platform: win-64
name: asteval
version: 0.9.31
category: main
manager: pypi
requires_dist:
- importlib-metadata ; python_version < '3.8'
- build ; extra == 'all'
- twine ; extra == 'all'
- coverage ; extra == 'all'
- pytest ; extra == 'all'
- pytest-cov ; extra == 'all'
- Sphinx ; extra == 'all'
- build ; extra == 'dev'
- twine ; extra == 'dev'
- Sphinx ; extra == 'doc'
- coverage ; extra == 'test'
- pytest ; extra == 'test'
- pytest-cov ; extra == 'test'
requires_python: '>=3.7'
url: https://files.pythonhosted.org/packages/05/34/bdb51767967cb29302ee7dfe95662b057af7f23c62dd1967fc4b373656aa/asteval-0.9.31-py3-none-any.whl#sha256=2761750c184d97707c292b62df3b10e330a809a2201721acc435a2b89a114263
hash:
md5: null
sha256: 2761750c184d97707c292b62df3b10e330a809a2201721acc435a2b89a114263
- 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: 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.11.17
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2023.11.17-hbcca054_0.conda
hash:
md5: 01ffc8d36f9eba0ce0b3c1955fa780ee
sha256: fb4b9f4b7d885002db0b93e22f44b5b03791ef3d4efdc9d0662185a0faafd6b6
build: hbcca054_0
arch: x86_64
subdir: linux-64
build_number: 0
license: ISC
size: 154117
timestamp: 1700280881924
- platform: osx-64
name: ca-certificates
version: 2023.11.17
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2023.11.17-h8857fd0_0.conda
hash:
md5: c687e9d14c49e3d3946d50a413cdbf16
sha256: 7e05d80a97beb7cb7492fae38584a68d51f338a5eddf73a14b5bd266597db90e
build: h8857fd0_0
arch: x86_64
subdir: osx-64
build_number: 0
license: ISC
size: 154404
timestamp: 1700280995538
- platform: win-64
name: ca-certificates
version: 2023.11.17
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2023.11.17-h56e8100_0.conda
hash:
md5: 1163114b483f26761f993c709e65271f
sha256: c6177e2a4967db7a4e929c6ecd2fafde36e489dbeda23ceda640f4915cb0e877
build: h56e8100_0
arch: x86_64
subdir: win-64
build_number: 0
license: ISC
size: 154700
timestamp: 1700281021312
- platform: linux-64
name: contourpy
version: 1.2.0
category: main
manager: pypi
requires_dist:
- numpy <2.0, >=1.20
- furo ; extra == 'docs'
- sphinx >=7.2 ; extra == 'docs'
- sphinx-copybutton ; extra == 'docs'
- bokeh ; extra == 'bokeh'
- selenium ; extra == 'bokeh'
- contourpy[bokeh,docs] ; extra == 'mypy'
- docutils-stubs ; extra == 'mypy'
- mypy ==1.6.1 ; extra == 'mypy'
- types-Pillow ; extra == 'mypy'
- contourpy[test-no-images] ; extra == 'test'
- matplotlib ; extra == 'test'
- Pillow ; extra == 'test'
- pytest ; extra == 'test-no-images'
- pytest-cov ; extra == 'test-no-images'
- pytest-xdist ; extra == 'test-no-images'
- wurlitzer ; extra == 'test-no-images'
requires_python: '>=3.9'
url: https://files.pythonhosted.org/packages/e2/83/29a63bbc72839cc6b24b5a0e3d004d4ed4e8439f26460ad9a34e39251904/contourpy-1.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=18fc2b4ed8e4a8fe849d18dce4bd3c7ea637758c6343a1f2bae1e9bd4c9f4686
hash:
md5: null
sha256: 18fc2b4ed8e4a8fe849d18dce4bd3c7ea637758c6343a1f2bae1e9bd4c9f4686
- platform: osx-64
name: contourpy
version: 1.2.0
category: main
manager: pypi
requires_dist:
- numpy <2.0, >=1.20
- furo ; extra == 'docs'
- sphinx >=7.2 ; extra == 'docs'
- sphinx-copybutton ; extra == 'docs'
- bokeh ; extra == 'bokeh'
- selenium ; extra == 'bokeh'
- contourpy[bokeh,docs] ; extra == 'mypy'
- docutils-stubs ; extra == 'mypy'
- mypy ==1.6.1 ; extra == 'mypy'
- types-Pillow ; extra == 'mypy'
- contourpy[test-no-images] ; extra == 'test'
- matplotlib ; extra == 'test'
- Pillow ; extra == 'test'
- pytest ; extra == 'test-no-images'
- pytest-cov ; extra == 'test-no-images'
- pytest-xdist ; extra == 'test-no-images'
- wurlitzer ; extra == 'test-no-images'
requires_python: '>=3.9'
url: https://files.pythonhosted.org/packages/9b/54/1dafec3c84df1d29119037330f7289db84a679cb2d5283af4ef24d89f532/contourpy-1.2.0-cp311-cp311-macosx_10_9_x86_64.whl#sha256=dd10c26b4eadae44783c45ad6655220426f971c61d9b239e6f7b16d5cdaaa727
hash:
md5: null
sha256: dd10c26b4eadae44783c45ad6655220426f971c61d9b239e6f7b16d5cdaaa727
- platform: win-64
name: contourpy
version: 1.2.0
category: main
manager: pypi
requires_dist:
- numpy <2.0, >=1.20
- furo ; extra == 'docs'
- sphinx >=7.2 ; extra == 'docs'
- sphinx-copybutton ; extra == 'docs'
- bokeh ; extra == 'bokeh'
- selenium ; extra == 'bokeh'
- contourpy[bokeh,docs] ; extra == 'mypy'
- docutils-stubs ; extra == 'mypy'
- mypy ==1.6.1 ; extra == 'mypy'
- types-Pillow ; extra == 'mypy'
- contourpy[test-no-images] ; extra == 'test'
- matplotlib ; extra == 'test'
- Pillow ; extra == 'test'
- pytest ; extra == 'test-no-images'
- pytest-cov ; extra == 'test-no-images'
- pytest-xdist ; extra == 'test-no-images'
- wurlitzer ; extra == 'test-no-images'
requires_python: '>=3.9'
url: https://files.pythonhosted.org/packages/ca/2a/d197a412ec474391ee878b1218cf2fe9c6e963903755887fc5654c06636a/contourpy-1.2.0-cp311-cp311-win_amd64.whl#sha256=99ad97258985328b4f207a5e777c1b44a83bfe7cf1f87b99f9c11d4ee477c4de
hash:
md5: null
sha256: 99ad97258985328b4f207a5e777c1b44a83bfe7cf1f87b99f9c11d4ee477c4de
- platform: linux-64
name: cycler
version: 0.12.1
category: main
manager: pypi
requires_dist:
- ipython ; extra == 'docs'
- matplotlib ; extra == 'docs'
- numpydoc ; extra == 'docs'
- sphinx ; extra == 'docs'
- pytest ; extra == 'tests'
- pytest-cov ; extra == 'tests'
- pytest-xdist ; extra == 'tests'
requires_python: '>=3.8'
url: https://files.pythonhosted.org/packages/e7/05/c19819d5e3d95294a6f5947fb9b9629efb316b96de511b418c53d245aae6/cycler-0.12.1-py3-none-any.whl#sha256=85cef7cff222d8644161529808465972e51340599459b8ac3ccbac5a854e0d30
hash:
md5: null
sha256: 85cef7cff222d8644161529808465972e51340599459b8ac3ccbac5a854e0d30
- platform: osx-64
name: cycler
version: 0.12.1
category: main
manager: pypi
requires_dist:
- ipython ; extra == 'docs'
- matplotlib ; extra == 'docs'
- numpydoc ; extra == 'docs'
- sphinx ; extra == 'docs'
- pytest ; extra == 'tests'
- pytest-cov ; extra == 'tests'
- pytest-xdist ; extra == 'tests'
requires_python: '>=3.8'
url: https://files.pythonhosted.org/packages/e7/05/c19819d5e3d95294a6f5947fb9b9629efb316b96de511b418c53d245aae6/cycler-0.12.1-py3-none-any.whl#sha256=85cef7cff222d8644161529808465972e51340599459b8ac3ccbac5a854e0d30
hash:
md5: null
sha256: 85cef7cff222d8644161529808465972e51340599459b8ac3ccbac5a854e0d30
- platform: win-64
name: cycler
version: 0.12.1
category: main
manager: pypi
requires_dist:
- ipython ; extra == 'docs'
- matplotlib ; extra == 'docs'
- numpydoc ; extra == 'docs'
- sphinx ; extra == 'docs'
- pytest ; extra == 'tests'
- pytest-cov ; extra == 'tests'
- pytest-xdist ; extra == 'tests'
requires_python: '>=3.8'
url: https://files.pythonhosted.org/packages/e7/05/c19819d5e3d95294a6f5947fb9b9629efb316b96de511b418c53d245aae6/cycler-0.12.1-py3-none-any.whl#sha256=85cef7cff222d8644161529808465972e51340599459b8ac3ccbac5a854e0d30
hash:
md5: null
sha256: 85cef7cff222d8644161529808465972e51340599459b8ac3ccbac5a854e0d30
- platform: linux-64
name: fonttools
version: 4.46.0
category: main
manager: pypi
requires_dist:
- fs <3, >=2.2.0 ; extra == 'all'
- lxml <5, >=4.0 ; extra == 'all'
- zopfli >=0.1.4 ; extra == 'all'
- lz4 >=1.7.4.2 ; extra == 'all'
- matplotlib ; extra == 'all'
- sympy ; extra == 'all'
- skia-pathops >=0.5.0 ; extra == 'all'
- uharfbuzz >=0.23.0 ; extra == 'all'
- brotlicffi >=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'all'
- scipy ; platform_python_implementation != 'PyPy' and extra == 'all'
- brotli >=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'all'
- munkres ; platform_python_implementation == 'PyPy' and extra == 'all'
- unicodedata2 >=15.1.0 ; python_version <= '3.12' and extra == 'all'
- xattr ; sys_platform == 'darwin' and extra == 'all'
- lz4 >=1.7.4.2 ; extra == 'graphite'
- scipy ; platform_python_implementation != 'PyPy' and extra == 'interpolatable'
- munkres ; platform_python_implementation == 'PyPy' and extra == 'interpolatable'
- lxml <5, >=4.0 ; extra == 'lxml'
- skia-pathops >=0.5.0 ; extra == 'pathops'
- matplotlib ; extra == 'plot'
- uharfbuzz >=0.23.0 ; extra == 'repacker'
- sympy ; extra == 'symfont'
- xattr ; sys_platform == 'darwin' and extra == 'type1'
- fs <3, >=2.2.0 ; extra == 'ufo'
- unicodedata2 >=15.1.0 ; python_version <= '3.12' and extra == 'unicode'
- zopfli >=0.1.4 ; extra == 'woff'
- brotlicffi >=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'woff'
- brotli >=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'woff'
requires_python: '>=3.8'
url: https://files.pythonhosted.org/packages/46/01/4d8c7ac72133a679ec6cedc9cef97d47d02411b431ba6ef014e563f7989c/fonttools-4.46.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=1a9f9cdd7ef63d1b8ac90db335762451452426b3207abd79f60da510cea62da5
hash:
md5: null
sha256: 1a9f9cdd7ef63d1b8ac90db335762451452426b3207abd79f60da510cea62da5
- platform: osx-64
name: fonttools
version: 4.46.0
category: main
manager: pypi
requires_dist:
- fs <3, >=2.2.0 ; extra == 'all'
- lxml <5, >=4.0 ; extra == 'all'
- zopfli >=0.1.4 ; extra == 'all'
- lz4 >=1.7.4.2 ; extra == 'all'
- matplotlib ; extra == 'all'
- sympy ; extra == 'all'
- skia-pathops >=0.5.0 ; extra == 'all'
- uharfbuzz >=0.23.0 ; extra == 'all'
- brotlicffi >=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'all'
- scipy ; platform_python_implementation != 'PyPy' and extra == 'all'
- brotli >=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'all'
- munkres ; platform_python_implementation == 'PyPy' and extra == 'all'
- unicodedata2 >=15.1.0 ; python_version <= '3.12' and extra == 'all'
- xattr ; sys_platform == 'darwin' and extra == 'all'
- lz4 >=1.7.4.2 ; extra == 'graphite'
- scipy ; platform_python_implementation != 'PyPy' and extra == 'interpolatable'
- munkres ; platform_python_implementation == 'PyPy' and extra == 'interpolatable'
- lxml <5, >=4.0 ; extra == 'lxml'
- skia-pathops >=0.5.0 ; extra == 'pathops'
- matplotlib ; extra == 'plot'
- uharfbuzz >=0.23.0 ; extra == 'repacker'
- sympy ; extra == 'symfont'
- xattr ; sys_platform == 'darwin' and extra == 'type1'
- fs <3, >=2.2.0 ; extra == 'ufo'
- unicodedata2 >=15.1.0 ; python_version <= '3.12' and extra == 'unicode'
- zopfli >=0.1.4 ; extra == 'woff'
- brotlicffi >=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'woff'
- brotli >=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'woff'
requires_python: '>=3.8'
url: https://files.pythonhosted.org/packages/83/36/748286714d44c7a64f78941a15c7b49d5513e83cf4795e58fb252fd9581a/fonttools-4.46.0-cp311-cp311-macosx_10_9_x86_64.whl#sha256=2c23c59d321d62588620f2255cf951270bf637d88070f38ed8b5e5558775b86c
hash:
md5: null
sha256: 2c23c59d321d62588620f2255cf951270bf637d88070f38ed8b5e5558775b86c
- platform: win-64
name: fonttools
version: 4.46.0
category: main
manager: pypi
requires_dist:
- fs <3, >=2.2.0 ; extra == 'all'
- lxml <5, >=4.0 ; extra == 'all'
- zopfli >=0.1.4 ; extra == 'all'
- lz4 >=1.7.4.2 ; extra == 'all'
- matplotlib ; extra == 'all'
- sympy ; extra == 'all'
- skia-pathops >=0.5.0 ; extra == 'all'
- uharfbuzz >=0.23.0 ; extra == 'all'
- brotlicffi >=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'all'
- scipy ; platform_python_implementation != 'PyPy' and extra == 'all'
- brotli >=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'all'
- munkres ; platform_python_implementation == 'PyPy' and extra == 'all'
- unicodedata2 >=15.1.0 ; python_version <= '3.12' and extra == 'all'
- xattr ; sys_platform == 'darwin' and extra == 'all'
- lz4 >=1.7.4.2 ; extra == 'graphite'
- scipy ; platform_python_implementation != 'PyPy' and extra == 'interpolatable'
- munkres ; platform_python_implementation == 'PyPy' and extra == 'interpolatable'
- lxml <5, >=4.0 ; extra == 'lxml'
- skia-pathops >=0.5.0 ; extra == 'pathops'
- matplotlib ; extra == 'plot'
- uharfbuzz >=0.23.0 ; extra == 'repacker'
- sympy ; extra == 'symfont'
- xattr ; sys_platform == 'darwin' and extra == 'type1'
- fs <3, >=2.2.0 ; extra == 'ufo'
- unicodedata2 >=15.1.0 ; python_version <= '3.12' and extra == 'unicode'
- zopfli >=0.1.4 ; extra == 'woff'
- brotlicffi >=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'woff'
- brotli >=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'woff'
requires_python: '>=3.8'
url: https://files.pythonhosted.org/packages/c4/d8/a68085e2da45aad6acebf512fe2d9fe783d6af3efad4a3b0d708783f891b/fonttools-4.46.0-cp311-cp311-win_amd64.whl#sha256=49ea0983e55fd7586a809787cd4644a7ae471e53ab8ddc016f9093b400e32646
hash:
md5: null
sha256: 49ea0983e55fd7586a809787cd4644a7ae471e53ab8ddc016f9093b400e32646
- platform: linux-64
name: future
version: 0.18.3
category: main
manager: conda
dependencies:
- python >=3.8
url: https://conda.anaconda.org/conda-forge/noarch/future-0.18.3-pyhd8ed1ab_0.conda
hash:
md5: fec8329fc739090f26a7d7803db254f1
sha256: b3d34bf4924cb80363c1ab57ac821393f118ffaa94f05368bf4044941163b65e
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 365520
timestamp: 1673596757510
- platform: osx-64
name: future
version: 0.18.3
category: main
manager: conda
dependencies:
- python >=3.8
url: https://conda.anaconda.org/conda-forge/noarch/future-0.18.3-pyhd8ed1ab_0.conda
hash:
md5: fec8329fc739090f26a7d7803db254f1
sha256: b3d34bf4924cb80363c1ab57ac821393f118ffaa94f05368bf4044941163b65e
build: pyhd8ed1ab_0
arch: x86_64
subdir: osx-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 365520
timestamp: 1673596757510
- platform: win-64
name: future
version: 0.18.3
category: main
manager: conda
dependencies:
- python >=3.8
url: https://conda.anaconda.org/conda-forge/noarch/future-0.18.3-pyhd8ed1ab_0.conda
hash:
md5: fec8329fc739090f26a7d7803db254f1
sha256: b3d34bf4924cb80363c1ab57ac821393f118ffaa94f05368bf4044941163b65e
build: pyhd8ed1ab_0
arch: x86_64
subdir: win-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 365520
timestamp: 1673596757510
- platform: linux-64
name: kiwisolver
version: 1.4.5
category: main
manager: pypi
requires_dist:
- typing-extensions ; python_version < '3.8'
requires_python: '>=3.7'
url: https://files.pythonhosted.org/packages/17/ba/17a706b232308e65f57deeccae503c268292e6a091313f6ce833a23093ea/kiwisolver-1.4.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=040c1aebeda72197ef477a906782b5ab0d387642e93bda547336b8957c61022e
hash:
md5: null
sha256: 040c1aebeda72197ef477a906782b5ab0d387642e93bda547336b8957c61022e
- platform: osx-64
name: kiwisolver
version: 1.4.5
category: main
manager: pypi
requires_dist:
- typing-extensions ; python_version < '3.8'
requires_python: '>=3.7'
url: https://files.pythonhosted.org/packages/a6/94/695922e71288855fc7cace3bdb52edda9d7e50edba77abb0c9d7abb51e96/kiwisolver-1.4.5-cp311-cp311-macosx_10_9_x86_64.whl#sha256=8ab3919a9997ab7ef2fbbed0cc99bb28d3c13e6d4b1ad36e97e482558a91be90
hash:
md5: null
sha256: 8ab3919a9997ab7ef2fbbed0cc99bb28d3c13e6d4b1ad36e97e482558a91be90
- platform: win-64
name: kiwisolver
version: 1.4.5
category: main
manager: pypi
requires_dist:
- typing-extensions ; python_version < '3.8'
requires_python: '>=3.7'
url: https://files.pythonhosted.org/packages/1e/37/d3c2d4ba2719059a0f12730947bbe1ad5ee8bff89e8c35319dcb2c9ddb4c/kiwisolver-1.4.5-cp311-cp311-win_amd64.whl#sha256=6c08e1312a9cf1074d17b17728d3dfce2a5125b2d791527f33ffbe805200a355
hash:
md5: null
sha256: 6c08e1312a9cf1074d17b17728d3dfce2a5125b2d791527f33ffbe805200a355
- platform: linux-64
name: ld_impl_linux-64
version: '2.40'
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-h41732ed_0.conda
hash:
md5: 7aca3059a1729aa76c597603f10b0dd3
sha256: f6cc89d887555912d6c61b295d398cff9ec982a3417d38025c45d5dd9b9e79cd
build: h41732ed_0
arch: x86_64
subdir: linux-64
build_number: 0
constrains:
- binutils_impl_linux-64 2.40
license: GPL-3.0-only
license_family: GPL
size: 704696
timestamp: 1674833944779
- platform: linux-64
name: libffi
version: 3.4.2
category: main
manager: conda
dependencies:
- libgcc-ng >=9.4.0
url: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2
hash:
md5: d645c6d2ac96843a2bfaccd2d62b3ac3
sha256: ab6e9856c21709b7b517e940ae7028ae0737546122f83c2aa5d692860c3b149e
build: h7f98852_5
arch: x86_64
subdir: linux-64
build_number: 5
license: MIT
license_family: MIT
size: 58292
timestamp: 1636488182923
- platform: osx-64
name: libffi
version: 3.4.2
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2
hash:
md5: ccb34fb14960ad8b125962d3d79b31a9
sha256: 7a2d27a936ceee6942ea4d397f9c7d136f12549d86f7617e8b6bad51e01a941f
build: h0d85af4_5
arch: x86_64
subdir: osx-64
build_number: 5
license: MIT
license_family: MIT
size: 51348
timestamp: 1636488394370
- platform: win-64
name: libffi
version: 3.4.2
category: main
manager: conda
dependencies:
- vc >=14.1,<15.0a0
- vs2015_runtime >=14.16.27012
url: https://conda.anaconda.org/conda-forge/win-64/libffi-3.4.2-h8ffe710_5.tar.bz2
hash:
md5: 2c96d1b6915b408893f9472569dee135
sha256: 1951ab740f80660e9bc07d2ed3aefb874d78c107264fd810f24a1a6211d4b1a5
build: h8ffe710_5
arch: x86_64
subdir: win-64
build_number: 5
license: MIT
license_family: MIT
size: 42063
timestamp: 1636489106777
- platform: linux-64
name: libgcc-ng
version: 13.2.0
category: main
manager: conda
dependencies:
- _libgcc_mutex 0.1 conda_forge
- _openmp_mutex >=4.5
url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.2.0-h807b86a_3.conda
hash:
md5: 23fdf1fef05baeb7eadc2aed5fb0011f
sha256: 5e88f658e07a30ab41b154b42c59f079b168acfa9551a75bdc972099453f4105
build: h807b86a_3
arch: x86_64
subdir: linux-64
build_number: 3
constrains:
- libgomp 13.2.0 h807b86a_3
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 773629
timestamp: 1699753612541
- platform: linux-64
name: libgomp
version: 13.2.0
category: main
manager: conda
dependencies:
- _libgcc_mutex 0.1 conda_forge
url: https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.2.0-h807b86a_3.conda
hash:
md5: 7124cbb46b13d395bdde68f2d215c989
sha256: 6ebedee39b6bbbc969715d0d7fa4b381cce67e1139862604ffa393f821c08e81
build: h807b86a_3
arch: x86_64
subdir: linux-64
build_number: 3
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 421834
timestamp: 1699753531479
- platform: linux-64
name: libnsl
version: 2.0.1
category: main
manager: conda
dependencies:
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda
hash:
md5: 30fd6e37fe21f86f4bd26d6ee73eeec7
sha256: 26d77a3bb4dceeedc2a41bd688564fe71bf2d149fdcf117049970bc02ff1add6
build: hd590300_0
arch: x86_64
subdir: linux-64
build_number: 0
license: LGPL-2.1-only
license_family: GPL
size: 33408
timestamp: 1697359010159
- platform: linux-64
name: libsqlite
version: 3.44.2
category: main
manager: conda
dependencies:
- libgcc-ng >=12
- libzlib >=1.2.13,<1.3.0a0
url: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.44.2-h2797004_0.conda
hash:
md5: 3b6a9f225c3dbe0d24f4fedd4625c5bf
sha256: ee2c4d724a3ed60d5b458864d66122fb84c6ce1df62f735f90d8db17b66cd88a
build: h2797004_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Unlicense
size: 845830
timestamp: 1700863204572
- platform: osx-64
name: libsqlite
version: 3.44.2
category: main
manager: conda
dependencies:
- libzlib >=1.2.13,<1.3.0a0
url: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.44.2-h92b6c6a_0.conda
hash:
md5: d4419f90019e6a2b152cd4d32f73a82f
sha256: 8a317d2aa6352feba951ca09d5bf34f565f9dd10bb14ff842b8650baa321d781
build: h92b6c6a_0
arch: x86_64
subdir: osx-64
build_number: 0
license: Unlicense
size: 891089
timestamp: 1700863475542
- platform: win-64
name: libsqlite
version: 3.44.2
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/libsqlite-3.44.2-hcfcfb64_0.conda
hash:
md5: 4a5f5ab56cbf3ccd08d71a1168061213
sha256: 25bfcf79ec863c2c0f0b3599981e2eac57efc5302faf2bb84f68c3f0faa55d1c
build: hcfcfb64_0
arch: x86_64
subdir: win-64
build_number: 0
license: Unlicense
size: 853171
timestamp: 1700863704859
- platform: linux-64
name: libuuid
version: 2.38.1
category: main
manager: conda
dependencies:
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda
hash:
md5: 40b61aab5c7ba9ff276c41cfffe6b80b
sha256: 787eb542f055a2b3de553614b25f09eefb0a0931b0c87dbcce6efdfd92f04f18
build: h0b41bf4_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
size: 33601
timestamp: 1680112270483
- platform: linux-64
name: libzlib
version: 1.2.13
category: main
manager: conda
dependencies:
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-hd590300_5.conda
hash:
md5: f36c115f1ee199da648e0597ec2047ad
sha256: 370c7c5893b737596fd6ca0d9190c9715d89d888b8c88537ae1ef168c25e82e4
build: hd590300_5
arch: x86_64
subdir: linux-64
build_number: 5
constrains:
- zlib 1.2.13 *_5
license: Zlib
license_family: Other
size: 61588
timestamp: 1686575217516
- platform: osx-64
name: libzlib
version: 1.2.13
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.2.13-h8a1eda9_5.conda
hash:
md5: 4a3ad23f6e16f99c04e166767193d700
sha256: fc58ad7f47ffea10df1f2165369978fba0a1cc32594aad778f5eec725f334867
build: h8a1eda9_5
arch: x86_64
subdir: osx-64
build_number: 5
constrains:
- zlib 1.2.13 *_5
license: Zlib
license_family: Other
size: 59404
timestamp: 1686575566695
- platform: win-64
name: libzlib
version: 1.2.13
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/libzlib-1.2.13-hcfcfb64_5.conda
hash:
md5: 5fdb9c6a113b6b6cb5e517fd972d5f41
sha256: c161822ee8130b71e08b6d282b9919c1de2c5274b29921a867bca0f7d30cad26
build: hcfcfb64_5
arch: x86_64
subdir: win-64
build_number: 5
constrains:
- zlib 1.2.13 *_5
license: Zlib
license_family: Other
size: 55800
timestamp: 1686575452215
- platform: linux-64
name: llvmlite
version: 0.41.1
category: main
manager: pypi
requires_python: '>=3.8'
url: https://files.pythonhosted.org/packages/0a/dd/e10658cb0e4ad8364b37ae2a6187ebb6b3b35e08b36ef9e98790b9f2f437/llvmlite-0.41.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=2181bb63ef3c607e6403813421b46982c3ac6bfc1f11fa16a13eaafb46f578e6
hash:
md5: null
sha256: 2181bb63ef3c607e6403813421b46982c3ac6bfc1f11fa16a13eaafb46f578e6
- platform: osx-64
name: llvmlite
version: 0.41.1
category: main
manager: pypi
requires_python: '>=3.8'
url: https://files.pythonhosted.org/packages/96/e0/54b0a58969b208b3a66ed30f560e127f52c3add6027b8e67d0a00ea0b178/llvmlite-0.41.1-cp311-cp311-macosx_10_9_x86_64.whl#sha256=210e458723436b2469d61b54b453474e09e12a94453c97ea3fbb0742ba5a83d8
hash:
md5: null
sha256: 210e458723436b2469d61b54b453474e09e12a94453c97ea3fbb0742ba5a83d8
- platform: win-64
name: llvmlite
version: 0.41.1
category: main
manager: pypi
requires_python: '>=3.8'
url: https://files.pythonhosted.org/packages/14/fe/d3a9c921a2adad2e9f24693754983f290e0dac9410666e802b9dba4d0218/llvmlite-0.41.1-cp311-cp311-win_amd64.whl#sha256=9564c19b31a0434f01d2025b06b44c7ed422f51e719ab5d24ff03b7560066c9a
hash:
md5: null
sha256: 9564c19b31a0434f01d2025b06b44c7ed422f51e719ab5d24ff03b7560066c9a
- platform: linux-64
name: lmfit
version: 1.2.2
category: main
manager: pypi
requires_dist:
- asteval >=0.9.28
- numpy >=1.19
- scipy >=1.6
- uncertainties >=3.1.4
- build ; extra == 'all'
- check-wheel-contents ; extra == 'all'
- pre-commit ; extra == 'all'
- twine ; extra == 'all'
- coverage ; extra == 'all'
- flaky ; extra == 'all'
- pytest ; extra == 'all'
- pytest-cov ; extra == 'all'
- cairosvg ; extra == 'all'
- corner ; extra == 'all'
- dill ; extra == 'all'
- emcee >=3.0.0 ; extra == 'all'
- ipykernel ; extra == 'all'
- jupyter-sphinx >=0.2.4 ; extra == 'all'
- matplotlib ; extra == 'all'
- numdifftools ; extra == 'all'
- pandas ; extra == 'all'
- Pillow ; extra == 'all'
- Sphinx ; extra == 'all'
- sphinx-gallery >=0.10 ; extra == 'all'
- sphinxcontrib-svg2pdfconverter ; extra == 'all'
- sympy ; extra == 'all'
- pycairo ; platform_system == 'Windows' and extra == 'all'
- build ; extra == 'dev'
- check-wheel-contents ; extra == 'dev'
- pre-commit ; extra == 'dev'
- twine ; extra == 'dev'
- cairosvg ; extra == 'doc'
- corner ; extra == 'doc'
- dill ; extra == 'doc'
- emcee >=3.0.0 ; extra == 'doc'
- ipykernel ; extra == 'doc'
- jupyter-sphinx >=0.2.4 ; extra == 'doc'
- matplotlib ; extra == 'doc'
- numdifftools ; extra == 'doc'
- pandas ; extra == 'doc'
- Pillow ; extra == 'doc'
- Sphinx ; extra == 'doc'
- sphinx-gallery >=0.10 ; extra == 'doc'
- sphinxcontrib-svg2pdfconverter ; extra == 'doc'
- sympy ; extra == 'doc'
- pycairo ; platform_system == 'Windows' and extra == 'doc'
- coverage ; extra == 'test'
- flaky ; extra == 'test'
- pytest ; extra == 'test'
- pytest-cov ; extra == 'test'
requires_python: '>=3.7'
url: https://files.pythonhosted.org/packages/16/87/d1b01fa4e4b69e0dea803592af88608c1c22eb4f92bfccf83ac66fa0792f/lmfit-1.2.2-py3-none-any.whl#sha256=3101bb16236179cc2e332202d621109271269dcb8edaa8983eecbffdaf57eb0c
hash:
md5: null
sha256: 3101bb16236179cc2e332202d621109271269dcb8edaa8983eecbffdaf57eb0c
- platform: osx-64
name: lmfit
version: 1.2.2
category: main
manager: pypi
requires_dist:
- asteval >=0.9.28
- numpy >=1.19
- scipy >=1.6
- uncertainties >=3.1.4
- build ; extra == 'all'
- check-wheel-contents ; extra == 'all'
- pre-commit ; extra == 'all'
- twine ; extra == 'all'
- coverage ; extra == 'all'