Skip to content

Commit a566567

Browse files
authored
Merge pull request #97 from usegalaxy-eu/bedroesb-patch-1
pyyaml 5.4.* is giving problems upon installation
2 parents 5c04628 + c1b4730 commit a566567

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
genshi==0.7.*
22
lxml>=4.9.3, <= 5.0.0
33
pandas>=2.0.3 , <= 3.0.0
4-
pyyaml==5.*
4+
# pyyaml set to v5.3.* to prevent problems with setuptools upon installation, as described here: https://github.com/yaml/pyyaml/issues/723#issuecomment-1638560401
5+
pyyaml==5.3.*
56
requests>=2.31.0 , <= 3.0.0
67
openpyxl>=3.1.2 , <= 4.0.0
78
jsonschema>=4.19.1

0 commit comments

Comments
 (0)