forked from iamlab-cmu/franka-interface
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpixi.lock
More file actions
9662 lines (9662 loc) · 341 KB
/
pixi.lock
File metadata and controls
9662 lines (9662 loc) · 341 KB
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: 6
environments:
default:
channels:
- url: https://conda.anaconda.org/conda-forge/
- url: https://conda.anaconda.org/robostack-staging/
indexes:
- https://pypi.org/simple
packages:
linux-64:
- conda: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-3_kmp_llvm.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-48.0-unix_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.8-h166bdaf_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/aom-3.5.0-h27087fc_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/apr-1.7.0-hd590300_6.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/assimp-5.2.5-hf40c2ba_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-hd4edc92_1.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/attr-2.5.1-h166bdaf_1.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/bcrypt-4.3.0-py39he612d8f_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils-2.43-h4852527_4.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.43-h4bf12b8_4.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.43-h4852527_4.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.5-hc2324a3_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/boost-1.78.0-py39hda80f44_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/boost-cpp-1.78.0-h5adbc97_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb9d3cd8_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb9d3cd8_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/bullet-cpp-3.21-h4661b88_4.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/c-ares-1.34.5-hb9d3cd8_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.9.0-h2b85faf_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.4.26-hbd8a1cb_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.16.0-ha61ee94_1014.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/catkin_pkg-1.0.0-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2025.4.26-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py39h15c3d72_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/cfitsio-4.2.0-hd9d235c_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/cmake-3.26.3-h077f3f9_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/console_bridge-1.0.2-h924138e_1.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.0-py39h74842e3_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/cppzmq-4.10.0-h2e2a08d_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/cryptography-42.0.2-py39he6105cc_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/curl-7.88.1-hdc1c0ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/cxx-compiler-1.9.0-h1a2810e_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/dartsim-6.13.0-hbbc9fda_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.21.2-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/eigen-3.4.0-h00ab1b0_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/eigenpy-3.1.0-py39hd238b67_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/empy-3.3.4-pyh9f0ad1d_1.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/expat-2.7.0-h5888daf_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/fcl-0.7.0-hdb826dc_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/ffmpeg-5.1.2-gpl_h8dda1f0_106.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/fftw-3.3.10-nompi_hf1063bd_110.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/flann-1.9.1-he05ef13_1011.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/fmt-9.1.0-h924138e_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.14.2-h14ed4e7_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.58.1-py39h9399b63_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/freeglut-3.2.2-h9c3ff4c_1.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/freeimage-3.18.0-hca5c823_12.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/freetype-2.12.1-h267a509_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/freexl-1.0.6-h166bdaf_1.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.10-h36c2ea0_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/gazebo-11.12.0-h327f067_9.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc-13.3.0-h9576a4e_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-13.3.0-h1e990d8_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-13.3.0-hc28eda2_10.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gdbm-1.18-h0a1914f_2.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.10-h05c8ddd_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/geos-3.11.1-h27087fc_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/geotiff-1.7.1-h7a142b4_6.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gettext-0.24.1-h5888daf_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gettext-tools-0.24.1-h5888daf_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/glib-2.78.1-hfc55251_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.78.1-hfc55251_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gmock-1.17.0-ha770c72_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gnutls-3.7.9-hb077bed_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gpgme-1.18.0-h27087fc_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.13-h59595ed_1003.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/graphviz-6.0.2-h99bc08f_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gst-plugins-base-1.22.0-h4243ec0_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gstreamer-1.22.0-h25f0c4b_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gstreamer-orc-0.4.41-h17648ed_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gtest-1.17.0-h84d6215_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gtk2-2.24.33-h90689f9_2.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx-13.3.0-h9576a4e_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-13.3.0-hae580e1_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-13.3.0-h6834431_10.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-6.0.0-h8e241bc_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/hdf4-4.2.15-h9772cbc_5.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.12.2-nompi_h4df4325_101.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_2.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/hpp-fcl-2.3.5-py39h40a70d0_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/icu-70.1-h27087fc_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/imath-3.1.6-h6239696_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.5.2-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/jack-1.9.22-h11f4161_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/jasper-2.0.33-h0ff4b12_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/jpeg-9e-h0b41bf4_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/json-c-0.16-hc379101_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/jsoncpp-1.9.5-h4bd325d_1.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-hd590300_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/kealib-1.5.0-ha7026e8_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-3.10.0-he073ed8_18.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/kiwisolver-1.4.7-py39h74842e3_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.20.1-h81ceb04_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/lame-3.100-h166bdaf_1003.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.15-hfd0df8a_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.43-h712a8e2_4.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/lerc-4.0.0-h0aef613_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libabseil-20230125.3-cxx17_h59595ed_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.3-h59595ed_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libapr-1.7.0-hd590300_6.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libapriconv-1.2.2-hd590300_6.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libaprutil-1.6.1-h40f5838_6.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libasprintf-0.24.1-h8e693c7_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libasprintf-devel-0.24.1-h8e693c7_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libassuan-2.5.7-h59595ed_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-31_h59b9bed_openblas.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb9d3cd8_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb9d3cd8_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb9d3cd8_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libcap-2.67-he9d0100_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-31_he106b2a_openblas.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libccd-double-2.1-h59595ed_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-15.0.7-default_h127d8a8_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-15.0.7-default_h5d6823c_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-h36d4200_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libcurl-7.88.1-hdc1c0ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libdb-6.2.32-h9c3ff4c_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.17-h0b41bf4_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.124-hb9d3cd8_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.10-h28343ad_4.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.0-h5888daf_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libflac-1.4.3-h59595ed_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.1.0-h767d61c_2.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-64-13.3.0-hc03c837_102.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.1.0-h69a702a_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcrypt-1.11.1-ha770c72_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcrypt-devel-1.11.1-hb9d3cd8_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcrypt-lib-1.11.1-hb9d3cd8_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcrypt-tools-1.11.1-hb9d3cd8_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h5aea950_4.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-3.6.2-h6c674c2_9.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgettextpo-0.24.1-h5888daf_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgettextpo-devel-0.24.1-h5888daf_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-15.1.0-h69a702a_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-15.1.0-h69a702a_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-15.1.0-hcea5267_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.78.1-hebfc3b9_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libglu-9.0.3-h5888daf_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.1.0-h767d61c_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgpg-error-1.55-h3f2d84a_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.9.1-hd6dc26d_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h4ce23a2_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libidn2-2.3.8-ha4ef2c3_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libignition-cmake2-2.17.2-hac33072_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libignition-common3-3.15.1-hedc608d_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libignition-fuel-tools4-4.6.0-h08d22d4_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/libignition-math6-6.15.1-py39h46f9f43_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libignition-msgs5-5.11.0-haf0fa91_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libignition-tools1-1.5.0-h1caa08d_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libignition-transport8-8.4.0-h87fd66a_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libkml-1.3.0-h01aab08_1016.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-31_h7ac8fdf_openblas.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/liblapacke-3.9.0-31_he2f377e_openblas.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm15-15.0.7-hadd5161_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libltdl-2.4.3a-h5888daf_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.1-hb9d3cd8_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-devel-5.8.1-hb9d3cd8_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libnetcdf-4.9.1-nompi_h34a3ff0_101.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.58.0-h47da74e_0.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/libode-0.16.2-h3d6467e_14.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libogg-1.3.5-hd0c01bc_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.29-pthreads_h94d23a6_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libopencv-4.6.0-py39hb375605_9.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libopus-1.5.2-hd0c01bc_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hd590300_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.43-h2797004_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libpq-15.2-hb675445_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-3.21.12-hfc55251_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libraw-0.21.1-h89bc310_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.54.4-h7abd40a_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/librttopo-1.1.0-ha49c73b_12.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-13.3.0-he8ea267_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsdformat-9.8.0-h5809292_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsndfile-1.2.2-hc60ed4a_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.18-h36c2ea0_1.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/libspatialite-5.0.1-h221c8f1_23.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.46.0-hde9e2c9_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.0-h0841786_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.1.0-h8f9b012_2.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-64-13.3.0-hc03c837_102.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.1.0-h4852527_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsystemd0-253-h8c4010b_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libtar-1.2.20-h7f98852_1004.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/libtasn1-4.20.0-hb9d3cd8_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.5.0-h6adf6a1_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libtool-2.5.4-h5888daf_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libudev1-253-h0b41bf4_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libunistring-0.9.10-h7f98852_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/libusb-1.0.27-h67b669e_0.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/libuv-1.51.0-hb9d3cd8_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libva-2.18.0-h0b41bf4_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libvorbis-1.3.7-h9c3ff4c_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/libvpx-1.11.0-h9c3ff4c_3.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/libwebp-1.2.4-h1daa5a0_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.2.4-h166bdaf_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.13-h7f98852_1004.tar.bz2
- 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/libxkbcommon-1.5.0-h79f4944_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.10.3-hca2bb57_4.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libzip-1.10.1-h2629f0a_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-h4ab18f5_6.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/llvm-openmp-20.1.6-h024ca30_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/log4cxx-0.11.0-h1302424_4.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/lz4-4.3.3-py39hd7df8f7_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.9.4-hcb278e6_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.9.4-py39h16632d1_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/mpg123-1.32.9-hc50e24c_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-common-8.0.33-hf1915f5_6.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-8.0.33-hca2cd23_6.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/netifaces-0.11.0-py39h8cd3c5a_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/nettle-3.9.1-h7ab15ed_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/nose-1.3.7-py_1006.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/nspr-4.36-h5888daf_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/nss-3.100-hca3bf56_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py39h474f0d3_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/octomap-1.9.8-h924138e_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/ogre-1.10.12-h7cc4a1d_10.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/openal-soft-1.22.2-h00ab1b0_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/openexr-3.1.5-h0cdce71_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/openh264-2.3.1-hcb278e6_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.0-hfec8fc6_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.1.8-h7b32b05_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/orocos-kdl-1.5.1-h5888daf_8.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/p11-kit-0.24.1-hc5aa10d_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/packaging-25.0-pyh29332c3_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pango-1.50.14-hd33c08f_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/paramiko-3.5.1-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.40-hc3806b6_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/pillow-9.4.0-py39h2320bf1_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pinocchio-2.6.20-py39h130426d_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.46.0-h29eaf8c_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pkg-config-0.29.2-h4bc722e_1009.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/poco-1.12.4-h08a2579_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/poppler-23.03.0-h091648b_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/postgresql-15.2-h3248436_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/proj-9.1.1-h8ffa02c_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/protobuf-4.21.12-py39h227be39_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/psutil-7.0.0-py39h8cd3c5a_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pugixml-1.11.4-h59595ed_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pulseaudio-16.1-hcb278e6_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pulseaudio-client-16.1-h5195f5e_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pulseaudio-daemon-16.1-ha8d29e2_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/py-opencv-4.6.0-py39hcca971b_9.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pybind11-2.13.6-pyhc790b64_3.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/pybind11-global-2.13.6-pyh217bc35_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pycairo-1.25.0-py39hc92de75_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pycryptodome-3.23.0-py39h67fd85f_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pycryptodomex-3.23.0-py39h8cd3c5a_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pydot-4.0.0-py39hf3d152e_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pynacl-1.5.0-py39hd1e30aa_3.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pyopengl-3.1.9-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.3-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pyqt-5.15.9-py39h52134e7_5.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pyqt-builder-1.15.4-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pyqt5-sip-12.12.2-py39h3d6467e_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pyqtwebengine-5.15.9-py39h071a739_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.9.18-h0755675_0_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/noarch/python-gnupg-0.5.0-pyhd8ed1ab_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/python-orocos-kdl-1.5.1-py39hf88036b_8.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/python_abi-3.9-7_cp39.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.2-py39h9399b63_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/qt-main-5.15.8-h5d23da1_6.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/qt-webengine-5.15.8-h77d6d84_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/qwt-6.2.0-h1a478b3_6.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8c095d6_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/rhash-1.4.3-hd590300_2.conda
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-distro-mutex-0.4.0-noetic.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-actionlib-1.14.0-py39h873cbd0_16.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-actionlib-msgs-1.13.1-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-actionlib-tutorials-0.2.0-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-angles-1.9.13-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-bond-1.8.6-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-bond-core-1.8.6-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-bondcpp-1.8.6-py39hdfadedc_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-bondpy-1.8.6-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-boost-sml-0.1.2-py39hd1c2957_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-catkin-0.8.10-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-class-loader-0.5.0-py39hd72fd0a_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-cmake-modules-0.5.0-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-combined-robot-hw-0.19.6-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-common-msgs-1.13.1-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-common-tutorials-0.2.0-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-control-msgs-1.5.2-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-control-toolbox-1.19.0-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-controller-interface-0.19.6-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-controller-manager-0.19.6-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-controller-manager-msgs-0.19.6-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-cpp-common-0.7.2-py39hc1d770b_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-cv-bridge-1.16.2-py39h24ef43d_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-desktop-1.5.0-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-diagnostic-aggregator-1.11.0-py39hadd303b_16.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-diagnostic-analysis-1.11.0-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-diagnostic-common-diagnostics-1.11.0-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-diagnostic-msgs-1.13.1-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-diagnostic-updater-1.11.0-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-diagnostics-1.11.0-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-dynamic-reconfigure-1.7.3-py39h873cbd0_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-eigen-conversions-1.13.2-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-executive-smach-2.5.0-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-filters-1.9.2-py39h873cbd0_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-franka-control-0.10.1-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-franka-description-0.10.1-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-franka-example-controllers-0.10.1-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-franka-gazebo-0.10.1-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-franka-gripper-0.10.1-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-franka-hw-0.10.1-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-franka-msgs-0.10.1-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-franka-ros-0.10.1-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-franka-visualization-0.10.1-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-gazebo-dev-2.9.2-py39h6e73cb5_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-gazebo-msgs-2.9.2-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-gazebo-ros-2.9.2-py39h66bfe64_16.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-gazebo-ros-control-2.9.2-py39h67aadc1_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-gencpp-0.7.0-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-geneus-3.0.0-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-genlisp-0.4.18-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-genmsg-0.6.0-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-gennodejs-2.0.2-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-genpy-0.6.15-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-geometry-1.13.2-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-geometry-msgs-1.13.1-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-geometry-tutorials-0.2.3-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-gl-dependency-1.1.2-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-hardware-interface-0.19.6-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-image-transport-1.12.0-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-interactive-marker-tutorials-0.11.0-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-interactive-markers-1.12.0-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-joint-limits-interface-0.19.6-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-joint-state-publisher-1.15.1-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-joint-state-publisher-gui-1.15.1-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-joint-trajectory-controller-0.21.0-py39hd1c2957_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-kdl-conversions-1.13.2-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-kdl-parser-1.14.2-py39h6a0d14d_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-laser-geometry-1.6.7-py39hd1c2957_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-libfranka-0.9.2-py39h52a9b04_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-librviz-tutorial-0.11.0-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-map-msgs-1.14.1-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-media-export-0.3.0-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-message-filters-1.15.15-py39h873cbd0_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-message-generation-0.4.1-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-message-runtime-0.4.13-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-mk-1.15.8-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-nav-msgs-1.13.1-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-nodelet-1.10.2-py39h4420ab6_16.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-nodelet-core-1.10.2-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-nodelet-topic-tools-1.10.2-py39hd1c2957_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-nodelet-tutorial-math-0.2.0-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-pluginlib-1.13.0-py39h7534eef_16.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-pluginlib-tutorials-0.2.0-py39ha182ace_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-python-qt-binding-0.4.4-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-qt-dotgraph-0.4.2-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-qt-gui-0.4.2-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-qt-gui-cpp-0.4.2-py39ha182ace_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-qt-gui-py-common-0.4.2-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-qwt-dependency-1.1.1-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-realtime-tools-1.16.1-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-resource-retriever-1.12.7-py39he143d7c_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-robot-1.5.0-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-robot-state-publisher-1.15.2-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-ros-1.15.8-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-ros-base-1.5.0-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-ros-comm-1.15.15-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-ros-core-1.5.0-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-ros-environment-1.3.2-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-ros-tutorials-0.10.2-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rosbag-1.16.0-py39h873cbd0_16.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rosbag-migration-rule-1.0.1-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rosbag-storage-1.16.0-py39hbd60425_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rosbash-1.15.8-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rosboost-cfg-1.15.8-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rosbuild-1.15.8-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rosclean-1.15.8-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rosconsole-1.14.3-py39hc7694d4_16.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rosconsole-bridge-0.5.4-py39ha661dd0_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-roscpp-1.15.15-py39h873cbd0_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-roscpp-core-0.7.2-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-roscpp-serialization-0.7.2-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-roscpp-traits-0.7.2-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-roscpp-tutorials-0.10.2-py39h873cbd0_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-roscreate-1.15.8-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rosgraph-1.15.15-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rosgraph-msgs-1.11.3-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-roslang-1.15.8-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-roslaunch-1.16.0-py39hac30774_16.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-roslib-1.15.8-py39h873cbd0_16.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-roslint-0.12.0-py39hadd303b_16.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-roslisp-1.9.24-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-roslz4-1.15.15-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rosmake-1.15.8-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rosmaster-1.15.15-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rosmsg-1.15.15-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rosnode-1.15.15-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rosout-1.15.15-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rospack-2.6.2-py39h7534eef_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rosparam-1.15.15-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rospy-1.15.15-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rospy-tutorials-0.10.2-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rosservice-1.15.15-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rostest-1.15.15-py39h873cbd0_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rostime-0.7.2-py39h873cbd0_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rostopic-1.15.15-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rosunit-1.15.8-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-roswtf-1.16.0-py39hadd303b_16.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rqt-action-0.4.9-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rqt-bag-0.5.1-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rqt-bag-plugins-0.5.1-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rqt-common-plugins-0.4.9-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rqt-console-0.4.11-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rqt-dep-0.4.12-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rqt-graph-0.4.14-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rqt-gui-0.5.3-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rqt-gui-cpp-0.5.3-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rqt-gui-py-0.5.3-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rqt-image-view-0.4.16-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rqt-launch-0.4.9-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rqt-logger-level-0.4.11-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rqt-moveit-0.5.10-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rqt-msg-0.4.10-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rqt-nav-view-0.5.7-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rqt-plot-0.4.13-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rqt-pose-view-0.5.11-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rqt-publisher-0.4.10-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rqt-py-common-0.5.3-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rqt-py-console-0.4.10-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rqt-reconfigure-0.5.5-py39hac30774_16.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rqt-robot-dashboard-0.5.8-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rqt-robot-monitor-0.5.14-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rqt-robot-plugins-0.5.8-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rqt-robot-steering-0.5.12-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rqt-runtime-monitor-0.5.9-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rqt-rviz-0.7.0-py39hd1c2957_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rqt-service-caller-0.4.10-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rqt-shell-0.4.11-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rqt-srv-0.4.9-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rqt-tf-tree-0.6.3-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rqt-top-0.4.10-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rqt-topic-0.4.13-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rqt-web-0.4.10-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rviz-1.14.19-py39hc38ce71_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rviz-plugin-tutorials-0.11.0-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-rviz-python-tutorial-0.11.0-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-self-test-1.11.0-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-sensor-msgs-1.13.1-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-shape-msgs-1.13.1-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-smach-2.5.0-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-smach-msgs-2.5.0-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-smach-ros-2.5.0-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-smclib-1.8.6-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-std-msgs-0.5.13-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-std-srvs-1.11.3-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-stereo-msgs-1.13.1-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-tf-1.13.2-py39h80695a1_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-tf-conversions-1.13.2-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-tf2-0.7.6-py39ha661dd0_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-tf2-geometry-msgs-0.7.6-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-tf2-kdl-0.7.6-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-tf2-msgs-0.7.6-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-tf2-py-0.7.6-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-tf2-ros-0.7.6-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-topic-tools-1.15.15-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-trajectory-msgs-1.13.1-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-transmission-interface-0.19.6-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-turtle-actionlib-0.2.0-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-turtle-tf-0.2.3-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-turtle-tf2-0.2.3-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-turtlesim-0.10.2-py39h873cbd0_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-urdf-1.13.2-py39h1a81985_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-urdf-parser-plugin-1.13.2-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-urdf-tutorial-0.5.0-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-visualization-marker-tutorials-0.11.0-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-visualization-msgs-1.13.1-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-visualization-tutorials-0.11.0-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-viz-1.5.0-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-webkit-dependency-1.1.2-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-xacro-1.14.14-py39hac30774_15.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-noetic-xmlrpcpp-1.15.15-py39h873cbd0_15.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/rosdep-0.25.1-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/rosdistro-1.0.1-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/rospkg-1.6.0-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/ruby-3.2.2-hff50039_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/sbcl-2.4.8-h380526a_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/sdl2-2.26.5-h949db6a_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-80.9.0-pyhff2d567_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/simbody-3.7-h64f3f5a_3.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/sip-6.7.12-py39h3d6467e_0.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/snappy-1.2.1-h8bd8927_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/spdlog-1.11.0-h9b3ece8_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.46.0-h6d4b2fc_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/svt-av1-1.4.1-hcb278e6_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/swig-4.1.1-he155508_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.17-h0157908_18.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.9.0-hf52228f_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/tbb-devel-2021.9.0-hf52228f_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/tiledb-2.13.2-hd532e3d_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/tinyxml-2.6.2-h4bd325d_2.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/tinyxml2-9.0.0-h9c3ff4c_2.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/toml-0.10.2-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/tzcode-2025b-hb9d3cd8_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025b-h78e105d_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-16.0.0-py39h8cd3c5a_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/unixodbc-2.3.12-h661eb56_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/urdfdom-3.1.1-h8a9b4ce_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/urdfdom_headers-1.1.2-h84d6215_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/uriparser-0.9.8-hac33072_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/x264-1!164.3095-h166bdaf_2.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.0-h166bdaf_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-h166bdaf_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.0-h166bdaf_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.9-h166bdaf_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.1-h166bdaf_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/xerces-c-3.2.4-h55805fa_1.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.38-h0b41bf4_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-fixesproto-5.0-hb9d3cd8_1003.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-inputproto-2.3.2-hb9d3cd8_1003.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-kbproto-1.0.7-hb9d3cd8_1003.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.0.10-h7f98852_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.3-hd9c2040_1000.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.4-h0b41bf4_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb9d3cd8_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxaw-1.0.14-h7f98852_1.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb9d3cd8_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.4-h0b41bf4_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-5.0.3-h7f98852_1004.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.7.10-h7f98852_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxmu-1.1.3-h7f98852_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxpm-3.5.16-hd590300_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.10-h7f98852_1003.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxt-1.3.0-hd590300_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-renderproto-0.11.1-hb9d3cd8_1003.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-xextproto-7.3.0-hb9d3cd8_1004.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-xproto-7.0.31-hb9d3cd8_1008.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xz-5.8.1-hbcc6ac9_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xz-gpl-tools-5.8.1-hbcc6ac9_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xz-tools-5.8.1-hb9d3cd8_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h7f98852_2.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/yaml-cpp-0.7.0-h59595ed_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h59595ed_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.22.0-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.2.13-h4ab18f5_6.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.6-ha6fb4c9_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/zziplib-0.13.69-h27826a3_1.tar.bz2
- pypi: https://files.pythonhosted.org/packages/90/ee/30050750aaebf1f5ea285df83e9463432b8e1798f0a27c1e2ffb1e1a2a91/catkin_tools-0.9.5-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/e6/39/b5ff4cc46f5e87016eb3df981132adf26bdb30327dee6e5b752307e7add8/osrf_pycommon-2.0.2-py3-none-any.whl
packages:
- conda: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-3_kmp_llvm.conda
build_number: 3
sha256: cec7343e76c9da6a42c7e7cba53391daa6b46155054ef61a5ef522ea27c5a058
md5: ee5c2118262e30b972bc0b4db8ef0ba5
depends:
- llvm-openmp >=9.0.1
license: BSD-3-Clause
license_family: BSD
purls: []
size: 7649
timestamp: 1741390353130
- conda: https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-48.0-unix_0.conda
sha256: 63e532087119112c81d81c067e00d1fd49ff1b842ffea4469b78b505be63c042
md5: 11539f9e49efaa281da735ded100b152
depends:
- __unix
- hicolor-icon-theme
- librsvg
license: LGPL-3.0-or-later OR CC-BY-SA-3.0
license_family: LGPL
purls: []
size: 610380
timestamp: 1741999835753
- conda: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.8-h166bdaf_0.tar.bz2
sha256: 2c0a618d0fa695e4e01a30e7ff31094be540c52e9085cbd724edb132c65cf9cd
md5: be733e69048951df1e4b4b7bb8c7666f
depends:
- libgcc-ng >=12
license: LGPL-2.1-or-later
license_family: GPL
purls: []
size: 592320
timestamp: 1666699031168
- conda: https://conda.anaconda.org/conda-forge/linux-64/aom-3.5.0-h27087fc_0.tar.bz2
sha256: ed05f72ffa891e3c6a507eac6f0221c85c1f0611491328cd098308060740891c
md5: a08150fd2298460cd1fcccf626305642
depends:
- libgcc-ng >=12
- libstdcxx-ng >=12
license: BSD-2-Clause
license_family: BSD
purls: []
size: 2859124
timestamp: 1663808526544
- conda: https://conda.anaconda.org/conda-forge/linux-64/apr-1.7.0-hd590300_6.conda
sha256: 34a0109e686e3612f4c772c7763da489b8bd04a7c35e3c63f8c54885b9b3736b
md5: e5908e60e4e1b14dfe736c2b5721c4ae
depends:
- libapr
- libapriconv
- libaprutil
- libgcc-ng >=12
license: Apache-2.0
license_family: Apache
purls: []
size: 49091
timestamp: 1707929379001
- conda: https://conda.anaconda.org/conda-forge/linux-64/assimp-5.2.5-hf40c2ba_0.tar.bz2
sha256: b0a49368483372755d185b79c30c9f98420cac8e0d36230d491a4c37f48070e1
md5: 25bc106d9839e42ddd96ab3d056691c0
depends:
- boost-cpp >=1.78.0,<1.78.1.0a0
- libgcc-ng >=12
- libstdcxx-ng >=12
- libzlib >=1.2.12,<2.0.0a0
- zlib >=1.2.12,<1.3.0a0
license: Modified BSD
license_family: BSD
purls: []
size: 3951264
timestamp: 1663091756935
- conda: https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-hd4edc92_1.tar.bz2
sha256: 2f9314de13c1f0b54510a2afa0cdc02c0e3f828fccfc4277734f9590b11a65f1
md5: 6c72ec3e660a51736913ef6ea68c454b
depends:
- libgcc-ng >=12
- libglib >=2.74.1,<3.0a0
- libstdcxx-ng >=12
constrains:
- atk-1.0 2.38.0
license: LGPL-2.0-or-later
license_family: LGPL
purls: []
size: 551928
timestamp: 1667420962627
- conda: https://conda.anaconda.org/conda-forge/linux-64/attr-2.5.1-h166bdaf_1.tar.bz2
sha256: 82c13b1772c21fc4a17441734de471d3aabf82b61db9b11f4a1bd04a9c4ac324
md5: d9c69a24ad678ffce24c6543a0176b00
depends:
- libgcc-ng >=12
license: GPL-2.0-or-later
license_family: GPL
purls: []
size: 71042
timestamp: 1660065501192
- conda: https://conda.anaconda.org/conda-forge/linux-64/bcrypt-4.3.0-py39he612d8f_0.conda
sha256: d22456d66c01bb98c40a72cc4c377052c3a95076dd6fb4bc196fde93fcd2f369
md5: 7562c39e30a4355009924865fe917717
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=13
- python >=3.9,<3.10.0a0
- python_abi 3.9.* *_cp39
constrains:
- __glibc >=2.17
license: Apache-2.0
license_family: Apache
purls:
- pkg:pypi/bcrypt?source=hash-mapping
size: 263367
timestamp: 1740762621597
- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils-2.43-h4852527_4.conda
sha256: 99a94eead18e7704225ac43682cce3f316fd33bc483749c093eaadef1d31de75
md5: 29782348a527eda3ecfc673109d28e93
depends:
- binutils_impl_linux-64 >=2.43,<2.44.0a0
license: GPL-3.0-only
license_family: GPL
purls: []
size: 34646
timestamp: 1740155498138
- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.43-h4bf12b8_4.conda
sha256: 194d771be287dc973f6057c0747010ce28adf960f38d6e03ce3e828d7b74833e
md5: ef67db625ad0d2dce398837102f875ed
depends:
- ld_impl_linux-64 2.43 h712a8e2_4
- sysroot_linux-64
license: GPL-3.0-only
license_family: GPL
purls: []
size: 6111717
timestamp: 1740155471052
- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.43-h4852527_4.conda
sha256: fe662a038dc14334617940f42ede9ba26d4160771255057cb14fb1a81ee12ac1
md5: c87e146f5b685672d4aa6b527c6d3b5e
depends:
- binutils_impl_linux-64 2.43 h4bf12b8_4
license: GPL-3.0-only
license_family: GPL
purls: []
size: 35657
timestamp: 1740155500723
- conda: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.5-hc2324a3_1.conda
sha256: fde5e8ad75d2a5f154e29da7763a5dd9ee5b5b5c3fc22a1f5170296c8f6f3f62
md5: 11d76bee958b1989bd1ac6ee7372ea6d
depends:
- libgcc-ng >=12
- libstdcxx-ng >=12
- libzlib >=1.2.13,<2.0.0a0
- lz4-c >=1.9.3,<1.10.0a0
- snappy >=1.2.0,<1.3.0a0
- zstd >=1.5.5,<1.6.0a0
license: BSD-3-Clause
license_family: BSD
purls: []
size: 48693
timestamp: 1712681892833
- conda: https://conda.anaconda.org/conda-forge/linux-64/boost-1.78.0-py39hda80f44_5.conda
sha256: 285e8c59741a501b3bc7df3aaf54e6cb0c9cfc35876f05ebbbe33c6e0d218ab9
md5: 72ec11cd4817767fb2939415cfb1531b
depends:
- boost-cpp 1.78.0.*
- libgcc-ng >=12
- libstdcxx-ng >=12
- numpy >=1.22.4,<2.0a0
- python >=3.9,<3.10.0a0
- python_abi 3.9.* *_cp39
license: BSL-1.0
purls: []
size: 320108
timestamp: 1695792854741
- conda: https://conda.anaconda.org/conda-forge/linux-64/boost-cpp-1.78.0-h5adbc97_2.conda
sha256: 7f88fff764eee5c95afa8d71864caa1a9fe862940699bceee1ec1f8e1e023174
md5: 09be6b4c66c7881e2b24214c6f6841c9
depends:
- bzip2 >=1.0.8,<2.0a0
- icu >=70.1,<71.0a0
- libgcc-ng >=12
- libstdcxx-ng >=12
- libzlib >=1.2.13,<2.0.0a0
- xz >=5.2.6,<6.0a0
- zstd >=1.5.2,<1.6.0a0
constrains:
- libboost <0
license: BSL-1.0
purls: []
size: 15907170
timestamp: 1680712174404
- conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb9d3cd8_2.conda
sha256: fcb0b5b28ba7492093e54f3184435144e074dfceab27ac8e6a9457e736565b0b
md5: 98514fe74548d768907ce7a13f680e8f
depends:
- __glibc >=2.17,<3.0.a0
- brotli-bin 1.1.0 hb9d3cd8_2
- libbrotlidec 1.1.0 hb9d3cd8_2
- libbrotlienc 1.1.0 hb9d3cd8_2
- libgcc >=13
license: MIT
license_family: MIT
purls: []
size: 19264
timestamp: 1725267697072
- conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb9d3cd8_2.conda
sha256: 261364d7445513b9a4debc345650fad13c627029bfc800655a266bf1e375bc65
md5: c63b5e52939e795ba8d26e35d767a843
depends:
- __glibc >=2.17,<3.0.a0
- libbrotlidec 1.1.0 hb9d3cd8_2
- libbrotlienc 1.1.0 hb9d3cd8_2
- libgcc >=13
license: MIT
license_family: MIT
purls: []
size: 18881
timestamp: 1725267688731
- conda: https://conda.anaconda.org/conda-forge/linux-64/bullet-cpp-3.21-h4661b88_4.tar.bz2
sha256: 10761f643b2a1e81c4f290c86ccc85d4a227b90eb872022f7937939f1b1504ea
md5: ea6de9601ce625c4a0bd60791ac8d3c6
depends:
- libgcc-ng >=12
- libstdcxx-ng >=12
- numpy >=1.20.3,<2.0a0
- python_abi 3.9.* *_cp39
- xorg-libx11
- xorg-libxext
license: Zlib
purls: []
size: 46004672
timestamp: 1666973335113
- conda: 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
purls: []
size: 252783
timestamp: 1720974456583
- conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.5-hb9d3cd8_0.conda
sha256: f8003bef369f57396593ccd03d08a8e21966157269426f71e943f96e4b579aeb
md5: f7f0d6cc2dc986d42ac2689ec88192be
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=13
license: MIT
license_family: MIT
purls: []
size: 206884
timestamp: 1744127994291
- conda: https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.9.0-h2b85faf_0.conda
sha256: 1e4b86b0f3d4ce9f3787b8f62e9f2c5683287f19593131640eed01cbdad38168
md5: 3cb814f83f1f71ac1985013697f80cc1
depends:
- binutils
- gcc
- gcc_linux-64 13.*
license: BSD-3-Clause
license_family: BSD
purls: []
size: 6196
timestamp: 1736437002021
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.4.26-hbd8a1cb_0.conda
sha256: 2a70ed95ace8a3f8a29e6cd1476a943df294a7111dfb3e152e3478c4c889b7ac
md5: 95db94f75ba080a22eb623590993167b
depends:
- __unix
license: ISC
purls: []
size: 152283
timestamp: 1745653616541
- conda: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.16.0-ha61ee94_1014.tar.bz2
sha256: f062cf56e6e50d3ad4b425ebb3765ca9138c6ebc52e6a42d1377de8bc8d954f6
md5: d1a88f3ed5b52e1024b80d4bcd26a7a0
depends:
- fontconfig >=2.13.96,<3.0a0
- fonts-conda-ecosystem
- freetype >=2.12.1,<3.0a0
- icu >=70.1,<71.0a0
- libgcc-ng >=12
- libglib >=2.72.1,<3.0a0
- libpng >=1.6.38,<1.7.0a0
- libxcb >=1.13,<1.14.0a0
- libzlib >=1.2.12,<2.0.0a0
- pixman >=0.40.0,<1.0a0
- xorg-libice
- xorg-libsm
- xorg-libx11
- xorg-libxext
- xorg-libxrender
- zlib >=1.2.12,<1.3.0a0
license: LGPL-2.1-only or MPL-1.1
purls: []
size: 1576122
timestamp: 1663568213559
- pypi: https://files.pythonhosted.org/packages/90/ee/30050750aaebf1f5ea285df83e9463432b8e1798f0a27c1e2ffb1e1a2a91/catkin_tools-0.9.5-py3-none-any.whl
name: catkin-tools
version: 0.9.5
sha256: 1ca884d3b0aa22ff321d9ed25015420300f5e12f658eec30dae539fc7dd585f2
requires_dist:
- pyyaml
- catkin-pkg>=0.3.0
- osrf-pycommon>0.1.1
- setuptools
requires_python: '>=3.5'
- conda: https://conda.anaconda.org/conda-forge/noarch/catkin_pkg-1.0.0-pyhd8ed1ab_1.conda
sha256: f210ad987595a6ea0bf37ff600a820627e9f7a5eba2e6b2db02f714e925e8624
md5: 016600de0d8b1a8c5ccc99845f51f9da
depends:
- docutils
- pyparsing >=1.5.7
- python >=3.9
- python-dateutil
- setuptools
license: BSD-3-Clause
license_family: BSD
purls:
- pkg:pypi/catkin-pkg?source=hash-mapping
size: 53393
timestamp: 1734127327150
- conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2025.4.26-pyhd8ed1ab_0.conda
sha256: 52aa837642fd851b3f7ad3b1f66afc5366d133c1d452323f786b0378a391915c
md5: c33eeaaa33f45031be34cda513df39b6
depends:
- python >=3.9
license: ISC
purls:
- pkg:pypi/certifi?source=hash-mapping
size: 157200
timestamp: 1746569627830
- conda: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py39h15c3d72_0.conda
sha256: f24486fdb31df2a7b04555093fdcbb3a314a1f29a4906b72ac9010906eb57ff8
md5: 7e61b8777f42e00b08ff059f9e8ebc44
depends:
- __glibc >=2.17,<3.0.a0
- libffi >=3.4,<4.0a0
- libgcc >=13
- pycparser
- python >=3.9,<3.10.0a0
- python_abi 3.9.* *_cp39
license: MIT
license_family: MIT
purls:
- pkg:pypi/cffi?source=hash-mapping
size: 241610
timestamp: 1725571230934
- conda: https://conda.anaconda.org/conda-forge/linux-64/cfitsio-4.2.0-hd9d235c_0.conda
sha256: 6409d15f09ae1a1673c971c8f45fc87272d1af569d027efbe16b689a1a8afd0d
md5: 8c57a9adbafd87f5eff842abde599cb4
depends:
- bzip2 >=1.0.8,<2.0a0
- libcurl >=7.86.0,<9.0a0
- libgcc-ng >=12
- libgfortran-ng
- libgfortran5 >=10.4.0
- libzlib >=1.2.13,<2.0.0a0
license: LicenseRef-fitsio
purls: []
size: 848033
timestamp: 1668756935625
- conda: https://conda.anaconda.org/conda-forge/linux-64/cmake-3.26.3-h077f3f9_0.conda
sha256: 3bb9d7c35d5297d85516769eb0517c83f7fc2ed7ab944a8c028871bb375bed51
md5: 6edec767268ad8451d27bb65f38c7ea4
depends:
- bzip2 >=1.0.8,<2.0a0
- expat
- libcurl >=7.88.1,<9.0a0
- libexpat >=2.5.0,<3.0a0
- libgcc-ng >=12
- libstdcxx-ng >=12
- libuv
- libzlib >=1.2.13,<2.0.0a0
- ncurses >=6.3,<7.0a0
- rhash <=1.4.3
- xz >=5.2.6,<6.0a0
- zlib
- zstd >=1.5.2,<1.6.0a0
license: BSD-3-Clause
license_family: BSD
purls: []
size: 16285339
timestamp: 1680747838589
- conda: https://conda.anaconda.org/conda-forge/linux-64/console_bridge-1.0.2-h924138e_1.tar.bz2
sha256: 29caeda123ea705e68de46dc3b86065ec78f5b44d7ae69b320cc57e136d2d9d7
md5: e891b2b856a57d2b2ddb9ed366e3f2ce
depends:
- libgcc-ng >=10.3.0
- libstdcxx-ng >=10.3.0
license: BSD-3-Clause
license_family: BSD
purls: []
size: 18460
timestamp: 1648912649612
- conda: https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.0-py39h74842e3_2.conda
sha256: 52207e19ea006c87c3a416a234a34bfee2920f363b91819e89ff5345678d532d
md5: 5645190ef7f6d3aebee71e298dc9677b
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=13
- libstdcxx >=13
- numpy >=1.23
- python >=3.9,<3.10.0a0
- python_abi 3.9.* *_cp39
license: BSD-3-Clause
license_family: BSD
purls:
- pkg:pypi/contourpy?source=hash-mapping
size: 261801