Skip to content

Commit

Permalink
set upper limit for some versions to prevent incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
litai-fang committed Jun 30, 2024
1 parent 09e8657 commit acd0a39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"numpy",
"scipy",
"pandas",
"xgboost>=1.4",
"pydantic>=2.0.0",
"xgboost>=1.4,<2.0",
"pydantic>=2.0.0,<3.0",
],
scripts=[
"somaticseq/somaticseq_parallel.py",
Expand Down

0 comments on commit acd0a39

Please sign in to comment.