Skip to content

handle older PyTorch versions #53

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 32 commits into from
Aug 13, 2024
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
1514090
handle older PyTorch versions
pmcurtin Jul 25, 2024
91a246a
fix
pmcurtin Jul 25, 2024
41fdd70
Update main.yml
pmcurtin Aug 12, 2024
c705041
tox
pmcurtin Jul 30, 2024
11465e1
pixi toml features
pmcurtin Aug 12, 2024
332215d
update lock
pmcurtin Aug 12, 2024
d76e207
Update main.yml
pmcurtin Aug 12, 2024
abb21c5
add editable, pytest
pmcurtin Aug 12, 2024
7f0496c
fix tests
pmcurtin Aug 12, 2024
e3c29a2
Update main.yml
pmcurtin Aug 12, 2024
f8b4cbf
Update main.yml
pmcurtin Aug 12, 2024
a0a964b
remove numpy requirement?
pmcurtin Aug 12, 2024
6507dcf
numpy<2, for failing tests
pmcurtin Aug 12, 2024
5e585f9
format
pmcurtin Aug 12, 2024
294937e
Delete tox.ini
apoorvkh Aug 13, 2024
dfa4278
updates to matrix test action
apoorvkh Aug 13, 2024
f3cec00
Merge branch 'main' into pytorch-compatibility
apoorvkh Aug 13, 2024
fb599f9
Update main.yml
apoorvkh Aug 13, 2024
7cf6f54
Update main.yml
apoorvkh Aug 13, 2024
f7124f3
downgrade pixi
apoorvkh Aug 13, 2024
67239be
Update main.yml
apoorvkh Aug 13, 2024
71de1aa
Delete .github/actions directory
apoorvkh Aug 13, 2024
24d6d9c
Update main.yml
apoorvkh Aug 13, 2024
f1ff9cc
Update main.yml
apoorvkh Aug 13, 2024
97032c3
Updated numpy version bounds
apoorvkh Aug 13, 2024
4d41601
note about numpy upper bound
apoorvkh Aug 13, 2024
bee7fec
Merge branch 'main' into pytorch-compatibility
apoorvkh Aug 13, 2024
6702522
Update advanced.rst
apoorvkh Aug 13, 2024
77ae65d
Automatically generate pytorch versions for testing
apoorvkh Aug 13, 2024
38e4312
Update main.yml
apoorvkh Aug 13, 2024
d87bb91
Update main.yml
apoorvkh Aug 13, 2024
2a08afd
Update main.yml
apoorvkh Aug 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
note about numpy upper bound
  • Loading branch information
apoorvkh authored Aug 13, 2024
commit 4d416015359334187be764cd82fac66754db101c
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
"fabric>=3.0.0",
"torch>=2.0.0",
# torch.distributed depends on numpy
"numpy<2.0",
"numpy<2", # numpy>=2 requires torch>=2.3
"numpy>=1.26.0; python_version == '3.12'",
]

Expand Down