Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md for new version string #254

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

st-walker
Copy link
Collaborator

in light of #234. we now support python 3.9+

in light of  #234.  we now support python 3.9+
@st-walker
Copy link
Collaborator Author

README.md is updated, setup.py now refuses installation when using e.g. Python 3.8

Obtaining file:///Users/stuartwalker/python3.8-ocelot/ocelot
  Installing build dependencies ... done
  Checking if build backend supports build_editable ... done
  Getting requirements to build editable ... done
  Installing backend dependencies ... done
  Preparing editable metadata (pyproject.toml) ... done
Requirement already satisfied: numpy in /Users/stuartwalker/Library/Python/3.8/lib/python/site-packages (from ocelot==24.3.0) (1.20.2)
Requirement already satisfied: scipy in /Users/stuartwalker/Library/Python/3.8/lib/python/site-packages (from ocelot==24.3.0) (1.6.2)
Requirement already satisfied: matplotlib in /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages (from ocelot==24.3.0) (3.7.5)
Requirement already satisfied: pandas in /Users/stuartwalker/Library/Python/3.8/lib/python/site-packages (from ocelot==24.3.0) (1.2.3)
Requirement already satisfied: h5py in /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages (from ocelot==24.3.0) (3.11.0)
INFO: pip is looking at multiple versions of ocelot to determine which version is compatible with other requirements. This could take a while.
ERROR: Package 'ocelot' requires a different Python: 3.8.10 not in '>=3.9'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant