Skip to content

Commit

Permalink
switching dependabot to monthly; removing explicit python version check
Browse files Browse the repository at this point in the history
  • Loading branch information
hangyav committed Dec 19, 2023
1 parent 234ec57 commit 4d2b3a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
groups:
python-packages:
patterns:
Expand Down
6 changes: 0 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
import os
import sys
from setuptools import setup, find_packages

if sys.version_info >= (3, 12, 0):
# due to current pytorch limitations
print('Required python version <= 3.12.0')
sys.exit(-1)


# Utility function to read the README file.
def read(fname):
Expand Down

0 comments on commit 4d2b3a0

Please sign in to comment.