Skip to content

Commit

Permalink
Install pybaselines and pinned pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
elbee99 authored and ml-evs committed Aug 15, 2023
1 parent fda4054 commit 046ce97
Show file tree
Hide file tree
Showing 2 changed files with 1,244 additions and 1,198 deletions.
3 changes: 2 additions & 1 deletion pydatalab/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ galvani = "*"
openpyxl = "*"
nmrglue = "*"
python-dotenv = "*"
pydantic = {extras = ["email"], version = "*"}
pydantic = {extras = ["email"], version = "<2.0"}
blinker = "*"
pint = "*"
periodictable = "*"
Expand All @@ -29,6 +29,7 @@ openai = "*"
tiktoken = "*"
navani = {git = "git+https://github.com/the-grey-group/[email protected]"}
python-dateutil = "*"
pybaselines = "*"

[dev-packages]
pytest = "*"
Expand Down
Loading

0 comments on commit 046ce97

Please sign in to comment.