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
Merge branch 'main' into pytorch-compatibility
  • Loading branch information
apoorvkh authored Aug 13, 2024
commit f3cec00e3e946b3cb8cf76db78fa383c24c790b0
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
matrix:
python: [py38, py39, py310, py311]
pytorch: [torch20, torch21, torch22, torch23, torch24]

steps:
- uses: actions/checkout@v4

Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.