Skip to content

Commit e09ffa4

Browse files
authored
Merge pull request #32 from CyberAgentAILab/fix/dte-calc
Fix DTE adjustment logic
2 parents 5ab0d29 + 16d3775 commit e09ffa4

5 files changed

Lines changed: 205 additions & 157 deletions

File tree

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ name = "pypi"
55

66
[packages]
77
numpy = ">=1.26"
8-
matplotlib = "~=3.7"
9-
scipy = "~=1.13.1"
8+
matplotlib = ">=3.7"
9+
scipy = ">=1.13.1"
1010

1111
[dev-packages]
1212
build = "~=1.2.1"

0 commit comments

Comments
 (0)