Skip to content

Commit b1e225d

Browse files
committed
build: Pipfile, requirment에 numpy를 추가하다
1 parent f1c7450 commit b1e225d

File tree

3 files changed

+158
-1
lines changed

3 files changed

+158
-1
lines changed

Pipfile

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[[source]]
2+
url = "https://pypi.org/simple"
3+
verify_ssl = true
4+
name = "pypi"
5+
6+
[packages]
7+
openexr = "==1.3.8"
8+
numpy = "*"
9+
10+
[dev-packages]
11+
pytest = "*"
12+
build = "*"
13+
14+
[requires]
15+
python_version = "3.10"
16+
python_full_version = "3.10.13"

Pipfile.lock

Lines changed: 140 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
openexr==1.3.8
1+
openexr==1.3.8
2+
numpy

0 commit comments

Comments
 (0)