Skip to content

Commit 47436d2

Browse files
committed
Recapping torch
1 parent d265d39 commit 47436d2

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

HISTORY.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# History
22

3-
## v0.7.2 - 2023-05-04
3+
## v0.7.2 - 2023-05-09
44

5-
This release adds support for Pandas 2.0 and PyTorch 2.0! It also fixes a bug in the `load_demo` function.
5+
This release adds support for Pandas 2.0! It also fixes a bug in the `load_demo` function.
66

77
### Bugs Fixed
88

@@ -11,7 +11,6 @@ This release adds support for Pandas 2.0 and PyTorch 2.0! It also fixes a bug in
1111
### Maintenance
1212

1313
* Remove upper bound for pandas - Issue [#282](https://github.com/sdv-dev/CTGAN/issues/282) by @frances-h
14-
* Upgrade to torch 2.0 - Issue [#280](https://github.com/sdv-dev/CTGAN/issues/280) by @frances-h
1514

1615
## v0.7.1 - 2023-02-23
1716

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"pandas>=1.1.3;python_version<'3.10'",
1919
"pandas>=1.3.4;python_version>='3.10'",
2020
"scikit-learn>=1.1.3,<2;python_version>='3.10'",
21-
"torch>=1.8.0;python_version<'3.10'",
22-
"torch>=1.11.0;python_version>='3.10'",
21+
"torch>=1.8.0,<2;python_version<'3.10'",
22+
"torch>=1.11.0,<2;python_version>='3.10'",
2323
'rdt>=1.3.0,<2.0',
2424
]
2525

0 commit comments

Comments
 (0)