-
Notifications
You must be signed in to change notification settings - Fork 7
add: if for scipy and linting #251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 2 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
24e9656
add: if for scipy and linting
4781ce8
add; requirements wip
dd8a8eb
add: after testing
fde65a2
fix: typo with requirements
4625467
Limiting requirements.txt and fixing >python3.10 issues (#252)
jan-grzybek-ampere a701aa8
Update test.yml
jan-grzybek-ampere e30eb75
Update requirements-ampereone.txt
jan-grzybek-ampere 59735e5
Yet another typo
jan-grzybek-ampere 373ca2e
Update requirements.txt
jan-grzybek-ampere eccf2c0
Update test.yml
jan-grzybek-ampere File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
---|---|---|
@@ -0,0 +1,101 @@ | ||
transformers @ git+https://github.com/amperecomputingai/transformers@ampere/v4.40 | ||
SimpleITK==2.2.1 | ||
batchgenerators==0.21 | ||
medpy==0.4.0 | ||
nibabel==3.2.2 | ||
numpy<1.24.0 | ||
opencv-python==4.8.0.76 | ||
pandas==1.4.2 | ||
pycocotools==2.0.6 | ||
scikit-build==0.14.1 | ||
tifffile==2023.1.23.1 | ||
tqdm | ||
sacrebleu==2.3.1 | ||
sentencepiece==0.1.97 | ||
tiktoken==0.3.3 | ||
ultralytics==8.0.75 | ||
evaluate==0.4.0 | ||
datasets==2.13.1 | ||
soundfile==0.12.1 | ||
librosa==0.10.0.post2 | ||
numba==0.59.0 | ||
py-cpuinfo==9.0.0 | ||
cchardet==2.1.7 | ||
scipy==1.8.0; python_version<='3.10' | ||
scipy==1.10.0; python_version>='3.11' | ||
ccler==0.11.0 | ||
filelock==3.6.0 | ||
future==0.18.2 | ||
huggingface-hub==0.20.2 | ||
joblib==1.1.0 | ||
kiwisolver==1.4.2 | ||
matplotlib==3.5.1 | ||
nnunet==1.7.1 | ||
packaging==21.3 | ||
Pillow==9.1.0 | ||
pyparsing==3.0.8 | ||
python-dateutil==2.8.2 | ||
pytz==2022.1 | ||
pyyaml==6.0 | ||
regex==2022.3.15 | ||
sacremoses==0.0.49 | ||
scikit-image==0.19.2 | ||
scikit-learn==1.0.2 | ||
threadpoolctl==3.1.0 | ||
tokenizers==0.19.1 | ||
tabulate==0.9.0 | ||
regex==2022.3.15 | ||
portalocker==2.6.0 | ||
lxml==4.9.2 | ||
colorama==0.4.6 | ||
thop>=0.1.1 | ||
psutil==5.9.5 | ||
multiprocess==0.70.14 | ||
pyarrow==12.0.1 | ||
dill==0.3.6 | ||
aiohttp==3.8.4 | ||
multidict==6.0.4 | ||
yarl==1.9.2 | ||
async_timeout==4.0.2 | ||
aiosignal==1.3.1 | ||
frozenlist==1.3.3 | ||
xxhash==3.2.0 | ||
lazy_loader==0.2 | ||
audioread==3.0.0 | ||
soxr==0.3.5 | ||
msgpack==1.0.5 | ||
jiwer==3.0.2 | ||
click==8.1.3 | ||
rapidfuzz==2.13.7 | ||
llvmlite==0.42.0 | ||
decorator==5.1.1 | ||
fsspec==2023.6.0 | ||
unicode==2.9 | ||
unidecode==1.3.6 | ||
inflect==6.0.4 | ||
pydantic==1.10.9 | ||
cffi==1.15.1 | ||
attrs==23.1.0 | ||
albumentations==0.4.3 | ||
pudb==2019.2 | ||
imageio==2.9.0 | ||
imageio-ffmpeg==0.4.2 | ||
pytorch-lightning==1.9.1 | ||
ftfy==6.1.1 | ||
imwatermark==0.0.2 | ||
PyWavelets==1.4.1 | ||
torchmetrics==0.6 | ||
omegaconf==2.3.0 | ||
lightning_utilities==0.9.0 | ||
wcwidth==0.2.6 | ||
antlr4-python3-runtime==4.9.3 | ||
test-tube>=0.7.5 | ||
streamlit>=0.73.1 | ||
einops==0.3.0 | ||
webdataset==0.2.5 | ||
open-clip-torch==2.7.0 | ||
gradio==3.13.2 | ||
kornia==0.6 | ||
invisible-watermark>=0.1.5 | ||
streamlit-drawable-canvas==0.8.0 | ||
safetensors>=0.3.1 |
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a typo here, but other than that I think everything looks fine