We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4d6761 commit 58218c7Copy full SHA for 58218c7
2 files changed
environment.yaml
@@ -2,7 +2,7 @@ channels:
2
- conda-forge
3
dependencies:
4
- beautifulsoup4=4.14.3
5
-- black=26.3.1
+- black=26.1.0
6
- click=8.3.1
7
- dill=0.4.1
8
- easyprocess=1.1
@@ -24,7 +24,7 @@ dependencies:
24
- pytest-asyncio=1.3.0
25
- pytest-cov=7.1.0
26
- pytest=9.0.2
27
-- python=3.12.13
+- python=3.14.3
28
- pyvirtualdisplay=3.0
29
- recommonmark=0.7.1
30
- redis-py=7.4.0
scripts/environment-unpinned.yaml
@@ -18,8 +18,7 @@ dependencies:
18
- plyvel
19
- psutil
20
- pyarrow
21
- # See https://github.com/openwpm/OpenWPM/issues/1111
22
- - python=3.12
+ - python
23
- pyvirtualdisplay
- redis-py
- s3fs
0 commit comments