Skip to content

Commit

Permalink
Sets python 3.10 in dev-requirements and README (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
domna authored Nov 30, 2023
1 parent f78031c commit 0d67e6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ It allows to develop ontologies and to create ontological instances based on the

# Installation

It is recommended to use python 3.8 with a dedicated virtual environment for this package.
It is recommended to use python 3.10 with a dedicated virtual environment for this package.
Learn how to manage [python versions](https://github.com/pyenv/pyenv) and
[virtual environments](https://realpython.com/python-virtual-environments-a-primer/).

Expand Down
22 changes: 2 additions & 20 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --extra=dev --output-file=dev-requirements.txt pyproject.toml
Expand All @@ -26,10 +26,6 @@ attrs==23.1.0
# requests-cache
backcall==0.2.0
# via ipython
backports-zoneinfo==0.2.1
# via
# pytz-deprecation-shim
# tzlocal
blosc2==2.0.0
# via tables
build==1.0.3
Expand Down Expand Up @@ -147,15 +143,8 @@ imageio==2.27.0
# scikit-image
importlib-metadata==6.8.0
# via
# build
# dask
# hyperspy
# jupyter-client
# numba
importlib-resources==6.1.1
# via
# matplotlib
# radioactivedecay
iniconfig==2.0.0
# via pytest
ipykernel==6.27.1
Expand Down Expand Up @@ -230,8 +219,6 @@ mypy==1.7.1
# via pynxtools (pyproject.toml)
mypy-extensions==1.0.0
# via mypy
nanonispy @ git+https://github.com/ramav87/nanonispy.git@a0da87c58482d29624a2bf5deecb763dd1274212
# via pynxtools (pyproject.toml)
natsort==8.4.0
# via hyperspy
nest-asyncio==1.5.8
Expand Down Expand Up @@ -286,7 +273,6 @@ numpy==1.24.4
# kikuchipy
# lmfit
# matplotlib
# nanonispy
# niondata
# nionswift
# nionswift-io
Expand Down Expand Up @@ -558,9 +544,7 @@ typing-extensions==4.8.0
# via
# astroid
# cattrs
# ipython
# mypy
# pylint
tzdata==2023.3
# via
# pandas
Expand Down Expand Up @@ -591,9 +575,7 @@ zarr==2.16.1
zipfile37==0.1.3
# via pynxtools (pyproject.toml)
zipp==3.17.0
# via
# importlib-metadata
# importlib-resources
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down

0 comments on commit 0d67e6d

Please sign in to comment.