Skip to content

Commit f96c967

Browse files
author
tsrobinson
committed
minor fix to os dependency
1 parent 815b469 commit f96c967

File tree

7 files changed

+8
-5
lines changed

7 files changed

+8
-5
lines changed

MIDASpy.egg-info/PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 1.1
22
Name: MIDASpy
3-
Version: 1.1.0
3+
Version: 1.1.1
44
Summary: Multiple Imputation with Denoising Autoencoders
55
Home-page: http://github.com/MIDASverse/MIDASpy
66
Author: Ranjit Lall, Alex Stenlake, and Thomas Robinson

MIDASpy.egg-info/requires.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ numpy>=1.5
33
scikit-learn
44
matplotlib
55
pandas>=0.19
6-
os
76
tensorflow_addons>=0.11
172 Bytes
Binary file not shown.
47.4 KB
Binary file not shown.

README.Rmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ Tensorflow also has a number of requirements, particularly if GPU acceleration i
5656

5757
For a simple demonstration of **MIDASpy**, see our Jupyter Notebook [example](https://github.com/MIDASverse/MIDASpy/blob/master/Examples/midas_demo.ipynb).
5858

59-
## Version 1.1.0 (October 2020)
59+
## Version 1.1.1 (October 2020)
60+
61+
*v1.1.1 fixes a minor dependency bug.*
6062

6163
Update adds **full Tensorflow 2.X support**:
6264

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ details.
6565
For a simple demonstration of **MIDASpy**, see our Jupyter Notebook
6666
[example](https://github.com/MIDASverse/MIDASpy/blob/master/Examples/midas_demo.ipynb).
6767

68-
## Version 1.1.0 (October 2020)
68+
## Version 1.1.1 (October 2020)
69+
70+
*v1.1.1 fixes a minor dependency bug.*
6971

7072
Update adds **full Tensorflow 2.X support**:
7173

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(name='MIDASpy',
44
packages=['MIDASpy'],
5-
version= '1.1.0',
5+
version= '1.1.1',
66
licence= 'Apache',
77
description= 'Multiple Imputation with Denoising Autoencoders',
88
url= 'http://github.com/MIDASverse/MIDASpy',

0 commit comments

Comments
 (0)