forked from rgeirhos/generalisation-humans-DNNs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
31 lines (28 loc) · 873 Bytes
/
pyproject.toml
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
26
27
28
29
30
31
[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"
[tool.flit.module]
name = "code"
[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 = [
"matplotlib>=3.7.1,<4",
"numpy>=1.24.3,<2",
"pandas>=2.0.2,<3",
"Pillow>=9.5.0,<10",
"scipy>=1.10.1,<2",
"scikit-image>=0.0,<1",
"tensorflow>=2.12.0,<3",
"eidolon@git+https://github.com/f-amerehi/Eidolon.git"
]
[project.urls]
"Homepage" = "https://github.com/f-amerehi/Generalisation-humans-DNNs"
"Bug Tracker" = "https://github.com/f-amerehi/Generalisation-humans-DNNs/issues"