Skip to content

Commit d9ed2af

Browse files
committed
Readd fpylll for python 3.13
1 parent 5d0d0be commit d9ed2af

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

environment-3.13-linux-aarch64.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: sage-dev
22
# Generated by conda-lock.
33
# platform: linux-aarch64
4-
# input_hash: 8b5bb4e790b435be831a467199b344ebc62bc16aa650cdb3a131112ac10154ac
4+
# input_hash: cab388d6988e6390a7f9917490e1e5d52613709e06eeff8996108268ff22212e
55

66
channels:
77
- conda-forge
@@ -71,6 +71,7 @@ dependencies:
7171
- fonttools=4.55.8=py313h857f82b_0
7272
- fortran-compiler=1.9.0=h25a59a9_0
7373
- fplll=5.5.0=h45c7457_0
74+
- fpylll=0.6.2=py313hf5933f0_0
7475
- freetype=2.12.1=hf0a5ef3_2
7576
- furo=2024.8.6=pyhd8ed1ab_2
7677
- gap-core=4.14.0=h1754e88_2

environment-3.13-linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: sage-dev
22
# Generated by conda-lock.
33
# platform: linux-64
4-
# input_hash: 0a73ac0a41c104635866a2fa0c44fa07f77a1d8d1e7949ca64a03a323b6e86dd
4+
# input_hash: 61300229db67eba277dcdfaf2f01966dc210fc948fa732ffc381261bd01c6adb
55

66
channels:
77
- conda-forge
@@ -72,6 +72,7 @@ dependencies:
7272
- fonttools=4.55.8=py313h8060acc_0
7373
- fortran-compiler=1.9.0=h36df796_0
7474
- fplll=5.5.0=hd20a173_0
75+
- fpylll=0.6.2=py313ha800b53_0
7576
- freetype=2.12.1=h267a509_2
7677
- furo=2024.8.6=pyhd8ed1ab_2
7778
- gap-core=4.14.0=h3b03731_2

environment-3.13-macos-x86_64.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: sage-dev
22
# Generated by conda-lock.
33
# platform: osx-64
4-
# input_hash: 993b27551762cec01aa4ade70a043c1e0514d2af0a026b08d7d1791ec292814c
4+
# input_hash: afb3c390397d7005ec17971f60a8212a4c4f17ccaf16f58cc60af83b159f0903
55

66
channels:
77
- conda-forge
@@ -74,6 +74,7 @@ dependencies:
7474
- fonttools=4.55.8=py313h717bdf5_0
7575
- fortran-compiler=1.9.0=h02557f8_0
7676
- fplll=5.5.0=h6ede486_0
77+
- fpylll=0.6.2=py313h454044b_0
7778
- freetype=2.12.1=h60636b9_2
7879
- furo=2024.8.6=pyhd8ed1ab_2
7980
- gap-core=4.14.0=hb9686a1_2

environment-3.13-macos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: sage-dev
22
# Generated by conda-lock.
33
# platform: osx-arm64
4-
# input_hash: 2bf92481a4217d7eac2bed33b5e9c3ef31deffd2e39d6949e76e8cd196f01a2a
4+
# input_hash: e4d7e44899f88d205ebc1107e5c388341c8a2f11b832cd1c699c1071457c214b
55

66
channels:
77
- conda-forge
@@ -74,6 +74,7 @@ dependencies:
7474
- fonttools=4.55.8=py313ha9b7d5b_0
7575
- fortran-compiler=1.9.0=h5692697_0
7676
- fplll=5.5.0=h2a2278a_0
77+
- fpylll=0.6.2=py313h15e87fc_0
7778
- freetype=2.12.1=hadb7bae_2
7879
- furo=2024.8.6=pyhd8ed1ab_2
7980
- gap-core=4.14.0=h25f1785_2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies = [
4646
'ipykernel >=5.2.1',
4747
'jupyter-client',
4848
'ipywidgets >=7.5.1',
49-
'fpylll >=0.5.9; python_version<"3.13"',
49+
'fpylll >=0.5.9',
5050
'ptyprocess > 0.5',
5151
# TODO: Remove this once the migration to meson is complete
5252
'pkgconfig'

0 commit comments

Comments
 (0)