passagemath-gap 10.8.1a3__tar.gz → 10.8.1rc0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/MANIFEST.in +1 -1
- {passagemath_gap-10.8.1a3/passagemath_gap.egg-info → passagemath_gap-10.8.1rc0}/PKG-INFO +8 -8
- passagemath_gap-10.8.1rc0/VERSION.txt +1 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0/passagemath_gap.egg-info}/PKG-INFO +8 -8
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/passagemath_gap.egg-info/SOURCES.txt +1 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/passagemath_gap.egg-info/requires.txt +7 -7
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/pyproject.toml +12 -12
- passagemath_gap-10.8.1rc0/sage/rings/lazy_species.py +2158 -0
- passagemath_gap-10.8.1a3/VERSION.txt +0 -1
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/README.rst +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/passagemath_gap/__init__.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/passagemath_gap.egg-info/dependency_links.txt +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/passagemath_gap.egg-info/top_level.txt +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/repair_wheel.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/all__sagemath_gap.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/coding/all__sagemath_gap.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/coding/codecan/all.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/coding/codecan/all__sagemath_gap.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/coding/codecan/autgroup_can_label.pyx +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/coding/codecan/codecan.pxd +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/coding/codecan/codecan.pyx +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/coding/codecan/meson.build +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/combinat/all__sagemath_gap.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/combinat/enumeration_mod_permgroup.pxd +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/combinat/enumeration_mod_permgroup.pyx +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/combinat/root_system/all__sagemath_gap.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/combinat/root_system/reflection_group_c.pyx +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/combinat/root_system/reflection_group_complex.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/combinat/root_system/reflection_group_element.pxd +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/combinat/root_system/reflection_group_element.pyx +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/combinat/root_system/reflection_group_real.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/combinat/root_system/weyl_group.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/ext_data/all__sagemath_gap.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/ext_data/gap/console.g +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/ext_data/gap/joyner/hurwitz_crv_rr_sp.gap +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/ext_data/gap/joyner/modular_crv_rr_sp.gap +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/ext_data/gap/sage.g +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/geometry/all__sagemath_gap.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/geometry/ribbon_graph.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/graphs/spanning_tree.pyx +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/abelian_gps/abelian_aut.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/abelian_gps/abelian_group_gap.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/abelian_gps/abelian_group_morphism.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/abelian_gps/all__sagemath_gap.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/all__sagemath_gap.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/class_function.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/conjugacy_classes.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/galois_group_perm.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/libgap_group.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/libgap_mixin.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/libgap_morphism.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/libgap_wrapper.pxd +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/libgap_wrapper.pyx +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/matrix_gps/all__sagemath_gap.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/matrix_gps/binary_dihedral.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/matrix_gps/finitely_generated_gap.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/matrix_gps/group_element_gap.pxd +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/matrix_gps/group_element_gap.pyx +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/matrix_gps/heisenberg.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/matrix_gps/isometries.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/matrix_gps/linear_gap.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/matrix_gps/matrix_group_gap.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/matrix_gps/named_group_gap.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/matrix_gps/orthogonal_gap.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/matrix_gps/symplectic_gap.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/matrix_gps/unitary_gap.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/perm_gps/all.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/perm_gps/constructor.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/perm_gps/cubegroup.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/perm_gps/meson.build +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/perm_gps/partn_ref/all__sagemath_gap.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/perm_gps/partn_ref2/all.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/perm_gps/partn_ref2/meson.build +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/perm_gps/partn_ref2/refinement_generic.h +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/perm_gps/partn_ref2/refinement_generic.pxd +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/perm_gps/partn_ref2/refinement_generic.pyx +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/perm_gps/permgroup.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/perm_gps/permgroup_element.pxd +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/perm_gps/permgroup_element.pyx +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/perm_gps/permgroup_morphism.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/perm_gps/permgroup_named.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/perm_gps/permutation_groups_catalog.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/perm_gps/symgp_conjugacy_class.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/semimonomial_transformations/all.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/groups/semimonomial_transformations/semimonomial_transformation.pxd +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/interfaces/all__sagemath_gap.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/interfaces/gap.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/interfaces/gap3.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/interfaces/gap_workspace.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/libs/all__sagemath_gap.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/libs/gap/all.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/libs/gap/all_documented_functions.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/libs/gap/assigned_names.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/libs/gap/context_managers.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/libs/gap/element.pxd +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/libs/gap/element.pyx +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/libs/gap/gap_functions.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/libs/gap/gap_globals.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/libs/gap/gap_includes.pxd +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/libs/gap/gap_test.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/libs/gap/libgap.pyx +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/libs/gap/meson.build +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/libs/gap/operations.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/libs/gap/sage.gaprc +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/libs/gap/saved_workspace.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/libs/gap/test.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/libs/gap/test_long.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/libs/gap/util.pxd +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/libs/gap/util.pyx +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/matrix/all__sagemath_gap.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/matrix/matrix_gap.pxd +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/matrix/matrix_gap.pyx +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/rings/all__sagemath_gap.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/rings/species.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/sage/rings/universal_cyclotomic_field.py +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/setup.cfg +0 -0
- {passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/setup.py +0 -0
|
@@ -30,7 +30,7 @@ recursive-include sage/groups/semimonomial_transformations *.pxd # FIXME
|
|
|
30
30
|
include sage/interfaces/gap*.p*
|
|
31
31
|
graft sage/libs/gap
|
|
32
32
|
include sage/matrix/matrix_gap.p*
|
|
33
|
-
include sage/rings
|
|
33
|
+
include sage/rings/*species.p*
|
|
34
34
|
include sage/rings/universal_cyclotomic_field.p*
|
|
35
35
|
|
|
36
36
|
include sage/geometry/ribbon_graph.p*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-gap
|
|
3
|
-
Version: 10.8.
|
|
3
|
+
Version: 10.8.1rc0
|
|
4
4
|
Summary: passagemath: Computational Group Theory with GAP
|
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
|
@@ -33,13 +33,13 @@ Requires-Dist: cysignals!=1.12.0,>=1.11.2
|
|
|
33
33
|
Requires-Dist: dot2tex>=2.11.3
|
|
34
34
|
Requires-Dist: memory_allocator<0.2
|
|
35
35
|
Requires-Dist: pexpect>=4.8.0
|
|
36
|
-
Requires-Dist: passagemath-conf==10.8.
|
|
37
|
-
Requires-Dist: passagemath-environment==10.8.
|
|
38
|
-
Requires-Dist: passagemath-categories==10.8.
|
|
39
|
-
Requires-Dist: passagemath-gap-pkg-factint-data==10.8.
|
|
40
|
-
Requires-Dist: passagemath-gap-pkg-primgrp-data==10.8.
|
|
41
|
-
Requires-Dist: passagemath-gap-pkg-smallgrp-data==10.8.
|
|
42
|
-
Requires-Dist: passagemath-repl==10.8.
|
|
36
|
+
Requires-Dist: passagemath-conf==10.8.1rc0; sys_platform != "win32"
|
|
37
|
+
Requires-Dist: passagemath-environment==10.8.1rc0
|
|
38
|
+
Requires-Dist: passagemath-categories==10.8.1rc0
|
|
39
|
+
Requires-Dist: passagemath-gap-pkg-factint-data==10.8.1rc0
|
|
40
|
+
Requires-Dist: passagemath-gap-pkg-primgrp-data==10.8.1rc0
|
|
41
|
+
Requires-Dist: passagemath-gap-pkg-smallgrp-data==10.8.1rc0
|
|
42
|
+
Requires-Dist: passagemath-repl==10.8.1rc0
|
|
43
43
|
Provides-Extra: test
|
|
44
44
|
Provides-Extra: 4ti2interface
|
|
45
45
|
Requires-Dist: passagemath-latte-4ti2; extra == "4ti2interface"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
10.8.1.rc0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-gap
|
|
3
|
-
Version: 10.8.
|
|
3
|
+
Version: 10.8.1rc0
|
|
4
4
|
Summary: passagemath: Computational Group Theory with GAP
|
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
|
@@ -33,13 +33,13 @@ Requires-Dist: cysignals!=1.12.0,>=1.11.2
|
|
|
33
33
|
Requires-Dist: dot2tex>=2.11.3
|
|
34
34
|
Requires-Dist: memory_allocator<0.2
|
|
35
35
|
Requires-Dist: pexpect>=4.8.0
|
|
36
|
-
Requires-Dist: passagemath-conf==10.8.
|
|
37
|
-
Requires-Dist: passagemath-environment==10.8.
|
|
38
|
-
Requires-Dist: passagemath-categories==10.8.
|
|
39
|
-
Requires-Dist: passagemath-gap-pkg-factint-data==10.8.
|
|
40
|
-
Requires-Dist: passagemath-gap-pkg-primgrp-data==10.8.
|
|
41
|
-
Requires-Dist: passagemath-gap-pkg-smallgrp-data==10.8.
|
|
42
|
-
Requires-Dist: passagemath-repl==10.8.
|
|
36
|
+
Requires-Dist: passagemath-conf==10.8.1rc0; sys_platform != "win32"
|
|
37
|
+
Requires-Dist: passagemath-environment==10.8.1rc0
|
|
38
|
+
Requires-Dist: passagemath-categories==10.8.1rc0
|
|
39
|
+
Requires-Dist: passagemath-gap-pkg-factint-data==10.8.1rc0
|
|
40
|
+
Requires-Dist: passagemath-gap-pkg-primgrp-data==10.8.1rc0
|
|
41
|
+
Requires-Dist: passagemath-gap-pkg-smallgrp-data==10.8.1rc0
|
|
42
|
+
Requires-Dist: passagemath-repl==10.8.1rc0
|
|
43
43
|
Provides-Extra: test
|
|
44
44
|
Provides-Extra: 4ti2interface
|
|
45
45
|
Requires-Dist: passagemath-latte-4ti2; extra == "4ti2interface"
|
{passagemath_gap-10.8.1a3 → passagemath_gap-10.8.1rc0}/passagemath_gap.egg-info/requires.txt
RENAMED
|
@@ -2,18 +2,18 @@ cysignals!=1.12.0,>=1.11.2
|
|
|
2
2
|
dot2tex>=2.11.3
|
|
3
3
|
memory_allocator<0.2
|
|
4
4
|
pexpect>=4.8.0
|
|
5
|
-
passagemath-environment==10.8.
|
|
6
|
-
passagemath-categories==10.8.
|
|
7
|
-
passagemath-gap-pkg-factint-data==10.8.
|
|
8
|
-
passagemath-gap-pkg-primgrp-data==10.8.
|
|
9
|
-
passagemath-gap-pkg-smallgrp-data==10.8.
|
|
10
|
-
passagemath-repl==10.8.
|
|
5
|
+
passagemath-environment==10.8.1rc0
|
|
6
|
+
passagemath-categories==10.8.1rc0
|
|
7
|
+
passagemath-gap-pkg-factint-data==10.8.1rc0
|
|
8
|
+
passagemath-gap-pkg-primgrp-data==10.8.1rc0
|
|
9
|
+
passagemath-gap-pkg-smallgrp-data==10.8.1rc0
|
|
10
|
+
passagemath-repl==10.8.1rc0
|
|
11
11
|
|
|
12
12
|
[4ti2interface]
|
|
13
13
|
passagemath-latte-4ti2
|
|
14
14
|
|
|
15
15
|
[:sys_platform != "win32"]
|
|
16
|
-
passagemath-conf==10.8.
|
|
16
|
+
passagemath-conf==10.8.1rc0
|
|
17
17
|
|
|
18
18
|
[:sys_platform == "win32"]
|
|
19
19
|
cysignals!=1.12.4
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
# Minimum requirements for the build system to execute.
|
|
3
3
|
requires = [
|
|
4
4
|
'setuptools >= 77.0.0',
|
|
5
|
-
'passagemath-conf == 10.8.
|
|
6
|
-
'passagemath-setup == 10.8.
|
|
7
|
-
'passagemath-environment == 10.8.
|
|
8
|
-
'passagemath-categories == 10.8.
|
|
9
|
-
'passagemath-modules == 10.8.
|
|
5
|
+
'passagemath-conf == 10.8.1rc0 ; sys_platform != "win32"',
|
|
6
|
+
'passagemath-setup == 10.8.1rc0',
|
|
7
|
+
'passagemath-environment == 10.8.1rc0',
|
|
8
|
+
'passagemath-categories == 10.8.1rc0',
|
|
9
|
+
'passagemath-modules == 10.8.1rc0',
|
|
10
10
|
'cython >=3.1.0,<3.3.0',
|
|
11
11
|
'gmpy2 ~=2.1.b999',
|
|
12
12
|
'cysignals !=1.12.4; sys_platform == "win32"', 'cysignals >=1.11.2, != 1.12.0',
|
|
@@ -23,13 +23,13 @@ dependencies = [
|
|
|
23
23
|
'dot2tex >=2.11.3',
|
|
24
24
|
'memory_allocator <0.2',
|
|
25
25
|
'pexpect >=4.8.0',
|
|
26
|
-
'passagemath-conf == 10.8.
|
|
27
|
-
'passagemath-environment == 10.8.
|
|
28
|
-
'passagemath-categories == 10.8.
|
|
29
|
-
'passagemath-gap-pkg-factint-data == 10.8.
|
|
30
|
-
'passagemath-gap-pkg-primgrp-data == 10.8.
|
|
31
|
-
'passagemath-gap-pkg-smallgrp-data == 10.8.
|
|
32
|
-
'passagemath-repl == 10.8.
|
|
26
|
+
'passagemath-conf == 10.8.1rc0 ; sys_platform != "win32"',
|
|
27
|
+
'passagemath-environment == 10.8.1rc0',
|
|
28
|
+
'passagemath-categories == 10.8.1rc0',
|
|
29
|
+
'passagemath-gap-pkg-factint-data == 10.8.1rc0',
|
|
30
|
+
'passagemath-gap-pkg-primgrp-data == 10.8.1rc0',
|
|
31
|
+
'passagemath-gap-pkg-smallgrp-data == 10.8.1rc0',
|
|
32
|
+
'passagemath-repl == 10.8.1rc0', ]
|
|
33
33
|
dynamic = ["version"]
|
|
34
34
|
license = "GPL-2.0-or-later"
|
|
35
35
|
authors = [{name = "The Sage Developers", email = "sage-support@googlegroups.com"}]
|