Skip to content

Commit

Permalink
Updates rdt version (sdv-dev#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
fealho authored Jul 1, 2021
1 parent 1d6de8d commit 03b8ca0
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.0,<0.5
- rdt >=0.4.2,<0.5
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.0,<0.5
- rdt >=0.4.2,<0.5

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.1,<0.5',
'rdt>=0.4.2,<0.5',
]

setup_requires = [
Expand Down

0 comments on commit 03b8ca0

Please sign in to comment.