Skip to content

Commit e8f6485

Browse files
committed
Use released Mathics in CI
1 parent d037a90 commit e8f6485

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/osx.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
brew install llvm@9
2525
python -m pip install --upgrade pip
2626
LLVM_CONFIG=/usr/local/Cellar/llvm@9/9.0.1_2/bin/llvm-config pip install llvmlite
27-
python -m pip install -e git://github.com/mathics/Mathics.git#egg=Mathics3
2827
- name: Install mathicsscript
2928
run: |
3029
make

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def read(*rnames):
6767
package_data={"": ["inputrc-no-unicode", "inputrc-unicode", "settings/settings.m"]},
6868
install_requires=[
6969
"Mathics_Scanner>=1.0.0,<1.1.0",
70-
"Mathics3 >= 2.0.0rc1",
70+
"Mathics3 >= 2.0.0,<2.1.0",
7171
"click",
7272
"colorama",
7373
"columnize",

0 commit comments

Comments
 (0)