File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131 pip install pytest
3232 # Can remove after next Mathics-core release
3333 #python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
34- python -m pip install -e Mathics3[full]
34+ python -m pip install Mathics3[full]
3535 - name : Install pymathics.natlang
3636 run : |
3737 pip install -e .
Original file line number Diff line number Diff line change 2828 pip install pytest
2929 # Can remove after next Mathics-core release
3030 # python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
31- python -m pip install -e Mathics3[full]
31+ python -m pip install Mathics3[full]
3232 - name : Install pymathics.natlang
3333 run : |
3434 pip install -e .
Original file line number Diff line number Diff line change 2727 pip install pytest
2828 # Can remove after next Mathics-core release
2929 # python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
30- python -m pip install -e Mathics3[full]
30+ python -m pip install Mathics3[full]
3131 - name : Install pymathics.natlang
3232 run : |
3333 pip install -e .
Original file line number Diff line number Diff line change 55# well as importing into Python. That's why there is no
66# space around "=" below.
77# fmt: off
8- __version__ = "5.0.0 " # noqa
8+ __version__ = "5.0.1.dev0 " # noqa
You can’t perform that action at this time.
0 commit comments