Skip to content

Commit

Permalink
MAINT update requirements & license
Browse files Browse the repository at this point in the history
  • Loading branch information
PSSF23 committed Oct 18, 2021
1 parent b7031e4 commit 2417721
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Dr. Joshua T. Vogelstein
Copyright (c) 2020 Neurodata

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
Some system/package requirements:
- **Python**: 3.6+
- **OS**: All major platforms (Linux, macOS, Windows)
- **Dependencies**: keras, scikit-learn, scipy, numpy, joblib
- **Dependencies**: tensorflow, scikit-learn, scipy, numpy, joblib
9 changes: 4 additions & 5 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,13 @@ Or, alternatively, you can use ``pip``::

The installation process takes about 4 seconds in a typical desktop computer.

If the installation is done in a new Python virtual environment, it takes about 1
minute and 35 seconds.
If the installation is done in a new Python virtual environment, it takes about 1
minute and 35 seconds.

Python package dependencies
---------------------------
``proglearn`` requires the following packages:

- keras>=2.3.1
- tensorflow>=1.19.0
- scikit-learn>=0.22.0
- scipy==1.4.1
Expand All @@ -64,8 +63,8 @@ Python package dependencies
Hardware requirements
---------------------
``ProgLearn`` package requires only a standard computer with enough RAM to support
the in-memory operations. GPU's can speed up the networks which are powered by
tensorflow's backend.
the in-memory operations. GPU's can speed up the networks which are powered by
tensorflow's backend.

OS Requirements
---------------
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
keras>=2.3.1
tensorflow>=1.19.0
scikit-learn>=0.22.0
scipy>=1.4.1
Expand Down

0 comments on commit 2417721

Please sign in to comment.