Skip to content

Commit 4759956

Browse files
authored
ci: install setuptools<82 to avoid deprecation of pkg_resources module (queens-py#289)
1 parent d0b512a commit 4759956

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

environment.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ dependencies:
1919
- libopenblas==0.3.28
2020
# required for jupyter notebook integration into the sphinx documentation
2121
- pandoc
22+
# required because newer versions have deprecated the pkg_resources module, which is needed for
23+
# liccheck==0.9.2, gpflow==2.9.2
24+
- setuptools<82
2225
# Only install pip-tools via pip itself since
2326
# all other pip dependencies should be managed
2427
# via pip-tools in the requirements.in files

0 commit comments

Comments
 (0)