Skip to content

Commit 2ea8f91

Browse files
authored
Merge pull request #1365 from mathics/sympy-1.8
Try sympy 1.8
2 parents 517d3ec + 9ee20ee commit 2ea8f91

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/osx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Install dependencies
2323
run: |
24-
brew install llvm@9
24+
brew install llvm@11
2525
python -m pip install --upgrade pip
26-
LLVM_CONFIG=/usr/local/Cellar/llvm@9/9.0.1_2/bin/llvm-config pip install llvmlite
26+
LLVM_CONFIG=/usr/local/Cellar/llvm@11/11.1.0/bin/llvm-config pip install llvmlite
2727
- name: Install Mathics
2828
run: |
2929
make develop

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def read(*rnames):
9191
# General Requirements
9292
INSTALL_REQUIRES += [
9393
"Mathics_Scanner>=1.1.2,<1.2.0",
94-
"sympy>=1.7, <= 1.8dev",
94+
"sympy>=1.8, <= 1.9dev",
9595
"mpmath>=1.2.0",
9696
"numpy",
9797
"palettable",

0 commit comments

Comments
 (0)