Skip to content

Commit

Permalink
require sympy >= 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
gboehl committed Jul 24, 2023
1 parent 29576a7 commit 352e4a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ pandas
pathos
dill
scipy
sympy
tqdm
chaospy
cloudpickle
h5py
pyyaml
sympy>=1.12
emcwrap>=0.2.2
grgrlib>=0.1.15
econsieve>=0.0.8
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"pandas",
"pathos",
"dill",
"scipy",
"sympy",
"tqdm",
"chaospy",
"cloudpickle",
"h5py",
"pyyaml",
"scipy>=1.12",
"emcwrap>=0.2.2",
"grgrlib>=0.1.15",
"econsieve>=0.0.8",
Expand Down

0 comments on commit 352e4a7

Please sign in to comment.