randommm commited on
Commit
66cea5b
·
1 Parent(s): 504b119
Files changed (1) hide show
  1. requirements.txt +1 -8
requirements.txt CHANGED
@@ -1,23 +1,18 @@
1
- plotly
2
  pandas
3
  scipy
4
  absl-py>=1.1.0
5
- pulp>=2.7.0
6
- spopt>=0.4.1
7
  geopandas>=0.11.1
8
  matplotlib>=3.5.2
9
  shapely>=1.8.4
10
  pygad>=2.18.1
11
- stable_baselines3>=1.6.2
12
  networkx>=2.8.4
13
  libpysal>=4.7.0
14
  scikit-learn>=1.1.1
15
- PyYAML>=6.0
16
  tqdm>=4.64.0
17
  rich>=13.0.1
18
  numba>=0.55.2
19
  tensorboard>=2.11.0
20
- setproctitle
21
  absl_py==1.3.0
22
  gradio==4.17.0
23
  gym==0.21.0
@@ -25,11 +20,9 @@ gymnasium==0.29.1
25
  numpy==1.23.1
26
  plotly==5.11.0
27
  PuLP==2.7.0
28
- PyYAML==6.0
29
  PyYAML==6.0.1
30
  scikit_learn==1.2.0
31
  setproctitle==1.3.2
32
  spopt==0.5.0
33
  stable_baselines3==2.2.1
34
- torch==2.1.2
35
  torch==1.9.1+cu102
 
1
+
2
  pandas
3
  scipy
4
  absl-py>=1.1.0
 
 
5
  geopandas>=0.11.1
6
  matplotlib>=3.5.2
7
  shapely>=1.8.4
8
  pygad>=2.18.1
 
9
  networkx>=2.8.4
10
  libpysal>=4.7.0
11
  scikit-learn>=1.1.1
 
12
  tqdm>=4.64.0
13
  rich>=13.0.1
14
  numba>=0.55.2
15
  tensorboard>=2.11.0
 
16
  absl_py==1.3.0
17
  gradio==4.17.0
18
  gym==0.21.0
 
20
  numpy==1.23.1
21
  plotly==5.11.0
22
  PuLP==2.7.0
 
23
  PyYAML==6.0.1
24
  scikit_learn==1.2.0
25
  setproctitle==1.3.2
26
  spopt==0.5.0
27
  stable_baselines3==2.2.1
 
28
  torch==1.9.1+cu102