Skip to content

Commit

Permalink
Merge pull request #5 from egrace479/main
Browse files Browse the repository at this point in the history
Update whitelist.txt
  • Loading branch information
katyagovorkova authored Sep 6, 2024
2 parents cea649e + e375ef6 commit 0d21b55
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gw_challenge/ingested_program/ingestion.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


# expected version pattern for requirements
VERSION_PATTERN = re.compile("^[0-9].[0-9].[0-9]$")
VERSION_PATTERN = re.compile("^[N!]N(.N)*[{a|b|rc}N][.postN][.devN]$")

# Input directory to read test input from
input_dir = sys.argv[1]
Expand Down
18 changes: 18 additions & 0 deletions gw_challenge/ingested_program/whitelist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,21 @@ torch
open-clip-torch
torchvision
transformers
pandas
Pillow
scipy
tqdm
pyarrow
duckdb
matplotlib
xgboost
nflows
lightgbm
seaborn
iminuit
timm
torchaudio
catboost
plotly
netCDF4
xarray

0 comments on commit 0d21b55

Please sign in to comment.