amirhosseinkarami commited on
Commit
8dfc41b
1 Parent(s): b74129d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -16
requirements.txt CHANGED
@@ -1,22 +1,22 @@
1
  # TensorFlow and its dependencies
2
- tensorflow==2.14.0
3
- numpy==1.23.5
4
- scipy==1.7.3
5
- keras==2.14.0
6
- h5py>=3.1.0
7
  # SymPy and its dependencies
8
- sympy==1.9
9
  # scikit-learn and its dependencies
10
- scikit-learn==1.3.2
11
- joblib>=1.3.2
12
- threadpoolctl>=2.2.0
13
  # matplotlib and its dependencies
14
- matplotlib==3.8.1
15
- cycler>=0.10.0
16
- kiwisolver>=1.3.1
17
- pyparsing>=2.4.7
18
- pillow>=8.3.2
19
  # PySR and its dependencies
20
- pysr==0.16.3
21
  # gplearn and its dependencies
22
- gplearn==0.4.2
 
1
  # TensorFlow and its dependencies
2
+ tensorflow
3
+ numpy
4
+ scipy
5
+ keras
6
+ h5py
7
  # SymPy and its dependencies
8
+ sympy
9
  # scikit-learn and its dependencies
10
+ scikit-learn
11
+ joblib
12
+ threadpoolctl
13
  # matplotlib and its dependencies
14
+ matplotlib
15
+ cycler
16
+ kiwisolver
17
+ pyparsing
18
+ pillow
19
  # PySR and its dependencies
20
+ pysr
21
  # gplearn and its dependencies
22
+ gplearn