Skip to content

Commit b04338b

Browse files
committed
Install ppl via conda, pplpy via pip. Seems to allow installs on Python 3.14
1 parent 1ff2331 commit b04338b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

environment.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@ name: regfans
22
channels:
33
- conda-forge
44
dependencies:
5+
- python = 3.14
56
- numpy
67
- python-flint
7-
- pplpy
8+
- ppl
89
- pytest
910
- scipy
1011
- pip
1112
- pip:
1213
- networkx
14+
- pplpy
1315
- triangulumancer
1416
- -e .

0 commit comments

Comments
 (0)