We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 517d3ec + 9ee20ee commit 2ea8f91Copy full SHA for 2ea8f91
.github/workflows/osx.yml
@@ -21,9 +21,9 @@ jobs:
21
python-version: ${{ matrix.python-version }}
22
- name: Install dependencies
23
run: |
24
- brew install llvm@9
+ brew install llvm@11
25
python -m pip install --upgrade pip
26
- LLVM_CONFIG=/usr/local/Cellar/llvm@9/9.0.1_2/bin/llvm-config pip install llvmlite
+ LLVM_CONFIG=/usr/local/Cellar/llvm@11/11.1.0/bin/llvm-config pip install llvmlite
27
- name: Install Mathics
28
29
make develop
setup.py
@@ -91,7 +91,7 @@ def read(*rnames):
91
# General Requirements
92
INSTALL_REQUIRES += [
93
"Mathics_Scanner>=1.1.2,<1.2.0",
94
- "sympy>=1.7, <= 1.8dev",
+ "sympy>=1.8, <= 1.9dev",
95
"mpmath>=1.2.0",
96
"numpy",
97
"palettable",
0 commit comments