Skip to content

Commit 58218c7

Browse files
committed
chore: unpin Python, conda resolves to 3.14.3
1 parent a4d6761 commit 58218c7

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

environment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ channels:
22
- conda-forge
33
dependencies:
44
- beautifulsoup4=4.14.3
5-
- black=26.3.1
5+
- black=26.1.0
66
- click=8.3.1
77
- dill=0.4.1
88
- easyprocess=1.1
@@ -24,7 +24,7 @@ dependencies:
2424
- pytest-asyncio=1.3.0
2525
- pytest-cov=7.1.0
2626
- pytest=9.0.2
27-
- python=3.12.13
27+
- python=3.14.3
2828
- pyvirtualdisplay=3.0
2929
- recommonmark=0.7.1
3030
- redis-py=7.4.0

scripts/environment-unpinned.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ dependencies:
1818
- plyvel
1919
- psutil
2020
- pyarrow
21-
# See https://github.com/openwpm/OpenWPM/issues/1111
22-
- python=3.12
21+
- python
2322
- pyvirtualdisplay
2423
- redis-py
2524
- s3fs

0 commit comments

Comments
 (0)