Skip to content

Commit c5b6687

Browse files
committed
add requests dep
1 parent 1717a32 commit c5b6687

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

dev/env-py38.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dependencies:
2929
- python-dotenv
3030
- python=3.8 # changed
3131
- pytorch>=2.1
32+
- requests
3233
- rich
3334
- ruff
3435
- ruyaml

dev/env-tf.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dependencies:
2929
- python-dotenv
3030
# - python=3.9 # removed
3131
# - pytorch>=2.1 # removed
32+
- requests
3233
- rich
3334
# - ruff # removed
3435
- ruyaml

dev/env-wo-python.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dependencies:
2929
- python-dotenv
3030
# - python=3.9 # removed
3131
- pytorch>=2.1
32+
- requests
3233
- rich
3334
# - ruff # removed
3435
- ruyaml

dev/env.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ dependencies:
2828
- python-dotenv
2929
- python=3.9
3030
- pytorch>=2.1
31+
- requests
3132
- rich
3233
- ruff
3334
- ruyaml

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"pydantic-settings",
3838
"pydantic",
3939
"python-dotenv",
40+
"requests",
4041
"ruyaml",
4142
"tqdm",
4243
"typing-extensions",

0 commit comments

Comments
 (0)