-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force galvani and navani update in lockfile (#602)
* Force galvani and navani update in lockfile; important to generate with older Python * Dial down default `WEB_CONCURRENCY` * Also skip LFS smudge in CI * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
e23e694
commit 0807964
Showing
6 changed files
with
624 additions
and
602 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,9 @@ env: | |
PUBLISH_UPDATE_BRANCH: main | ||
GIT_USER_NAME: "Greymon (bot)" | ||
GIT_USER_EMAIL: "[email protected]" | ||
# Need to set this to avoid pipenv syncing an entire LFS repo and failing with bandwidth quota (see | ||
# https://github.com/the-grey-group/datalab/issues/603) | ||
GIT_LFS_SKIP_SMUDGE: 1 | ||
|
||
jobs: | ||
publish: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,6 @@ pandas = "*" | |
scipy = "*" | ||
matplotlib = "*" | ||
pymongo = "*" | ||
galvani = "*" | ||
openpyxl = "*" | ||
nmrglue = "*" | ||
python-dotenv = "*" | ||
|
@@ -28,7 +27,8 @@ flask-compress = "*" | |
pillow = "*" | ||
openai = "~= 0.28" | ||
tiktoken = "*" | ||
navani = {git = "git+https://github.com/the-grey-group/[email protected]"} | ||
galvani = {git = "git+https://github.com/echemdata/galvani.git@1fd9f84"} | ||
navani = {git = "git+https://github.com/the-grey-group/[email protected]"} | ||
python-dateutil = "*" | ||
pybaselines = "*" | ||
rosettasciio = "*" | ||
|
Oops, something went wrong.