Skip to content

Commit

Permalink
update rdt max to 0.6 (sdv-dev#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
amontanez24 committed Jul 2, 2021
1 parent 03b8ca0 commit 251a403
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ requirements:
- scikit-learn >=0.23,<1
- pytorch >=1.4,<2
- torchvision >=0.5.0,<1
- rdt >=0.4.2,<0.5
- rdt >=0.4.2,<0.6
run:
- packaging
- python >=3.6,<3.9
Expand All @@ -35,7 +35,7 @@ requirements:
- scikit-learn >=0.23,<1
- pytorch >=1.4,<2
- torchvision >=0.5.0,<1
- rdt >=0.4.2,<0.5
- rdt >=0.4.2,<0.6

about:
home: "https://github.com/sdv-dev/CTGAN"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'scikit-learn>=0.23,<1',
'torch>=1.4,<2',
'torchvision>=0.5.0,<1',
'rdt>=0.4.2,<0.5',
'rdt>=0.4.2,<0.6',
]

setup_requires = [
Expand Down

0 comments on commit 251a403

Please sign in to comment.