Skip to content

Commit b31b3e9

Browse files
authored
Update conda requirements definition to match pyproject.toml (#1426)
1 parent 626053d commit b31b3e9

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

requirements.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,27 @@ dependencies:
55
- docker-py>=3.5.0
66
- future
77
- jinja2>=3.1
8-
- jupyter_client>=6.1
9-
- jupyter_core>=4.6.0
10-
- jupyter_server>=1.7
8+
- jupyter_client>=6.1,<7 # Remove cap once EG supports kernel provisioners
9+
- jupyter_core>=4.7.0
10+
- jupyter_server>=1.7,<2 # Remove cap (increase floor) once EG suport kernel provisioners
1111
- paramiko>=2.1.2
1212
- pexpect>=4.2.0
1313
- pip
1414
- pre-commit
1515
- pycryptodomex>=3.9.7
1616
- python-kubernetes>=18.20.0
17-
- pyzmq>=20.0.0
18-
- requests>=2.7,<3.0
17+
- pyzmq>=20.0.0,<25 # Pyzmq 25 removes deprecated code that jupyter_client 6 uses, remove if v6 gets updated
18+
- requests>=2.14.2
1919
- tornado>=6.1
20-
- traitlets>=4.2.0
21-
- watchdog
20+
- traitlets>=5.3.0
21+
- watchdog>=2.1.3
2222
- yarn-api-client>=1.0
2323

2424
# Test Requirements
25+
- coverage
2526
- ipykernel
2627
- mock
27-
- pytest
28+
- pytest<8.1.0
2829
- pytest-tornasync
2930
- websocket-client
3031

0 commit comments

Comments
 (0)