Skip to content

Commit

Permalink
Merge pull request #498 from MilesCranmer/safer-compat
Browse files Browse the repository at this point in the history
Enforce upper bound compats
  • Loading branch information
MilesCranmer committed Dec 31, 2023
2 parents b2e8dea + 211aa63 commit 47efeca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
sympy
pandas>=0.21.0
numpy
scikit_learn>=1.0.0
julia>=0.6.0
click>=7.0.0
sympy>=1.0.0,<2.0.0
pandas>=0.21.0,<3.0.0
numpy>=1.13.0,<2.0.0
scikit_learn>=1.0.0,<2.0.0
julia>=0.6.0,<0.7.0
click>=7.0.0,<9.0.0
setuptools>=50.0.0
typing_extensions>=4.0.0,<5.0.0; python_version < "3.8"

0 comments on commit 47efeca

Please sign in to comment.