123456789101112131415161718192021222324252627282930313233343536373839404142 |
- [[source]]
- url = "https://pypi.org/simple"
- verify_ssl = true
- name = "pypi"
- [packages]
- freesurfer-volume-reader = {editable = true, path = "./.."}
- pandas = "*"
- matplotlib = "*"
- seaborn = "*"
- notebook = "*"
- nbconvert = "!=6.0.2"
- ipython = "<8"
- numpy = "<1.22"
- importlib-resources = {markers = "python_version <= '3.8'"}
- scipy = "<1.8"
- zipp = {markers = "python_version <= '3.8'"}
- typing-extensions = {markers = ""}
- jinja2 = "<3.1"
- [requires]
- python_version = "3"
|