-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
25 lines (23 loc) · 734 Bytes
/
pyproject.toml
File metadata and controls
25 lines (23 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"
[project]
name = "distort_images"
version = "0.0.1"
description = "Data, code & materials from the paper \"Generalisation in humans and deep neural networks\" (NeurIPS 2018)"
readme = "README.md"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
requires-python = ">=3.0"
dependencies = [
"numpy>=1.24.3,<2",
"Pillow>=9.5.0,<10",
"scipy>=1.10.1,<2",
"scikit-image>=0.0,<1",
"eidolon@git+https://github.com/f-amerehi/Eidolon.git"
]
[project.urls]
"Homepage" = "https://github.com/f-amerehi/Distort-Images"
"Bug Tracker" = "https://github.com/f-amerehi/Distort-Images/issues"