File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
# History
2
2
3
- ## v0.7.2 - 2023-05-04
3
+ ## v0.7.2 - 2023-05-09
4
4
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.
6
6
7
7
### Bugs Fixed
8
8
@@ -11,7 +11,6 @@ This release adds support for Pandas 2.0 and PyTorch 2.0! It also fixes a bug in
11
11
### Maintenance
12
12
13
13
* 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
15
14
16
15
## v0.7.1 - 2023-02-23
17
16
Original file line number Diff line number Diff line change 18
18
"pandas>=1.1.3;python_version<'3.10'" ,
19
19
"pandas>=1.3.4;python_version>='3.10'" ,
20
20
"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'" ,
23
23
'rdt>=1.3.0,<2.0' ,
24
24
]
25
25
You can’t perform that action at this time.
0 commit comments