Skip to content

Commit

Permalink
MAINT/BLD: Remove Cython as a runtime requirement (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
bocklund committed Oct 22, 2021
1 parent 3f234c6 commit 62ad209
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def read(fname):
# conda-forge Anaconda channel. For example, conda-forge/symengine
# gives the C++ SymEngine library, while conda-forge/python-symengine
# provides the Python package called `symengine`.
'Cython>=0.24',
'importlib_metadata', # drop when pycalphad drops support for Python<3.8
'matplotlib>=3.3',
'numpy>=1.13',
Expand Down

0 comments on commit 62ad209

Please sign in to comment.