Skip to content

Commit ca6389b

Browse files
committed
Adding a NOT CORE section in pyproject.toml
1 parent c456401 commit ca6389b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,14 @@ pydantic = "^2.0"
3434
PyYAML = "*"
3535
dask = "*"
3636
toml = "*"
37+
### NOT CORE
3738
scipy = "*"
3839
boto3 = "1.23.1"
3940
requests = "*"
4041
pyjwt = "*"
4142
click = "8.0.3"
4243
responses = "*"
44+
### END NOT CORE
4345

4446
### Optional dependencies ###
4547
# development core

0 commit comments

Comments
 (0)